Search found 2 matches

by askme
Sun Feb 07, 2010 3:33 pm
Forum: Runes of Magic
Topic: Follow/Assist
Replies: 1
Views: 1235

Follow/Assist

I had made some changes at my player.lua to let the bot follow a defined char.
The idea is to follow waypoints as usual but use the defined char positions as next waypoint without a waypoint file.
Bot should follow (with a little distance) the char.
First i tried the ingame "follow" function but i ...
by askme
Sat Jan 09, 2010 9:31 pm
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 17667

Re: SVN 395: Autosell with check for durability and stats

autosell won´t work

if fixed this by myself by editing the

item.lua

-- itemquality -> color code
ITEMCOLOR = {
--WHITE = tonumber("0xFFFFFFFF"),
--GREEN = tonumber("0xFF00FF00"),
--BLUE = tonumber("0xFF0072BC"),
--PURPLE = tonumber("0xFFA864A8"),
--ORANGE = tonumber("0xFFF68E56 ...