Ride & Dont Attack
Posted: Sat Oct 05, 2013 2:08 pm
Hi i wrote some macro but i cant work properly -_-
i want to wait open bags and find Brown Horse (1 day) then use Brown horse...i write ;
and i dont want to attack any mob..My char ride a horse but he dismount and attack mob.I need just ride.dont dismont,dont attack.what can i write on script ? sorry for my english thank you
i want to wait open bags and find Brown Horse (1 day) then use Brown horse...i write ;
Code: Select all
openGiftbags1To10(player.Level);
yrest(2000);
if mount then
mount:use()
repeat
player:update();
until player.Casting == false
else
player:mount()
end
if( player.Level > 1) then
loadPaths("varanas");
endand i dont want to attack any mob..My char ride a horse but he dismount and attack mob.I need just ride.dont dismont,dont attack.what can i write on script ? sorry for my english thank you