minor bug: red message 'Waypoint movement failed!'

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

minor bug: red message 'Waypoint movement failed!'

#1 Post by d003232 »

If the bot acquired a new target after movement, theres allways a red message 'Waypoint movement failed!' in the protocol window.

That message should only come, if there is a 'really' fail reason. Needs a littel correction at bot.lua line 286

Code: Select all

				if( not reason == WF_TARGET ) then	-- ADD THAT LINE
					cprintf(cli.red, language[8]);
				end;					-- ADD THAT LINE
The RoM Bot Online Wiki needs your help!
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: minor bug: red message 'Waypoint movement failed!'

#2 Post by Administrator »

Changed. It'll be in the next version.
Post Reply