Page 1 of 1

Kalin Question.

Posted: Fri Dec 14, 2012 2:14 pm
by Louis
Hello friends, I have a question.
Anyone have any idea how to retry entering kalin when capacity is maxed out and not allowed to enter?


Add a line with retries or something,
Thanks, Greetings.

Re: Kalin Question.

Posted: Fri Dec 14, 2012 3:40 pm
by Budzer
There are two metods first:

Code: Select all

   	<!-- # 1 --><waypoint x="XXX" z="XXX" type="TRAVEL" tag="unstick">
</waypoint>
	<!-- # 2 --><waypoint x="XXX" z="XXX" type="TRAVEL">
	      keyboardPress(key.VK_W);
	      keyboardPress(key.VK_W);
	      keyboardPress(key.VK_W);
	      keyboardPress(key.VK_W);

     		 if not waitForLoadingScreen(8) or getZoneId() == 6 then
     		    __WPL:setWaypointIndex(__WPL:findWaypointTag("unstick"))
    		  end
   </waypoint>
With last waypoint inside portal.

and...

Code: Select all

	<!-- # 1 --><waypoint x="XXX" z="XXX">
if not GoThroughPortal() then
    __WPL:setWaypointIndex(__WPL.LastWaypoint - 1)
end
   </waypoint>
With last WP outside portal and GoThroughPortal userfunction

Re: Kalin Question.

Posted: Sat Dec 15, 2012 1:00 am
by Louis
wow. Thx Budzer :)
I'll check on the hours that the most of people.

Really thank you very much!


________________________
google traductor xD