Page 1 of 1

yGather Usage

Posted: Tue Dec 14, 2010 10:40 pm
by deveyus
It seems that using yGather has numerous problems, though I believe rock5 did find a way to convert ygather coordinates into rombot coordinates.

As far as making usable paths out of the coordinates, I would first recommend taking a look at ( http://www.wowinterface.com/downloads/i ... outes.html ) as it demonstrates how to create efficient paths via TSP/ACO. As far as avoiding obstacles, using a moderate granularity blacklisting system with dynamic waypoint creation should allow you to resolve all but the most severe of problems.

It'd be nice to see if someone can create something similar to ( http://sourceforge.net/projects/woweditpatrol/ ) for RoM, the 2D terrain mapping alone is powerful, (We'd need to be able to remotely connect to MicroMacro preferably via TCP and submit queries about the current state of the bot....) but that's a bit of a pipedream I'm afraid.