http://forum.rebelgamez.net//showthread ... nformation
Instance in dwarf starter zone is closed. Xaveria is empty, ravenfell is empty, weeping coast, savage lands, aotolia volcano all empty too. Thunderhoof hills is active
Search found 19 matches
- Sun Mar 23, 2014 9:25 pm
- Forum: RoM general
- Topic: rebelgamez private server
- Replies: 0
- Views: 3740
- Sat Mar 22, 2014 2:34 pm
- Forum: RoM general
- Topic: rom4u private server
- Replies: 199
- Views: 69738
Re: rom4u private server
yeah, server is having issues it seems. lots of stuff is apparently broken. dog farmers are almost non existant though xD, made getting a stack super easy.
- Wed Mar 19, 2014 7:48 pm
- Forum: Runes of Magic
- Topic: What! No Diamond trade?
- Replies: 30
- Views: 13726
Re: What! No Diamond trade?
I play on Nexon. well since the quests we are looking at doing are in a chain, if you were assigned quests 11-15 in the chain you would still need to do the 1-10 in the chain before you can even start your assigned quests. Something to keep in mind. True. However, if its done smartly I do believe it...
- Wed Mar 19, 2014 1:37 pm
- Forum: Runes of Magic
- Topic: What! No Diamond trade?
- Replies: 30
- Views: 13726
Re: What! No Diamond trade?
Thats why the theory I had was to make up coords for entire map in a grid, then use a function to decide shortest path to set location. Theory was you have the quests in a table and the NPC name and coords, the coords of where you need to go and what to kill/collect, so the bot would just use the t...
- Fri Mar 14, 2014 10:22 pm
- Forum: RoM general
- Topic: rom4u private server
- Replies: 199
- Views: 69738
Re: rom4u private server
I just started playing on this server last night. Holy crap the economy looks ridiculous! and all the bots fighting for dog meat made me lol. Than my lack of gear made me cry because I died easily. Otherwise its very interesting. Gonna have to start a shell farm see if I can make some diamonds and n...
- Fri Mar 07, 2014 10:35 pm
- Forum: Runes of Magic
- Topic: Bot errors
- Replies: 24
- Views: 7462
Re: Bot errors
for the errors or the crashing? Or both? and yeah, I can test on multiple machines.
- Fri Mar 07, 2014 1:01 pm
- Forum: Runes of Magic
- Topic: Bot errors
- Replies: 24
- Views: 7462
Re: Bot errors
In your other topic I asked about what version of game your server uses. I think you may have me confused with someone else? :? So yeah again I'll ask if you are playing on a server that has the latest game or if the server uses an older game version. I play on one of the "official" serve...
- Fri Mar 07, 2014 5:42 am
- Forum: Runes of Magic
- Topic: Bot errors
- Replies: 24
- Views: 7462
Bot errors
I recently did an svn update to most recent bot commit (bot 329 revision 772) , and since then it seems I've been crashing and erroring out on the bot more often. is there error in my scripts? or am I just that lucky? Seems to happen on all of my daily quest scripts (big and small chars, different q...
- Tue Mar 04, 2014 12:42 am
- Forum: Runes of Magic
- Topic: selecting waypoint files
- Replies: 5
- Views: 2027
Re: selecting waypoint files
LoL! yeah, you definitely made it much more simple than I did :P I decided to take a slightly different approach, I took what you said and combined the class swap and quest turn-in into 1 waypoint, and added some arguments for getting quest items if not enough. The entire file is called based on sec...
- Mon Mar 03, 2014 6:52 pm
- Forum: Runes of Magic
- Topic: selecting waypoint files
- Replies: 5
- Views: 2027
Re: selecting waypoint files
hmmm, I don't think I made it clear with what I meant. I have multiple waypoints for doing secondary leveling at CoO, at each of the portal spots various dailies can be done. I can set them up according to secondary level, but than I would need to compensate for when I do the class swap. examples in...
- Mon Mar 03, 2014 1:36 pm
- Forum: Runes of Magic
- Topic: selecting waypoint files
- Replies: 5
- Views: 2027
selecting waypoint files
So a few different questions here. Is there a way to select the next waypoint file based on the waypoint you came from? example: There is A1,A2, B (which you are currently on) and C1, C2. so if you came from A1 you would continue to C1, A2 -> C2, etc. secondly, what defines a players secondary class...
- Fri Feb 28, 2014 12:01 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: rock5's "fastLogin Revisited"
- Replies: 914
- Views: 416632
Re: rock5's "fastLogin Revisited"
Hi How to make the bot after bot 10daily switch to another character is there but how to make the bot as all characters on an account held switch to another account? Just use SetCharList and LoginNextChar as discussed in lots of places and in this topic. if getAcc() == {1,2,3} then getAcc returns a...
- Fri Feb 28, 2014 12:52 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: rock5's "fastLogin Revisited"
- Replies: 914
- Views: 416632
Re: rock5's "fastLogin Revisited"
Hi How to make the bot after bot 10daily switch to another character is there but how to make the bot as all characters on an account held switch to another account? <?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> local Sender = "Sender" <!-- Name of Sender ...
- Thu Feb 27, 2014 9:59 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: rock5's "fastLogin Revisited"
- Replies: 914
- Views: 416632
Re: rock5's "fastLogin Revisited"
So I'm trying to consolidate my code and make it less bulky. Which means having different accounts do different sub tasks in the same run. function checkitems() tusk = inventory:itemTotalCount(200624) claw = inventory:itemTotalCount(200609) if getAcc() == {1,2,3} then if (5>tusk) then __WPL:setWaypo...
- Mon Feb 17, 2014 10:38 pm
- Forum: Runes of Magic
- Topic: questions regarding quest completion
- Replies: 1
- Views: 963
questions regarding quest completion
Is there a way to check if a quest was previously completed? such as when the bot was not running? An example would be chain quests. I have it set to go for lvl 20 quests, but it gets stuck because a lvl 12 quest was not completed yet (this is hypothetical.) But the bot doesn't know that because I h...
- Sun Feb 16, 2014 6:49 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: CoO - lvl 38 Daily - Burrowing Food Plunderer
- Replies: 0
- Views: 3649
CoO - lvl 38 Daily - Burrowing Food Plunderer
Reading through these forums has been immensely helpful in learning how to use RoMbot. I have better understanding of how everything ties together, even if I dunno what I want to put there :P That being said I want to give back to the community. It's not much, but it is something that I hope someone...
- Fri Feb 14, 2014 3:04 am
- Forum: Runes of Magic
- Topic: bouncing between waypoints
- Replies: 4
- Views: 1866
Re: bouncing between waypoints
Thank you very much Lisa, that was more inline with what i was looking for. Soooo much to learn! 

- Fri Feb 14, 2014 1:00 am
- Forum: Runes of Magic
- Topic: bouncing between waypoints
- Replies: 4
- Views: 1866
Re: bouncing between waypoints
Thanks for the reply :) The first one had an error when I tried to run it, the other 2 didn't quite work how I wanted. I ended up creating an entirely separate file for all return paths, since it should start at the closest and follow it till I tell it otherwise. still curious if there is a way to s...
- Thu Feb 13, 2014 11:22 pm
- Forum: Runes of Magic
- Topic: bouncing between waypoints
- Replies: 4
- Views: 1866
bouncing between waypoints
I'm going to preface all of this with "I'm new" and not just to this, but to coding in general. So I've been messing around building my own dailies script that collects quests, turns them in, and gets the items if its low or out. This was done through reading through the forums and dissect...