Author |
Message |
Topic: Port a Cmud script to Lua |
Yetzederixx
Replies: 4
Views: 11011
|
Forum: CMUD General Discussion Posted: Mon Dec 27, 2010 8:02 am Subject: Port a Cmud script to Lua |
Since you're not willing to share the only alternative is to start reading...
ZS Object: http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2926
How to Program in Lua: http: ... |
Topic: [3.31] DB var possible bug. |
Yetzederixx
Replies: 9
Views: 13294
|
Forum: CMUD General Discussion Posted: Sun Nov 07, 2010 4:58 pm Subject: [3.31] DB var possible bug. |
<value>#if (%iskey(@test,%1)) {#sub {%mxp%ansi(bright,blue)%1%ansi(reset)}}</value>
Isn't the %mxp function missing parentheses, and when I went to the help files to figure out what it ... |
Topic: [3.31] Speedwalking Stopped Working |
Yetzederixx
Replies: 4
Views: 17033
|
Forum: CMUD Beta Forum Posted: Sun Nov 07, 2010 4:51 pm Subject: [3.31] Speedwalking Stopped Working |
You need to make sure the English Directions package is being loaded with your session. Select the Edit Session action then go to the Files/Packages tab and make sure the English Directions is in the ... |
Topic: 3.31 .(directions) speedwalking not working |
Yetzederixx
Replies: 8
Views: 16997
|
Forum: CMUD General Discussion Posted: Sun Nov 07, 2010 4:47 pm Subject: 3.31 .(directions) speedwalking not working |
Fizgar, it worked, thank you tons. I will say this though. When you're going to perform this operation, the export: Highlight ALL Your Settings > Right Click > Export Selection to XML and use t ... |
Topic: 3.31 .(directions) speedwalking not working |
Yetzederixx
Replies: 8
Views: 16997
|
Forum: CMUD General Discussion Posted: Thu Nov 04, 2010 10:08 pm Subject: 3.31 .(directions) speedwalking not working |
In http://forums.zuggsoft.com/forums/viewtopic.php?t=36188 Zugg said to check if the english lang dirs were being loaded, try his directions as well. |
Topic: 3.31 .(directions) speedwalking not working |
Yetzederixx
Replies: 8
Views: 16997
|
Forum: CMUD General Discussion Posted: Thu Nov 04, 2010 10:06 pm Subject: 3.31 .(directions) speedwalking not working |
I have this problem as well, and it's only for hte MUD I play as I tested your idea Fizgar. |
Topic: Typing "port" problem |
Yetzederixx
Replies: 1
Views: 5660
|
Forum: zMUD General Discussion Posted: Thu Nov 04, 2010 7:21 am Subject: Typing "port" problem |
Must be a windows 7 thing, I'm on XP with 7.21 and typing port gets me a whole lot of nothing. (Actually I get; "Huh?" for an invalid command being sent to the MUD) |
Topic: Help making a trigger response delay |
Yetzederixx
Replies: 4
Views: 10828
|
Forum: zMUD General Discussion Posted: Thu Nov 04, 2010 7:18 am Subject: Help making a trigger response delay |
true, I only use it in instance where that's all I'm doing so I never thought of that. |
Topic: Help making a trigger response delay |
Yetzederixx
Replies: 4
Views: 10828
|
Forum: zMUD General Discussion Posted: Wed Nov 03, 2010 5:39 am Subject: Help making a trigger response delay |
I use #wait all the time in ZMUD and it works fine, but you have to count from zero if you have multiples.
ie:
command1
#wait 1000
command2
// now if you want command3 to go off 2 seconds fro ... |
Topic: PK Group Collection/Highlighting |
Yetzederixx
Replies: 0
Views: 10056
|
Forum: Finished MUD Scripts Posted: Wed Oct 27, 2010 9:23 pm Subject: PK Group Collection/Highlighting |
This script will gather the players name, I'm Kylanthys in the selction of names, and place them into their pk group (clans in
[51 Pri] [ Slayers ] Ys'llaggra Underlord ... |
Topic: Function Return Values in Lua |
Yetzederixx
Replies: 3
Views: 7556
|
Forum: CMUD General Discussion Posted: Wed Oct 27, 2010 8:50 pm Subject: Function Return Values in Lua |
Initially I had it return true or false, actually it was:
return ((low < maxE) and (zs.param(2)[low] == zs.param(1)))
In the zScript would al ... |
Topic: Function Return Values in Lua |
Yetzederixx
Replies: 3
Views: 7556
|
Forum: CMUD General Discussion Posted: Wed Oct 27, 2010 5:31 am Subject: Function Return Values in Lua |
I wrote a function today because I couldn't figure out how %ismember searched through the variables. So I defaulted my lists to alphabetical and adopted a binary search method. It always returned true ... |
Topic: [3.31] Speedwalking Stopped Working |
Yetzederixx
Replies: 4
Views: 17033
|
Forum: CMUD Beta Forum Posted: Tue Oct 26, 2010 6:57 pm Subject: [3.31] Speedwalking Stopped Working |
WinXP 32
I made some paths about a week ago, as of yesterday I cannot enter any speedwalks at all, even manually. I enter .nsew and nothing at all gets sent to the MUD.
Options > General > ... |
Topic: speedwalk issue |
Yetzederixx
Replies: 8
Views: 16962
|
Forum: CMUD General Discussion Posted: Tue Oct 26, 2010 6:22 pm Subject: speedwalk issue |
This bug isn't fixed in 3.31 as my speedwalking doesn't work at all right now. |
|