The tool is available here: http://rapidshare.com/files/279508739/calculateWaypoints.zip
A readme is included.
What the tool does is:
1) Take a unsorted waypoint file as input
2) Sort the file by going from each point to the nearest other point
3) Save the new version as "xxx_optimized.xml" in the ...
Search found 5 matches
- Sun Sep 13, 2009 9:09 am
- Forum: Runes of Magic
- Topic: Harvesting converter for yGather?
- Replies: 9
- Views: 3316
- Sun Sep 13, 2009 3:31 am
- Forum: Runes of Magic
- Topic: Harvesting converter for yGather?
- Replies: 9
- Views: 3316
Re: Harvesting converter for yGather?
Quote myself: " I take the createpath.lua and create harvesting points in random order. My Java Programm calculates the best direct route of all points I took. In a testrun the combination of build-in unstuck and "wallclimb" (-> MultiHack) worked very well.
Its sure that you should not use you main ...
Its sure that you should not use you main ...
- Sun Sep 13, 2009 2:26 am
- Forum: Runes of Magic
- Topic: Harvesting converter for yGather?
- Replies: 9
- Views: 3316
Re: Harvesting converter for yGather?
Structure SavedVariables: [zone] -> [id] -> [newidx]
Example:
[2] = {
[1002] = {
[1] = {
["y"] = 879.81,
["x"] = 396.56,
},
},
[1004] = {
[2] = {
["y"] = 319.2,
["x"] = 492.45,
},
[3] = {
["y"] = 260.79,
["x"] = 377.39,
},
[1] = {
["y"] = 879.81,
["x"] = 396.56,
},
[4] = {
["y ...
Example:
[2] = {
[1002] = {
[1] = {
["y"] = 879.81,
["x"] = 396.56,
},
},
[1004] = {
[2] = {
["y"] = 319.2,
["x"] = 492.45,
},
[3] = {
["y"] = 260.79,
["x"] = 377.39,
},
[1] = {
["y"] = 879.81,
["x"] = 396.56,
},
[4] = {
["y ...
- Sat Sep 12, 2009 2:18 pm
- Forum: Runes of Magic
- Topic: Harvesting converter for yGather?
- Replies: 9
- Views: 3316
Re: Harvesting converter for yGather?
I have a working solution for sorting a list of random waypoints so that you go to the nearest harvesting point. In combination with RomMultiHack you can take the direct connections when enabling "Wallclimb".
Actual process:
I take the createpath.lua and create harvesting points in random order. My ...
Actual process:
I take the createpath.lua and create harvesting points in random order. My ...
- Sat Sep 12, 2009 6:43 am
- Forum: Runes of Magic
- Topic: Harvesting converter for yGather?
- Replies: 9
- Views: 3316
Harvesting converter for yGather?
Is anybody able to convert the coordinates created by yGather so that we can use them as waypoint and harvesting point inside the bot? So we could create a hugh path from one harvest point to the nearest other one.