Nikana Newbie
Joined: 20 Mar 2008 Posts: 1
|
Posted: Thu Mar 20, 2008 12:58 pm
Sp Tick Emoter |
I'm trying to make a trigger, that I can toggle on/off with macro, to report the amount of sp(mana) I tick each time and also report my current sp/spmax.
ex: Nikana ticks 123 sps in [1m23s] (123/1000).
This is what my prompt looks like: hp: 405(405) [] sp: 1295(1295) [] ep: 246(246) [] cash: 0 [] exp: 197 []
When I tick: hp: 405(405) [] sp: 1108(1295) [-123] ep: 246(246) [] cash: 0 [] exp: 197 []
hp: ~<hp~>(~<maxhp~>) ~[~] sp: ~<sp~>(~<maxsp~>) ~[~] ep: ~<ep~>(~<maxep~>) ~[~] cash: ~<cash~> ~[~] exp: ~<exp~> ~[~]~ <lf>
I tried to play with making this trigger on my own and had no luck. Tried to update someone's from Zmud 4.2 or so and that didn't work well either.
My variables are:
ticktime
tick_countsp
tick_showsp
tick_report
Any help on this would be appreciated. |
|