Cow in Logar event
Posted: Sun Feb 19, 2012 4:29 pm
I have an idea to make a bot to feed a cow in Logar (event) and do not know how to do this script. Can anyone do this?
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints><onload>
while inventory:getItemCount(200338) > 0 do
player:target_NPC(112151);
sendMacro("ChoiceOption(3);");
yrest(7777);
end break;</onload></waypoints>
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onload>
while inventory:getItemCount(200338) > 0 do
player:target_NPC(112151);
sendMacro("ChoiceOption(3);");
yrest(7777);
end
player:sleep()
</onload>
</waypoints>