mrmook Beginner
Joined: 14 Jun 2003 Posts: 16 Location: USA
|
Posted: Thu May 13, 2004 7:54 pm
Prompt isnt getting most RECENT info. |
font=Courier New]
Ok I have a small problem and im having some troubles with 7.05 my earlier work with this trigger on this mud with 0 problems. Now the latest or most recent prompt is not giving values.. its the 2nd latest.
#TRIGGER {(*)/(*)hp (*)/(*)ma (*)/(*)mv (*)tnl > }
{
hpmin=%1
hpmax=%2
mamin=%3
mamax=%4
mvmin=%5
mvmax=%6
tnl=%7
#ST {%1/%2hp %3/%4ma %5/%6mv %7tnl}
}
if mud outputs:
1026/9816hp 300/5984ma 1000/2400mv -579tnl > l
The Temple Of Mota
yadda yadda yadda
[Exits: north south west up]
[........................] A janitor is walking around, cleaning up.
[....................S...] Hassan ,Guardian of Midgaard, stands ready to defend the realms.
9816/9816hp 5909/5984ma 2400/2400mv -579tnl >
hpmin=1026
hpmax=9816
mamin=300
mamax=5984
mvmin=1000
mvman=2400
tnl=-579
instead of everything being at full heal as it should be. this ALWAYS is the case.. never gets latest info always is one step behind.
all these values go to gauges and the gauges prompt for heals etc.. so you can imagine my problem. I get down to 2000 hp and prompt for a full heal and its 1 step behind.
[/font=Courier New] |
|