It would be nice if we had something like yGather that would not only collect the infomation, but also return the information to a central database when you exit the client. Then, on log in, add those coordinates to your map.
Wishful thinking though.
Search found 10 matches
- Sat Sep 12, 2009 9:54 pm
- Forum: Runes of Magic
- Topic: Harvesting converter for yGather?
- Replies: 9
- Views: 3157
- Sat Sep 12, 2009 9:41 pm
- Forum: Runes of Magic
- Topic: Walking Web
- Replies: 2
- Views: 1250
Re: Walking Web
It could be done, but it really isn't necessary, and would take a lot of time. Really, the "easy" way to do it would be to decipher the map files and determine which blocks are walkable and which aren't, then construct a huge matrix of paths, and, finally, use a pathfinding algorithm to f...
- Sat Sep 12, 2009 7:08 pm
- Forum: Runes of Magic
- Topic: Walking Web
- Replies: 2
- Views: 1250
Walking Web
I was wondering if it would be possible to have something like a pre-built walking method built into this program. I script for the neXus iBot bot; which is a RuneScape bot. In it, we have something called the AryanWeb. It allows us scripters to gather the tiles (in this case, tiles would be waypoin...
- Wed Sep 09, 2009 5:26 pm
- Forum: Runes of Magic
- Topic: Setup Error
- Replies: 11
- Views: 3300
Re: Setup Error
If I press the macro key manual after the error, the right return values are stored in place 2. Yes, I also had that happen when I was running the latest revision. No problems since I rolled back to the one you suggested, so I suggest looking at what areas of the code where changed from that versio...
- Tue Sep 08, 2009 11:29 pm
- Forum: Runes of Magic
- Topic: Setup Error
- Replies: 11
- Views: 3300
Re: Setup Error
Ok. 217 does seem to work for me. I haven't actually created any waypoints yet, but the options to do so are now available.
- Tue Sep 08, 2009 6:44 pm
- Forum: Runes of Magic
- Topic: Setup Error
- Replies: 11
- Views: 3300
Re: Setup Error
This is how it looks on my screen. The text in the macro is what was put there when I ran createpath.lue


- Tue Sep 08, 2009 6:29 pm
- Forum: Runes of Magic
- Topic: Setup Error
- Replies: 11
- Views: 3300
Re: Setup Error
That is where I placed it. It adds the following code to it:
However, it still gives me the same error even after it adds that.
Code: Select all
/script r='' a={000} for i=1,#a do if a[i] then r=r..tostring(a[i]) end r=r..' ' end EditMacro(2,'',7,r);
- Tue Sep 08, 2009 6:22 pm
- Forum: Runes of Magic
- Topic: Setup Error
- Replies: 11
- Views: 3300
Setup Error
"The communication to the game with the MACRO function seems not to work. Define ingame an empty macro at the FIRST macro space and assign that to your MACRO hotkey '0'." I finally decided to download and set up the bot and this is one of the error messages I received. I did (well, I think...
- Sun Sep 06, 2009 3:30 pm
- Forum: MicroMacro general & support
- Topic: Warhammer Online micromacro?
- Replies: 6
- Views: 3578
Re: Warhammer Online micromacro?
I played the Beta of Warhammer, but haven't played much since.Sbexe wrote:I use MM for Runes of Magic is there any chance it can be used for warhammer online ?
There is a bot at MMOViper (www.mmoviper.com/); I used it when it first came out and it was pretty good. I'm sure it's even better now.
- Sun Sep 06, 2009 3:27 pm
- Forum: Runes of Magic
- Topic: How do you write a bot for RoM?
- Replies: 3
- Views: 1833
How do you write a bot for RoM?
As you can see, I just registered and this is most likely not in the best location; however, since it's RoM that I'm interested in I thought I might as well post it here. Admin/Mod, feel free to move it to the correct section if needed. Assuming someone out there cares, I may as well introduce mysel...