PDA

View Full Version : PoE Testing macro


Himitsu
11-06-2001, 10:18 PM
I wrote a simple macro that tries to ensure that both people start running at the same time. If you can think of a better way, please let me know.


"ptest"
{
if @my.right_item != "potionofenergy"
"/equip potionofenergy" "\r"
if @env.textLog < "Go!"
"/use" "\r"
"/move south run" "\r"
}

"nptest"
{
if @env.textLog < "Go!"
pause 2
"\move south run" "\r"
}

Tas Furrfoot
11-07-2001, 10:38 AM
Great! I'd love to help with testing. /action shows his couple of potions.

Tas