Mana pots
Posted: 2007-12-12 10:55:44
Hey I need a script which makes me a mana pot, with a delay of 9 seconds,
picks up 400 eyes of newt off the floor, and picks up 100 bottles
it makes 100 potions and once thats done,
it uses .massmove command to move the potions into a bag I have on me.
Once it mass moves, it drags the bag into a pouch which is on the floor
and repeats the process
please if someone can help me, im having problems I dont understand german and I would appreciate if someone would have a script for me.
this is what I have so far;
sub making_mana_pots()
VAR Eye = '0x0F87'
UO.FindType(EYe)
While UO.Count(Eye)>0
UO.exec ("usetype 0x0F87")
wait(9000)
Wend
end sub
picks up 400 eyes of newt off the floor, and picks up 100 bottles
it makes 100 potions and once thats done,
it uses .massmove command to move the potions into a bag I have on me.
Once it mass moves, it drags the bag into a pouch which is on the floor
and repeats the process
please if someone can help me, im having problems I dont understand german and I would appreciate if someone would have a script for me.
this is what I have so far;
sub making_mana_pots()
VAR Eye = '0x0F87'
UO.FindType(EYe)
While UO.Count(Eye)>0
UO.exec ("usetype 0x0F87")
wait(9000)
Wend
end sub