closed bug: 11441 | Sun Jun 28 10:34:56 2009 MST |
Vor | admin | offline |  |
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Report Number: 11441 Original bug report by Deadnaught on Mon Jun 15 07:35:03 2009
Object: Unknown Creator: Unknown Room: /domains/illium/buildings/mage/rooms/court_hall4
I was trying out commands that I didn't know. Typed in 'frame.' Result: <FRAME Name="junk" FLOATING Width="60c" Height="10c"> <DEST junk x=10 y=0> Party Status </DEST>*Bad argument 1 to call_other() Expected: string or array or object Got: 0. Trace written to /log/runtime ----------------------------------------------------------------------
Shinku wrote on Sun Jun 28 10:24:30 2009 that appears to be your client misinterpreting the MXP sent out by the MUD. If you can reproduce this when a wiz is able to grab the log that would be great.
----------------------------------------------------------------------
Vor wrote on Sun Jun 28 10:25:42 2009 frame command is an mxp thing indeed. it'd probably be good to put a check in to see if they even have MXP but that's a job for zif.
----------------------------------------------------------------------
Shinku wrote on Sun Jun 28 10:27:36 2009 >dbxwhere deadnaught
*Bad argument 1 to call_other() Expected: string or array or object Got: 0. Object: /cmds/player/frame at line 24
#0: '<function>' at /secure/user#855129 (<function>) at /:0 #1: 'dispatch_modal_input' at /secure/user#855129 (/secure/user/inputsys.c) at line 318 #2: '<function>' at /obj/pshell#855130 (<function>) at /:0 #3: 'shell_input' at /obj/pshell#855130 (/std/shell.c) at line 263 #4: 'do_c' at /obj/pshell#855130 (/std/shell.c) at line 404 #5: 'execute_command' at /obj/pshell#855130 at line 78 #6: 'call_main' at /cmds/player/frame (/std/cmd.c) at line 23 #7: 'main' at /cmds/player/frame at line 24
pwd - /wiz/shinku r - /domains/illium/buildings/adv/myth_room >dbxframe deadnaught 7
------/cmds/player/frame.c:24 - main() locals: "====================HP==========SP==========EP", "====================HP==========SP==========EP 1. Vor 10/10 | 7000/7000 | 6750/6750 2. Tigran 6582/6582 | 7049/7049 | 6765/6765 ", 6582, 6582, 7049, 7049, 6765, 6765, 0 ---------------------------------------------------------------- //write("\e1[z<FRAME junk REDIRECT>");
buf += breaker + "\n"; foreach(object member in who) { => hp = member->query_hp(); max_hp = member->query_max_hp(); ep = member->query_ep(); max_ep = member->query_max_ep(); sp = member->query_sp(); max_sp = member->query_max_sp();
----------------------------------------------------------------------
Vor wrote on Sun Jun 28 10:34:55 2009 i disabled the command. i don't think it does anything.
----------------------------------------------------------------------
Vor wrote on Sun Jun 28 10:34:56 2009
Closed
|
|