| Author |
Message |
Topic: Manually setting a room |
Raptor2213
Replies: 0
Views: 2858
|
Forum: zMUD General Discussion Posted: Fri Feb 11, 2011 6:08 pm Subject: Manually setting a room |
| I have a few mapping glitches happen occasionaly, and I would like to set up triggers that manually change my room # to certain key points that I hit during a slowwalk to correct these errors. Is the ... |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Sun Jan 23, 2011 5:27 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
| Found a viable workaround. Thank you (%w):%svalue%s(%d)ig~/ton%sSpread:%s(%d)~%%sStock:%scurrent%s(*)~/min%s(%d)~/max%s(%d)%sEfficiency: ... |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Sat Jan 22, 2011 4:13 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
7.21
Also, whoops, clicked the wrong one there, sorry. |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Sat Jan 22, 2011 3:28 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
| Yes |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Sat Jan 22, 2011 3:40 am Subject: Calling a variable ...variable. need some help please. (Resolved) |
An analysis of the screen shows me the problem
Here is what was shown on-screen:
Clays: value 406ig/ton Spread: 15% Stock: current 2485/min 100/max 2520 Efficiency: 105%
set stockpile max 2 ... |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2011 9:30 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
Or, I should say, still working on the code because it does random crap... >_<
(like executing commands to <set stockpile max <somewhere-between-2300and3000> comod>)
I'm kinda bu ... |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2011 8:46 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
Also, as far as using %int: I don't think the %int is necessary. The following should work fine:
#var setpile ( %6 + (@{%1"production"} * 2))
The parentheses will cause the expression to be cal ... |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2011 5:47 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
Thanks, I made it work, I should note though that I had to make a second entry for it to work with %int (just in case anyone else tries this).
Example
#var prodmod @{%1"production"}
#va ... |
Topic: Calling a variable ...variable. need some help please. (Resolved) |
Raptor2213
Replies: 12
Views: 13616
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2011 2:42 pm Subject: Calling a variable ...variable. need some help please. (Resolved) |
If a mod should happen to see this, please move it to the zMUD section, thanks.
I'm working on an extra complicated script.
Basically, the MUD I play has a HUGE list of things, like this:
... |
Topic: Aliases only work while slow/speedwalking - zMud 7.21 |
Raptor2213
Replies: 1
Views: 4141
|
Forum: zMUD General Discussion Posted: Fri Dec 03, 2010 4:24 am Subject: Aliases only work while slow/speedwalking - zMud 7.21 |
...and never mind, I figured it out. Parsing turned off.
Don't ask. |
Topic: Aliases only work while slow/speedwalking - zMud 7.21 |
Raptor2213
Replies: 1
Views: 4141
|
Forum: zMUD General Discussion Posted: Fri Dec 03, 2010 3:43 am Subject: Aliases only work while slow/speedwalking - zMud 7.21 |
| Sometime yesterday, all my Aliases stopped working. Every time I type them in, rather than triggering an alias, it send that text to the MUDD. Just a couple min ago, I noticed a weird bug with it th ... |
| |