Kalin Question.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Louis
Posts: 22
Joined: Sat Dec 17, 2011 4:52 pm

Kalin Question.

#1 Post by Louis » Fri Dec 14, 2012 2:14 pm

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.

Budzer
Posts: 99
Joined: Fri Sep 23, 2011 12:44 am

Re: Kalin Question.

#2 Post by Budzer » Fri Dec 14, 2012 3:40 pm

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

Louis
Posts: 22
Joined: Sat Dec 17, 2011 4:52 pm

Re: Kalin Question.

#3 Post by Louis » Sat Dec 15, 2012 1:00 am

wow. Thx Budzer :)
I'll check on the hours that the most of people.

Really thank you very much!


________________________
google traductor xD

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 8 guests