Mounting problem
Posted: Mon Jan 02, 2012 2:01 am
wondering if anyone know what im doing wrong or can fix this for please.
The problem is that it keeps recasting the mount instaead of stoping once it's finished:-
would be very greatfully if someone can point me in the right direction or edit what ive done wrong or need to do
thx
alos Happy Newyear everyone
The problem is that it keeps recasting the mount instaead of stoping once it's finished:-
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
while(true) do
repeat
player:update();
partyleader = GetPartyMemberAddress(1)
if partyleader ~= nil then partyleaderaddress = partyleader end
player:lootAll();
RoMScript("FollowUnit('party1');");
RoMScript("AssistUnit('party1');");
RoMScript("ScoutRogue()");
RoMScript("MountToggle()");
player:update();
until partyleader == nil
repeat
keyboardHold(settings.hotkeys.MOVE_FORWARD.key)
yrest(500);
keyboardRelease(settings.hotkeys.MOVE_FORWARD.key)
waitForLoadingScreen(5)
until partyleaderaddress ~= nil
end
</onLoad>
</waypoints>
thx
alos Happy Newyear everyone