Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Poisoning (EasyUO)
#1

I was having some troubles with razor when trying to train poisoning, for some reason razor didnt target properly the poison potion leaving the delay of the poisoning skill to wait while doing nothing.. so i decided to write this easyuo macro.
It's pretty simple to set this macro up... all you have to do is put your poison potions into the container you wish, then set the %container variable to the cointainer you want and the %weapon variable to the weapon you wish to poison.
It will put the bottles back into the container when your weight reaches its maximum.
YOU MUST LEAVE THE CONTAINER OPEN!!
I hope it helps you guys ;D

Quote:set %weapon VUVYMMD
set %container LLCDOMD

while #true
{
finditem AVF C_ , %container
if #findcnt > 0
{
set #ltargetid #findid
event macro 13 30
target 1s
event macro 22
target 1s
set #ltargetid %weapon
event macro 22
wait 10s
}

if #weight > #maxweight
{
finditem WUF C_ , #backpackid
if #findcnt > 0
{
EXEVENT Drag #findid #findstack
wait 10
Exevent dropc %container
}
}
}
#2

Im sure this will help some players! good job Wink


Forum Jump:


Users browsing this thread: 1 Guest(s)