Better way to loot?
Posted: Wed May 12, 2004 11:08 am
In all the hunter bots and such I always see code like:
Well my problem is that I play on satellite and so latency can be any anywhere for .5 to 3 or 4 seconds. I figured I'd be able to use something like:
But when I tried it it didn't seem to work. (But in retrospect there's a chance that I had typoed $!{Corpse.Open} so it might just be me!) So while I'm here at work, is the above theory sound even with lots of lag/latency?
-SimpleMynd
Code: Select all
/loot
/delay 2sCode: Select all
/loot
:OpenCorpse
/delay 1
/if !${Corpse.Open} /goto :OpenCorpse-SimpleMynd