trying farm Weapon skills to full
Posted: Wed Oct 24, 2012 12:01 am
ok i made a bot to farm MenDoza Ayekin but geting a strange error ....i am a warden works fine tell i put my pet Nature crystal out to do the attk speed buff then i just stand there and do nothing if i put him away works fine ..for most part then i get Ant kill steal thing witch only here and there any ideas on how fix these??
here pic on what i get
also here the script i useing just let u know short and sweet but it works
here pic on what i get

also here the script i useing just let u know short and sweet but it works
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
while(true) do
player:target(player:findEnemy(nil,nil,nil,nil))
if player:haveTarget() then
RoMScript("UseSkill(1,1);");
end
end
</onLoad>
<!-- # 1 --><waypoint x="6231" z="30060" y="372"> </waypoint>
yrest(5000)
</waypoints>