Author |
Message |
Topic: zMUD suddenly closes |
cstegmann
Replies: 2
Views: 4048
|
Forum: zMUD General Discussion Posted: Wed Mar 02, 2005 10:01 pm Subject: zMUD suddenly closes |
Hi there,
i played around with my curing system quite a bit and made so many changes that i don't possibly know what could be causing this. Randomly in fights zMUD will just freeze for about 5 seco ... |
Topic: Sending exits to a var |
cstegmann
Replies: 7
Views: 10130
|
Forum: zMUD General Discussion Posted: Mon Feb 21, 2005 8:38 pm Subject: Sending exits to a var |
ah, perfect, thanks |
Topic: Sending exits to a var |
cstegmann
Replies: 7
Views: 10130
|
Forum: zMUD General Discussion Posted: Mon Feb 21, 2005 8:21 pm Subject: Sending exits to a var |
Ok, just encountered a problem with that script.
trigger looks like so:
#TRIGGER {You see exits leading (*)} {
#var exitvar ""
#fo {north|northeast|east|southeast|south|southwest|west|northw ... |
Topic: Sending exits to a var |
cstegmann
Replies: 7
Views: 10130
|
Forum: zMUD General Discussion Posted: Sun Feb 20, 2005 4:35 pm Subject: Sending exits to a var |
Thanks, that works great. |
Topic: Sending exits to a var |
cstegmann
Replies: 7
Views: 10130
|
Forum: zMUD General Discussion Posted: Sun Feb 20, 2005 3:32 pm Subject: Sending exits to a var |
Hey there, i've seen a couple of posts of trigs, but i never got them to work properly.
What i'm trying to do is send all the exits to a variable as a datarecord.
the patterns look like so:
Y ... |
Topic: Accessing the Number in a database record |
cstegmann
Replies: 2
Views: 4371
|
Forum: zMUD General Discussion Posted: Thu Jan 27, 2005 4:08 pm Subject: Accessing the Number in a database record |
thanks, that works great |
Topic: Accessing the Number in a database record |
cstegmann
Replies: 2
Views: 4371
|
Forum: zMUD General Discussion Posted: Thu Jan 27, 2005 3:50 pm Subject: Accessing the Number in a database record |
Hey there,
i'm trying to make an alias that will find a certain name in a database record and then give me the corresponding number.
#VAR List {name1|2345|name2|5436|name3|86743} {_nodef}
How ... |
Topic: Invalid Pointer Operation(s) and Parsing Errors |
cstegmann
Replies: 1
Views: 3239
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2005 6:31 pm Subject: Invalid Pointer Operation(s) and Parsing Errors |
Hi there,
since yesterday i'm getting Invalid Pointer Operation alerts where the box contains all my alias or trigger code and i have to press ok. I've had quite a few Parsing Errors as well.
Do ... |
Topic: #var makes duplicates an existing variable into root folder |
cstegmann
Replies: 3
Views: 4890
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2005 6:30 pm Subject: #var makes duplicates an existing variable into root folder |
Thanks, that worked. Only one problem.
I changed a #var to the #var ClassFolder/ClassSubfolder/VariableName 1 and now a Button which was linked to toggle up or down with the VariableName won't toggle ... |
Topic: #var makes duplicates an existing variable into root folder |
cstegmann
Replies: 3
Views: 4890
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2005 9:30 am Subject: #var makes duplicates an existing variable into root folder |
Hi there,
to change the value of a variable i use #var varbiablename 1 and sometimes for no reason at all it will make a new variable in the root folder with that name. Sometimes i get conflicts in ... |
Topic: Conditional Within 1 line trigger |
cstegmann
Replies: 3
Views: 6252
|
Forum: zMUD General Discussion Posted: Tue Jan 18, 2005 6:24 pm Subject: Conditional Within 1 line trigger |
Hi there, i have this trigger here. (if any of you play achaea you'll know what this is).
#TRIGGER {You focus your mind intently on curing your mental maladies.} {#if (@Focusing = 1) {#untrigger ac ... |
Topic: Problems with #FIND and the mapper |
cstegmann
Replies: 6
Views: 11066
|
Forum: zMUD General Discussion Posted: Tue Oct 05, 2004 12:58 pm Subject: Problems with #FIND and the mapper |
Thanks nexela,
that config walkthrough really helped, it did the trick. FIND and mapping work great now. |
Topic: Problems with #FIND and the mapper |
cstegmann
Replies: 6
Views: 11066
|
Forum: zMUD General Discussion Posted: Fri Oct 01, 2004 9:43 pm Subject: Problems with #FIND and the mapper |
I know the room name thing, and i'm definately in a room with a unique name when i use #FIND cause i do it manually in theh mapper when it doesn't work. And i play Achaea :P quite closely related. Any ... |
Topic: Problems with #FIND and the mapper |
cstegmann
Replies: 6
Views: 11066
|
Forum: zMUD General Discussion Posted: Thu Sep 30, 2004 3:31 pm Subject: Problems with #FIND and the mapper |
Hey there,
i'm using zMud v.7.05 and up for some reason #FIND just decided to stop working, then start again a few days later and now it's stopped working for quite a while. I'm just wondering if t ... |
|