mushcode icon indicating copy to clipboard operation
mushcode copied to clipboard

A collection of softcode for PennMUSH and RhostMUSH meant to facilitate free-form roleplaying themepark games.

Results 14 mushcode issues
Sort by recently updated
recently updated
newest added

Full response Nuadha is the name of user 1 ``` Nuadha/STARTUP - Set. Nuadha - Triggered. Core Code Parent - Triggered. Parent changed. Name : @COMMAND (Enabled) Flags : Eqsplit...

I have corrected an error with what seemed to be a standard display issue in the +help system by changing my locale file. But, I simply can't add help files...

I'm not sure how the code is built, but after getting SQL to work (finally), I ran every CORE file as per the instructions, only to get this. ``` *look*ing...

I think the error is in CALL`2 on the CCP. When trying to add a sub file to any +help/+shelp/+news I get the following error. -==- ERROR: #-1 SQL ERROR:...

As part of the Ancestor Room core, there's this bit of code: `&EXITFORMAT`DEFAULT [u(cobj,ancestor_room)]=[u(SEPARATOR,Exits)]%R[null(if(u(setr(lvexits,lvexits(%!)),iter(exitalias exitname exitwrap exitdest,u(setq,col%i0,u(strfirstof,v(DISTCOLOR`%i0),vol_color(%#,ROOM,%i0))))))][table(iter(vol_sortorder(vol_sortname(%q)),u(RENDER_EXIT,%i0,37),%b,|),37,width(%#),|)]%R[u(SUBHEADER)]` This part here: `u(setr(lvexits,lvexits(%!)) ` should probably be `setr(lvexits,lvexits(%!))` None of the exits...

This might be another easily answered question: when I try to follow the scenesys installation steps, I hit an obstacle when it comes to importing the provided XML file. Specifically,...

I've tried to get this suite set up a few times now (on a few different Digital Ocean Ubuntu droplet versions), and following the directions, I seem to reliably run...

PLAYER`CONNECT [#2]: @attach %!/INC`CHECKPC=%0,1;th u(call`3,volp_login_record,0,%q,1,'[sqlescape(get(%0/LASTIP))]') PLAYER`CONNECTFAIL [#2]: @attach %!/INC`CHECKPC=%0,1;th u(call`3,volp_login_record,0,%q,0,'[sqlescape(get(%0/LASTIP))]') There is no VOLP_LOGIN_RECORD table in the SQL db. So, I think this is creating an issue.

I am getting a lot of sql syntax errors. the help system isn't displaying anything and when I check the sql db it's all there, but it can't read it....

u(SQL`FORMAT,%0,%1,%2,%3,%4,%5,%6,%7,%8,%9) => #-1 FUNCTION (REGEDITALLI) EXPECTS AT LEAST 3 ARGUMENTS BUT GOT 2 This is the issue. I am not sure what the fix would be here, looks like the...