Always Run at Farming

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
pan5en
Posts: 1
Joined: Mon Jan 10, 2011 12:50 pm

Always Run at Farming

#1 Post by pan5en » Mon Jan 10, 2011 12:59 pm

I have a Problem. I wanna optimize my farmspeed. I have a SCOUT 62 and i make a waypoint for northjanost heal.
I seach in the player.lua to stop standing at fight after pull the mob, because i make one waypoint for 1 mob.
Anyone knows where is the FORWARD STOP? I only found this :

Code: Select all

		-- stop moving if aggro, bot will stand and wait until to get the target from the client
	 	-- only if not in the fight stuff coding (means self.Fighting == false )
	 	if( self.Battling and 				-- we have aggro
	 	    self.Fighting == false  and		-- we are not coming from the fight routines (bec. as melee we should move in fight)
			waypoint.Type ~= WPT_TRAVEL and	-- only stop if not waypoint type TRAVEL
	 	    os.difftime(os.time(), player.LastAggroTimout ) > 10 ) then		-- dont stop 10sec after last aggro wait timeout
			-- keyboardRelease( settings.hotkeys.MOVE_FORWARD.key ); -- HAPPING NOTHING STOP MOVE FORWARD  ON AGGRO AN FIGHT!
			keyboardRelease( settings.hotkeys.ROTATE_LEFT.key );
			keyboardRelease( settings.hotkeys.ROTATE_RIGHT.key );
			success = false;
			failreason = WF_COMBAT;
			break;
		end;

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 2 guests