Author |
Message |
Topic: Help with getting variables from a list |
prestojosh
Replies: 1
Views: 2573
|
Forum: zMUD General Discussion Posted: Mon Jan 07, 2008 6:27 pm Subject: Help with getting variables from a list |
I need some help assigning variables to a list. Here is the list example
Following Test [hitpnts] [ magic ] [mst] [mvs] [race]
... |
Topic: Help with a trigger plz |
prestojosh
Replies: 3
Views: 3014
|
Forum: zMUD General Discussion Posted: Fri Nov 23, 2007 3:45 am Subject: Help with a trigger plz |
Newp, that didn't work. :( |
Topic: Help with a trigger plz |
prestojosh
Replies: 3
Views: 3014
|
Forum: zMUD General Discussion Posted: Thu Nov 22, 2007 6:23 am Subject: Help with a trigger plz |
So i'm making these triggers to adept spells, and I'm kinda getting hungup on deleting the item off the list of spells to adept.
Heres how it looks.
#VAR adepting {Spell1|Spell2|Spell Three|Sp ... |
Topic: Storing Variables From an Alias and #ALARM problem. |
prestojosh
Replies: 2
Views: 2553
|
Forum: zMUD General Discussion Posted: Tue Nov 20, 2007 1:19 am Subject: Storing Variables From an Alias and #ALARM problem. |
I need to know if there is anyway to store variables from executing a variable?
Example:
cast fly person
I would want fly to be stored as lastspell and person as lasttarget.
Also, I am havi ... |
Topic: Command for repeating a command remotely |
prestojosh
Replies: 5
Views: 4625
|
Forum: zMUD General Discussion Posted: Fri Oct 12, 2007 6:02 am Subject: Command for repeating a command remotely |
Is that really the only way to do it? There is no function in zmud? |
Topic: Command for repeating a command remotely |
prestojosh
Replies: 5
Views: 4625
|
Forum: zMUD General Discussion Posted: Thu Oct 11, 2007 11:07 pm Subject: Command for repeating a command remotely |
I'm wondering what the command is for repeating a command when the last command was sent remotely. For example I cast a spell, then i have a trigger for if a spell fails to cast, I want to repeat the ... |
Topic: Sending channel text to another character window |
prestojosh
Replies: 1
Views: 2430
|
Forum: zMUD General Discussion Posted: Thu Sep 28, 2006 9:53 am Subject: Sending channel text to another character window |
I need to send text from a channel to my activecharacter's window in a colored fashion to where it is noticable if there is a decent omount of fightspam going on.
Example
Beavis guildtalks 'Hey bu ... |
Topic: Making a trigger from a trigger? Doable? |
prestojosh
Replies: 7
Views: 5273
|
Forum: zMUD General Discussion Posted: Wed Sep 27, 2006 11:10 pm Subject: Making a trigger from a trigger? Doable? |
Indeed that does work thanks bundles! |
Topic: Prompt Coloring |
prestojosh
Replies: 3
Views: 3379
|
Forum: zMUD General Discussion Posted: Tue Sep 26, 2006 3:30 pm Subject: Prompt Coloring |
~<(%d)/(%d)hp (%d)/(%d)m (%d)mv (%d)tnl ~| (%w) ~|~>
Ok, heres how it goes down. You need to put the values you wanna change the color of in variables.
#VAR curhp %1
#VAR maxhp %2
#VAR ... |
Topic: Proxy Provider Required |
prestojosh
Replies: 1
Views: 3150
|
Forum: zMUD General Discussion Posted: Tue Sep 26, 2006 3:22 pm Subject: Proxy Provider Required |
Helllabs Inc google it |
Topic: Looping problem maybe? |
prestojosh
Replies: 2
Views: 2524
|
Forum: zMUD General Discussion Posted: Tue Sep 26, 2006 3:12 pm Subject: Looping problem maybe? |
I have a variable.. numitems
I also have a list of variables that are as follows
1num
1name
2num
2name
3num
3name
etc
For as many different sets of variables, there is a 1 in the numitems ... |
Topic: Making a trigger from a trigger? Doable? |
prestojosh
Replies: 7
Views: 5273
|
Forum: zMUD General Discussion Posted: Tue Sep 26, 2006 3:09 pm Subject: Making a trigger from a trigger? Doable? |
That didn't work either.
Character tells you 'makeatrigger #TRIGGER {^Character tells you 'haha'} {reply boooooo!}'
Would be what it triggers on, I need it to make the trigger of
{^Character t ... |
Topic: Making a trigger from a trigger? Doable? |
prestojosh
Replies: 7
Views: 5273
|
Forum: zMUD General Discussion Posted: Mon Sep 25, 2006 6:48 am Subject: Making a trigger from a trigger? Doable? |
Okay, so in my example how would you do the trigger? Because the one I have doesn't work. |
Topic: Making a trigger from a trigger? Doable? |
prestojosh
Replies: 7
Views: 5273
|
Forum: zMUD General Discussion Posted: Sun Sep 24, 2006 3:32 am Subject: Making a trigger from a trigger? Doable? |
Okay heres the situation.. hosting a bot but wanna be able to make a trigger remotely instead of re-doing it firsthand.
So I tell it a codeword and the trigger and I want it to add it to that bot's ... |
Topic: Tell log to database or log file and recall |
prestojosh
Replies: 3
Views: 3501
|
Forum: zMUD General Discussion Posted: Sat Apr 08, 2006 3:20 pm Subject: Tell log to database or log file and recall |
Okay so I have it to log to the text file but how can I make the alias when I come back to read it back into my window and delete the file or clear it out?
I tried #READ but it just sits there. |
Topic: Tell log to database or log file and recall |
prestojosh
Replies: 3
Views: 3501
|
Forum: zMUD General Discussion Posted: Fri Apr 07, 2006 2:34 pm Subject: Tell log to database or log file and recall |
Heres what I'm thinking an alias to turn on a triggerset for tells so when they come it will timestamp and put them in a db/log file and when you have the command to return it will feed them to you or ... |
Topic: help plz |
prestojosh
Replies: 2
Views: 2882
|
Forum: zMUD General Discussion Posted: Tue Apr 04, 2006 10:01 am Subject: help plz |
Could you describe in a bit more detail?
I'm thinking assign the macro to
#SAY Something@count
#ADD @count 1
and another macro/trigger to reset the count to 1 when your line is reached. |
Topic: ZmudTray Plugin and A trigger question |
prestojosh
Replies: 2
Views: 3290
|
Forum: zMUD General Discussion Posted: Sun Mar 12, 2006 8:31 pm Subject: ZmudTray Plugin and A trigger question |
okay that didnt work but I decided to do a variable for the character name and keep the trigger as #LOG @charname.txt which worked for the logging
Now for the plugin. I tried installing the one fro ... |
Topic: ZmudTray Plugin and A trigger question |
prestojosh
Replies: 2
Views: 3290
|
Forum: zMUD General Discussion Posted: Tue Feb 21, 2006 5:52 pm Subject: ZmudTray Plugin and A trigger question |
I tried installing the zmud tray icon plugin but it doesnt work for me. I have it install in my zmud directory and everything. I use winxp Pro.
I have a trigger question
I want to be able to lo ... |
|