Author |
Message |
Topic: HELP :( |
igorshadow
Replies: 15
Views: 16333
|
Forum: zMUD General Discussion Posted: Wed Oct 11, 2006 4:47 pm Subject: HELP :( |
Why not just do your Possible PK with a color insteat of tring to add more text?
Just a thought |
Topic: var kicking my butt |
igorshadow
Replies: 1
Views: 2662
|
Forum: zMUD General Discussion Posted: Sun Aug 27, 2006 6:40 pm Subject: var kicking my butt |
How can I store the following numbers as vars?
HP: 455 (506) SP: 358 (358) DL: 227 (300) BS: 30 (30) Ch: 30 (30) CP: 9 (9) TP: 25 (25)
Thanks,
Lou |
Topic: Healing trigger |
igorshadow
Replies: 4
Views: 5038
|
Forum: zMUD General Discussion Posted: Sun Jul 16, 2006 2:26 am Subject: Healing trigger |
Thanks I will try it out :)
I tried it out and it works great :)
Thank you,
Lou |
Topic: Healing trigger |
igorshadow
Replies: 4
Views: 5038
|
Forum: zMUD General Discussion Posted: Sat Jul 15, 2006 4:53 pm Subject: Healing trigger |
Hello, I have another problem I have a trigger that heals my spell points if it drops below a cutoff I have set. My problem is that some mobs can hit 3, 4, or more times each round and sometimes I end ... |
Topic: Autosplit coins |
igorshadow
Replies: 9
Views: 10745
|
Forum: zMUD General Discussion Posted: Wed Jul 12, 2006 3:05 am Subject: Autosplit coins |
Thank you for the help, this is what I ended up with for the split alias
#var who %numitems( @splitters)
#Math splitgold @goldcoins/@who
#FORALL @splitters {give @splitgold coins to %i}
#var gol ... |
Topic: Autosplit coins |
igorshadow
Replies: 9
Views: 10745
|
Forum: zMUD General Discussion Posted: Tue Jul 11, 2006 9:11 pm Subject: Autosplit coins |
Thanks for the reply
I had to change this line to this get it to work
#TRIGGER {^(%d) gold coins~: Ok.} {#ADD goldcoins %1}
This trigger is not working getting an error
Variable splitgold=5 ... |
Topic: Autosplit coins |
igorshadow
Replies: 9
Views: 10745
|
Forum: zMUD General Discussion Posted: Mon Jul 10, 2006 11:24 pm Subject: Autosplit coins |
Ok when I pick up coins this is what I see.
5 gold coins: Ok.
when I sell stuff
a big machete: You get 6 gold coins.
I would like to have it so I can enter the players in my team to split wit ... |
Topic: Autosplit coins |
igorshadow
Replies: 9
Views: 10745
|
Forum: zMUD General Discussion Posted: Sun Jul 09, 2006 1:14 am Subject: Autosplit coins |
Does anyone have the triggers to set up an autosplit of loot when in a team?
Thank You,
Louis |
Topic: Math problems what else :) |
igorshadow
Replies: 1
Views: 2951
|
Forum: zMUD General Discussion Posted: Fri Jun 02, 2006 10:34 pm Subject: Math problems what else :) |
How do you subtract one var from another and output the number to another var?
Please help it driving me crazy |
|