Author |
Message |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sun Mar 16, 2008 10:58 am Subject: #when? |
That is no problem, I have a p_cured alias which deletes the item from @afflictions when the curing message is given.
But let's give an example :
I'm afflicted with stupidity (healed by goldenseal) ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sun Mar 16, 2008 7:26 am Subject: #when? |
Paralysis=eblo|Stupidity=egol
egol is an alias : outr goldenseal, eat goldenseal.
I thank you for helping me, I got it to work but what I actually want to achieve is that it somehow tracks my af ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sat Mar 15, 2008 12:25 pm Subject: #when? |
I'll just post the big part, because I can't get out , I want to use a new system for curing my afflictions, instead of using : #if @goldenseal {egol},...
I now have a variable called afflictions
... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sat Mar 15, 2008 11:34 am Subject: #when? |
Greetings everyone!
Another very small question I have, I now know about most of the % commands, but the only one I can't find explanation for is %i. What does it do/ mean? |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2008 5:57 pm Subject: #when? |
Thanks you! It works flawless, but why should == be better then = ? |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sun Feb 24, 2008 4:32 pm Subject: #when? |
Greetings everybody!
I come to you with another (probably) easy question.
Here we go :
I want a macro (F2) that flings tarot at myself OR at my target (@target)
So I have a variable (switchtar ... |
Topic: Efficiency |
Arzoc
Replies: 5
Views: 7389
|
Forum: zMUD General Discussion Posted: Tue Feb 19, 2008 7:57 pm Subject: Efficiency |
I understand! Thank you |
Topic: Efficiency |
Arzoc
Replies: 5
Views: 7389
|
Forum: zMUD General Discussion Posted: Mon Feb 18, 2008 8:23 pm Subject: Efficiency |
Probably not the right place to ask, but it's such a small question I wouldn't bother making a new topic :
What do the %-1 , %-2 ,... mean? I understand %1 - %99 but that's about it. |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Sat Jan 12, 2008 5:58 pm Subject: #when? |
It's not that which is the problem, it's that shiny trigger
edit :
Alright, I just made another trigger and solved the problem. But as I continue, another problem rises :
http://i28.photobuck ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Fri Jan 11, 2008 8:13 pm Subject: #when? |
http://i28.photobucket.com/albums/c216/Heluris/Problem.jpg
Alright! So what I want is that my shiny trigger remains whilst still being able to use that line as an actual trigger for my multi-state! |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Thu Jan 10, 2008 8:12 pm Subject: #when? |
Alright! Update.
The problem is indeed I have another trigger 'You have recovered equilibrium.'
The system triggers that trigger instead of my multi-state one.
EDIT : Alright, I moved those tri ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Wed Jan 09, 2008 9:21 pm Subject: #when? |
I don't get it, I do have a pattern : You have recovered equilibrium
No it's because : +-----------------------+
You have equilibrium
+----------- ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Wed Jan 09, 2008 8:33 pm Subject: #when? |
Alright, I filled in that too now. But it still doesn't work...
http://s28.photobucket.com/albums/c216/Heluris/?action=view¤t=Test-1.jpg
Alright, the first trigger triggers, good! Now ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Wed Jan 09, 2008 4:03 pm Subject: #when? |
Alright, I'm a step further again. But it's still doesn't fire as I want it to...
I have an alias basicdefs with in the value :
grip
fitness
#T+ "defs"
Then I have a trigger called : defs
... |
Topic: Trigger when line is not displayed on a room |
Arzoc
Replies: 5
Views: 8998
|
Forum: zMUD General Discussion Posted: Tue Jan 08, 2008 8:27 pm Subject: Trigger when line is not displayed on a room |
Could anyone give me a link or a summary of where to find those %* thingies? Because it seems they are really important and I need to know more about 'em.
Thanks! |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Tue Jan 08, 2008 8:19 pm Subject: #when? |
I just don't get it...
When I try to code in CLASS SCRIPT, it deletes everything when I try to save it and I don't get it when I try to do it normal... I have a trigger called defs but where do I wri ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Tue Jan 08, 2008 7:05 pm Subject: #when? |
Alright, that have me a start but it still doesn't work.
So this is what I got :
#alias basicdefs {grip;fitness;lv;#t+ deathsight}
#trigger deathsight {#cond {^You have recovered equilibrium\. ... |
Topic: #when? |
Arzoc
Replies: 27
Views: 36099
|
Forum: zMUD General Discussion Posted: Mon Jan 07, 2008 8:00 pm Subject: #when? |
Greetings everyone
I am new at Zmud and I have some troubles putting up my defences.
I know about the #if, but I should need a command which puts up an alias WHEN I have a variable go 1.
I'll ... |
|