Author |
Message |
Topic: ZMud and Linux? |
neep
Replies: 147
Views: 316047
|
Forum: zMUD General Discussion Posted: Fri Aug 29, 2003 12:06 am Subject: ZMud and Linux? |
Who (if anyone) is trying it inside a linux distro? Looks like everyone so far that said which os their using is starting out in windows anyways... I'm at the school computer labs right now so I'll ... |
Topic: blinking/reverse text |
neep
Replies: 0
Views: 2533
|
Forum: zMUD General Discussion Posted: Sat May 24, 2003 6:33 pm Subject: blinking/reverse text |
Is there a setting in zmud to tell it how to send blinking text to the mud? I have it working for all the colors but for blinking stuff it just does {F}{B}text which to the mud looks like {F}text whe ... |
Topic: wait till all scripts are done executing? |
neep
Replies: 2
Views: 4106
|
Forum: zMUD General Discussion Posted: Sat May 24, 2003 6:02 pm Subject: wait till all scripts are done executing? |
thanks MattLofton, works like a charm!
-Neep
|
Topic: Retrieving and parsing values for ppls online |
neep
Replies: 6
Views: 6058
|
Forum: zMUD General Discussion Posted: Sat May 24, 2003 5:43 pm Subject: Retrieving and parsing values for ppls online |
to tell it when to start and stop, here's what I would do. Have a multi-state trigger (assuming your using a high enough version of zmud to have multi-state trigs) I don't know how to declare a mult ... |
Topic: wait till all scripts are done executing? |
neep
Replies: 2
Views: 4106
|
Forum: zMUD General Discussion Posted: Sat May 24, 2003 4:46 am Subject: wait till all scripts are done executing? |
is there a way to make zmud wait till it's done executing scripts to go to the next line? the problem is I have a nested loop command that isn't finished executing before another trigger is fired, an ... |
Topic: problems w/ special chars in a variable |
neep
Replies: 2
Views: 3901
|
Forum: zMUD General Discussion Posted: Fri May 23, 2003 7:05 pm Subject: problems w/ special chars in a variable |
Wow, this work perfectly! It works w/o the neepsaid=%expand(%param(1),1) part, all I have to do is...
#TR {Neep says '&%*{neepsays}'} {say %expand(@neepsays,1)}
And he says everything that I ... |
Topic: problems w/ special chars in a variable |
neep
Replies: 2
Views: 3901
|
Forum: zMUD General Discussion Posted: Thu May 22, 2003 10:18 pm Subject: problems w/ special chars in a variable |
Zugg helped me w/ the main part of the problem I was having w/ special chars, he told me about using %expand(@varname, 1) instead of just using @varname and it doensn't expand anything within the vari ... |
Topic: Killing Bot |
neep
Replies: 4
Views: 8161
|
Forum: zMUD General Discussion Posted: Sun May 04, 2003 6:54 pm Subject: Killing Bot |
It depends on how you want to move about. Do you want to hunt the next mob, or peek to see which direction the next mob is in, or go in a given preset path? I've made quite a few killing (or what I ... |
Topic: how to strip ; and % out of vars? |
neep
Replies: 2
Views: 3464
|
Forum: zMUD General Discussion Posted: Sun Apr 27, 2003 4:27 pm Subject: how to strip ; and % out of vars? |
I have a bot that id's stuff, and captures the name of the eq item, but since the name of the eq item can be any number of words and have all sorts of weird chars in them, I use (%*) This leaves a HU ... |
Topic: how to set state of trigger? |
neep
Replies: 1
Views: 2920
|
Forum: zMUD General Discussion Posted: Fri Apr 25, 2003 11:02 pm Subject: how to set state of trigger? |
Is there a way to set what state a multi-state trigger is on besides clicking on the state? I want to be able to set a trigger to state 0 when a certain thing happens, I've tried #RES classfolder but ... |
Topic: using colors w/ variables or databases??? |
neep
Replies: 3
Views: 4363
|
Forum: zMUD General Discussion Posted: Fri Apr 25, 2003 10:57 pm Subject: using colors w/ variables or databases??? |
by storing color info I meant having the var store what color the text is, then when I want to send it to the mud I already have zmud set up for the syntax for my mud so it would convert it...
I fi ... |
Topic: using colors w/ variables or databases??? |
neep
Replies: 3
Views: 4363
|
Forum: zMUD General Discussion Posted: Wed Apr 23, 2003 6:44 am Subject: using colors w/ variables or databases??? |
Is there any way to store color info in a variable or database? I want to be able to have a trigger that gets the name of an item and stores it in a database, but as far as I can tell there is no way ... |
|