Author |
Message |
Topic: Access Violations and Parsing errors |
Bobert
Replies: 7
Views: 12018
|
Forum: zMUD General Discussion Posted: Thu Mar 31, 2005 1:41 am Subject: Access Violations and Parsing errors |
I'm still unable to solve this problem...
Could these errors be caused by:
#VAR variable {@var1|@var2|@var3} ?
And recently a new access violation popped up. Instead of the standard "Zmud.exe" ... |
Topic: Access Violations and Parsing errors |
Bobert
Replies: 7
Views: 12018
|
Forum: zMUD General Discussion Posted: Tue Mar 29, 2005 1:28 am Subject: Access Violations and Parsing errors |
Could I get an invalid pointer operation or access violatoin for attempting to do delete an item which is not a member of a string?
#VAR VAR/variable {var1|var2|var3|var4}
#VAR VAR/variable %delItem ... |
Topic: Access Violations and Parsing errors |
Bobert
Replies: 7
Views: 12018
|
Forum: zMUD General Discussion Posted: Mon Mar 28, 2005 9:30 pm Subject: Access Violations and Parsing errors |
You may have to post/email a complete export your scripts for others to examine for odd syntaxes.My script is about 3500 lines when exported and I can't think why someone would want to go through all ... |
Topic: Text Format |
Bobert
Replies: 2
Views: 6663
|
Forum: zMUD General Discussion Posted: Mon Mar 28, 2005 5:01 am Subject: Text Format |
You just need to change the output font to something that uses equal character spacing.
Courier is the classic one, but I prefer @NSimSun. Just experiment from Preferences/Fonts |
Topic: Access Violations and Parsing errors |
Bobert
Replies: 7
Views: 12018
|
Forum: zMUD General Discussion Posted: Mon Mar 28, 2005 4:42 am Subject: Access Violations and Parsing errors |
Okay, I had the parsing error and access violation show up again.
The parsing error seems universal, every time I change a variable or run something it gets angry at me.
A window shows up saying ... |
Topic: Access Violations and Parsing errors |
Bobert
Replies: 7
Views: 12018
|
Forum: zMUD General Discussion Posted: Mon Mar 28, 2005 2:46 am Subject: Access Violations and Parsing errors |
Sorry I didn't include the variable in the first post. The SP alias works fine as is, but I occasionally get that parsing error. The variable looks something like this.
#VAR pipecures {(affliction ... |
Topic: Need help with says/tells in color |
Bobert
Replies: 2
Views: 5299
|
Forum: zMUD General Discussion Posted: Sun Mar 27, 2005 9:10 pm Subject: Need help with says/tells in color |
It would help if you post a short log from whatever mud you play. |
Topic: Access Violations and Parsing errors |
Bobert
Replies: 7
Views: 12018
|
Forum: zMUD General Discussion Posted: Sun Mar 27, 2005 9:07 pm Subject: Access Violations and Parsing errors |
I've been getting a few access violations in "Zmud.exe". These usually occur when I'm receiving a lot of text from the mud or sending a few commands at once.
I've also been getting parsing errors ... |
Topic: #ADD to a specific possition within a string list |
Bobert
Replies: 2
Views: 5669
|
Forum: zMUD General Discussion Posted: Thu Mar 03, 2005 2:16 am Subject: #ADD to a specific possition within a string list |
I think I solved my own problem, sorry to bother you all.
#AL checkpet {#IF (%pos( %max( %expandlist( @list, ",")), @list)=1) {#echo Dog has been kicked more}} {#IF ((%pos( %max( %expandlist( @list ... |
Topic: #ADD to a specific possition within a string list |
Bobert
Replies: 2
Views: 5669
|
Forum: zMUD General Discussion Posted: Thu Mar 03, 2005 1:09 am Subject: #ADD to a specific possition within a string list |
I'm trying to add values to a certain possition in a string list. I use this list based on the possition of the maximum value.
Here is what I'm working with:
#VAR list {0|0|0|0|0|0} //<- sta ... |
Topic: Time dependent variables |
Bobert
Replies: 6
Views: 10103
|
Forum: zMUD General Discussion Posted: Thu Nov 25, 2004 2:38 am Subject: Time dependent variables |
It would only fire once as the trigger is *waiting* in its second state and not the first
Thanks for making that clear. Unfortunately I don't think it will work for what I'm trying to do.
I'm try ... |
Topic: Time dependent variables |
Bobert
Replies: 6
Views: 10103
|
Forum: zMUD General Discussion Posted: Wed Nov 24, 2004 11:19 pm Subject: Time dependent variables |
#TR {line1} {#VAR var1 1}
#COND {} {#VAR var1 0} {wait|param=2000}
#TR {line2} {#VAR var1 0}
How would this behave if I recieved two "line1" from the MUD within two seconds of each other? Would ... |
Topic: Time dependent variables |
Bobert
Replies: 6
Views: 10103
|
Forum: zMUD General Discussion Posted: Tue Nov 23, 2004 7:57 pm Subject: Time dependent variables |
Is there a way to make a variable change if a conditional trigger does NOT occur within a set amount of time?
#TR {line1} {var=1}
#COND {line2} {var=0}
(great)
line2 almost always occurs withi ... |
Topic: Duplicate Prompt Triggers |
Bobert
Replies: 2
Views: 5725
|
Forum: zMUD General Discussion Posted: Thu Sep 23, 2004 3:14 am Subject: Duplicate Prompt Triggers |
I'm having trouble with my prompt triggers firing twice, and the only thing I can think of is that there are duplicates located somewhere in the settings.
#TR {&{hp}h, &{mn}m, &{ed}e, ... |
Topic: #STW |
Bobert
Replies: 1
Views: 3897
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 11:20 pm Subject: #STW |
I've recently discovered how to use the stat window, but while figuring it out I entered "#STW ." in the command line and now can't get rid of the period sitting in the window. I couldn't figure out ... |
Topic: Button locations |
Bobert
Replies: 3
Views: 5582
|
Forum: zMUD General Discussion Posted: Thu Jun 10, 2004 8:37 pm Subject: Button locations |
thanks a lot y'all!
Its much easier using the 'button wizard' provided, I had been typing them all in notepad and importing the file
bob |
Topic: Button locations |
Bobert
Replies: 3
Views: 5582
|
Forum: zMUD General Discussion Posted: Wed Jun 09, 2004 3:02 am Subject: Button locations |
I feel fairly confident with buttons after reading the help files, but there is one thing I would like to do with them still
I'm a little confused on how to change the button state using an trigger ... |
Topic: Achaean channel capture - Mod from Lalaynya's |
Bobert
Replies: 37
Views: 108087
|
Forum: Finished MUD Scripts Posted: Wed Jun 09, 2004 2:41 am Subject: Achaean channel capture - Mod from Lalaynya's |
I'm using discordia's script and am quite happy with it, don't mind the extra prompts simply because I get a note when something has been spoken on a channel.
However, I would like to know if there ... |
Topic: Trouble saving IF statements |
Bobert
Replies: 3
Views: 5815
|
Forum: zMUD General Discussion Posted: Thu Apr 01, 2004 4:53 am Subject: Trouble saving IF statements |
Thankyou very much!
Its nice having fast and accurate tech support. |
Topic: Trouble saving IF statements |
Bobert
Replies: 3
Views: 5815
|
Forum: zMUD General Discussion Posted: Thu Apr 01, 2004 4:08 am Subject: Trouble saving IF statements |
I have trouble saving IF statments in my classes. They don't even import from a .txt file.
For example:
#CLASS {FFA|Herbs}
#VAR herbal {1}
#VAR gold {0}
#IF (@gold=1 and @herbal=1) {command}
... |
|