Author |
Message |
Topic: [3.31 Pro] Scope bug with #forall and events raising events |
Urit
Replies: 1
Views: 4017
|
Forum: CMUD General Discussion Posted: Sat Nov 06, 2010 11:45 pm Subject: [3.31 Pro] Scope bug with #forall and events raising events |
Bug summary:
Forall in an event raised from another event proceeds down a scope level instead of resetting. That is, in event 1, #forall's items are %i, but when raising event 2 from event 1, #forall ... |
Topic: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
Urit
Replies: 7
Views: 21528
|
Forum: CMUD Beta Forum Posted: Fri Oct 29, 2010 4:04 am Subject: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
This appears to be a bug in the MUD. They fixed it and all is happy now. Close as resolved please. |
Topic: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
Urit
Replies: 7
Views: 21528
|
Forum: CMUD Beta Forum Posted: Thu Oct 21, 2010 5:49 am Subject: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
MCCP off = happy days at the fun time ranch. I think one of the default packages got corrupted too somehow. The secondary issue was that the directions "n" and "s" had no reversedir. If I looked at th ... |
Topic: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
Urit
Replies: 7
Views: 21528
|
Forum: CMUD Beta Forum Posted: Wed Oct 20, 2010 7:22 pm Subject: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
I think I may have found the problem.
MCCP was enabled on the default session (I recreated my pkg file for testing purposes) when I had GMCP turned on. GMCP + MCCP seems to = screwed up packet orde ... |
Topic: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
Urit
Replies: 7
Views: 21528
|
Forum: CMUD Beta Forum Posted: Wed Oct 20, 2010 3:04 am Subject: [3.31 pro] GMCP being sent after normal data packet/Mapper panic |
My mapper is freaking out and I figured out why. I'm playing Midkemia Online and Achaea. Same problem exists in both places. (IRE codebase.)
GMCP data is being sent AFTER the normal data packet. CM ... |
Topic: Feature Request: %roomCoords([roomid],x,y,z) |
Urit
Replies: 7
Views: 16492
|
Forum: CMUD Beta Forum Posted: Tue Oct 19, 2010 3:44 am Subject: Feature Request: %roomCoords([roomid],x,y,z) |
I DO actually want to set the Mapper DRAWING coordinates, yes. That's exactly what I am doing with my ghetto SQL script. I'm using the MUD's coords to set the drawing coords.
I wasn't aware of a ma ... |
Topic: Feature Request: %roomCoords([roomid],x,y,z) |
Urit
Replies: 7
Views: 16492
|
Forum: CMUD Beta Forum Posted: Mon Oct 18, 2010 2:20 am Subject: Feature Request: %roomCoords([roomid],x,y,z) |
I'd like to request a new room function: %roomcoords(roomid,x,y,z)
Leave any field blank to leave the coords unchanged.
Right now the IRE muds pass back room coords in the GMCP output, and I use ... |
Topic: [3.30 pro] Async(?) GMCP processing causing variable population problems |
Urit
Replies: 2
Views: 8782
|
Forum: CMUD Beta Forum Posted: Thu Oct 07, 2010 3:15 am Subject: [3.30 pro] Async(?) GMCP processing causing variable population problems |
1. I actually had the variables set before I created the script. I didn't include the definitions in the code because the trigger would create them on its own.
2. I had no other sessions/windows open ... |
Topic: [3.30 pro] Async(?) GMCP processing causing variable population problems |
Urit
Replies: 2
Views: 8782
|
Forum: CMUD Beta Forum Posted: Sat Oct 02, 2010 11:51 pm Subject: [3.30 pro] Async(?) GMCP processing causing variable population problems |
Bug:
GMCP processing seems to be async, so variables calling %gmcp without eval returns 1 rather than the value.
Reproduction:
Take the following code:
<?xml version="1.0" enc ... |
Topic: [3.26 Pro] %roomkey no longer returns db key from vnum |
Urit
Replies: 2
Views: 6152
|
Forum: CMUD Beta Forum Posted: Sun Sep 12, 2010 2:29 am Subject: [3.26 Pro] %roomkey no longer returns db key from vnum |
Workaround:
%mapquery("refnum='RoomVnum'")
Example:
%mapquery("refnum='6783'") |
Topic: [3.26 Pro] %roomkey no longer returns db key from vnum |
Urit
Replies: 2
Views: 6152
|
Forum: CMUD Beta Forum Posted: Sun Sep 12, 2010 2:13 am Subject: [3.26 Pro] %roomkey no longer returns db key from vnum |
Hi,
Bug in 3.26 Pro, confirmed with new package/new map.
Room ID 13 has vnum 6783
Room ID 16 has vnum 6788
Room ID 17 has vnum 6789
I am standing in 6789.
I call:
#echo %roomkey(6783)
... |
Topic: [2.07] Local variable appending not working correctly |
Urit
Replies: 17
Views: 19960
|
Forum: CMUD Beta Forum Posted: Sat Oct 20, 2007 10:00 pm Subject: [2.07] Local variable appending not working correctly |
Interesting other development: it works with other implicit concatenation.
For example:
<alias name="addAff" id="81">
<value>#ADDITEM affs $aff
#IF (!%nu ... |
Topic: [2.07] Local variable appending not working correctly |
Urit
Replies: 17
Views: 19960
|
Forum: CMUD Beta Forum Posted: Sat Oct 20, 2007 9:38 pm Subject: [2.07] Local variable appending not working correctly |
Fair enough - now, is there a workaround? I use this functionality quite a bit, so I'm wondering if there's any shortcut (for example, "string" . $var . "string") other than %concat("string",$var,"str ... |
Topic: [2.07] Local variable appending not working correctly |
Urit
Replies: 17
Views: 19960
|
Forum: CMUD Beta Forum Posted: Sat Oct 20, 2007 8:55 pm Subject: [2.07] Local variable appending not working correctly |
If I need to use %concat, then please explain why #variable test@{variable} works fine, but #variable test${localvar} doesn't. I'm just trying to nail down if it's a bug that I get random numbers, a b ... |
Topic: [2.07] Local variable appending not working correctly |
Urit
Replies: 17
Views: 19960
|
Forum: CMUD Beta Forum Posted: Sat Oct 20, 2007 5:54 pm Subject: [2.07] Local variable appending not working correctly |
Well, I can see it just NOT WORKING and trying to make a variable called "test$foo", but appending some weird number is OBVIOUSLY not a feature. |
Topic: [2.07] Local variable appending not working correctly |
Urit
Replies: 17
Views: 19960
|
Forum: CMUD Beta Forum Posted: Sat Oct 20, 2007 5:10 pm Subject: [2.07] Local variable appending not working correctly |
I found a fun little bug in local variables.
Any alias which assigns to another variable in this manner has the problem.
To replicate, make an alias with a named parameter. For example: #alias b ... |
Topic: [1.27] Textbox redrawing problem |
Urit
Replies: 109
Views: 94472
|
Forum: CMUD Beta Forum Posted: Sat Apr 21, 2007 7:15 pm Subject: [1.27] Textbox redrawing problem |
Yes, I still happens in 1.29.
Speaking of themes: I do use the Zune theme from microsoft. However, this bug occurs with whatever "theme" I select inside cmud. |
Topic: [1.27] Textbox redrawing problem |
Urit
Replies: 109
Views: 94472
|
Forum: CMUD Beta Forum Posted: Sun Apr 15, 2007 1:10 am Subject: [1.27] Textbox redrawing problem |
It doesn't go away if I click to another field for me, only if I actually change window focus. |
Topic: [1.27] Textbox redrawing problem |
Urit
Replies: 109
Views: 94472
|
Forum: CMUD Beta Forum Posted: Sat Apr 14, 2007 5:30 pm Subject: [1.27] Textbox redrawing problem |
If you type text in any non-fixed-width text box in CMUD it has problems redrawing the new text. For example, if you type "foo" in a class name box, then backspace and type "bar", you get BOTH in the ... |
Topic: Most needed CMUD features? |
Urit
Replies: 112
Views: 214741
|
Forum: CMUD General Discussion Posted: Sun Feb 11, 2007 4:08 am Subject: Most needed CMUD features? |
I'd rather have a rock solid client with a few less features than one that can do 50000 things and crashes all the time. General Stability it is. |
Topic: Trigger on Prompt? |
Urit
Replies: 37
Views: 51155
|
Forum: CMUD General Discussion Posted: Wed Dec 20, 2006 4:17 pm Subject: Trigger on Prompt? |
I've tried Priority, yes. It's fine for something else, but doesn't fix the issue of prompts.
Now, I downloaded a copy of Ethereal and ran it while testing. Here's what I found:
Each prompt ends ... |
Topic: Trigger on Prompt? |
Urit
Replies: 37
Views: 51155
|
Forum: CMUD General Discussion Posted: Tue Dec 19, 2006 8:35 pm Subject: Trigger on Prompt? |
It is very much not a bug in SAYP. Try this:
#regex {^\d+h, \d+m} {#add Prompts 1} "" {nocr|prompt}
#variable Prompts 0
#10 blink
After the spam, #echo ... |
Topic: Trigger on Prompt? |
Urit
Replies: 37
Views: 51155
|
Forum: CMUD General Discussion Posted: Tue Dec 19, 2006 5:12 pm Subject: Trigger on Prompt? |
Yes, I have. As I said, I used xpertmud (which does show the control codes because unless you play with it because it doesn't know how to handle them) and it ALWAYS shows <IAC><GA> at the ... |
Topic: Trigger on Prompt? |
Urit
Replies: 37
Views: 51155
|
Forum: CMUD General Discussion Posted: Tue Dec 19, 2006 2:59 pm Subject: Trigger on Prompt? |
As I said, I didn't untick trigger on trigger. All I had was that EXACT trigger. It happens in every version of ZMUD and CMUD that I've used.
Again, the MUD is sending a prompt like "3260h ... |
Topic: Trigger on Prompt? |
Urit
Replies: 37
Views: 51155
|
Forum: CMUD General Discussion Posted: Tue Dec 19, 2006 3:54 am Subject: Trigger on Prompt? |
Results of my testing on a blank .mud in zmud:
3260h, 2947m, 15200e ex Vote-Promptblink
blink
blink
blink
blink
blink
blink
blink
blink
blink
You blink.
3260h, 2947m, 15200e ex Vote-Pr ... |
|