Retrovirus Wanderer
Joined: 13 Jul 2002 Posts: 51 Location: Malaysia
|
Posted: Tue Aug 06, 2002 4:45 pm
Pinger |
Ok here's how i have a pinger set.
Trigger
-00
Action = Ping
Alias Ping
#if (@ping_target_1 = None) {#nop} {tell @ping_target_1 Ping Target 1 !?}
#if (@ping_target_2 = None) {#nop} {tell @ping_target_2 Ping Target 2 !?}
#if (@ping_target_3 = None) {#nop} {tell @ping_target_3 Ping Target 3 !?}
#if (@ping_target_4 = None) {#nop} {tell @ping_target_4 Ping Target 4 !?}
#if (@ping_target_5 = None) {#nop} {tell @ping_target_5 Ping Target 5 !?}
#trigger
You tell %1 'Ping Target %2 !?'
#echo *** PING TARGET ~< %1 ~> IS UP *** / Pop Time %time(hh:nn AM/PM)
Ok here's what i want to add
At the end i want something like
#echo Ping target %1 IS UP, It Took %1 (x ticks) to repop, and your last kill was y (ticks ago) and the next repop should be in Z (ticks to come)
The message you get are as below
When you ping a mob
You tell demo demogorgon prince demon 'Ping Target 1 !?'
When the mob is dead, you get this message,
No-one by that name here..
A tick is 60 seconds.
Can anybody help me out with this?
Cameth
Saweth
Fledeth my asseth offeth |
|