Search found 8 matches
- Sat May 11, 2013 11:53 am
- Forum: Runes of Magic
- Topic: Need a selective loot function
- Replies: 5
- Views: 2051
Re: Need a selective loot function
Wow! Thanks rock! Works like a champ! I put it in the waypoint file, as you suggested, and turned loot all on. <?xml version="1.0" encoding="utf-8"?><waypoints> <onload> if evalTargetLootableOrig == nil then evalTargetLootableOrig = evalTargetLootable end function evalTargetLoota...
- Fri May 10, 2013 7:20 pm
- Forum: Runes of Magic
- Topic: Need a selective loot function
- Replies: 5
- Views: 2051
Need a selective loot function
I have the bot running around killing only mobs named in <mobs> definition, and then loot. Loot all = false, loot in combat = true. The problem comes from using AOE to kill the mob and everything around it. If there are more than one named mob killed, only the first gets looted. I need a short funct...
- Fri May 10, 2013 7:05 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: useGoodie
- Replies: 62
- Views: 28009
Re: useGoodie
I added these to the table, and tested, work fine: --XP/TP buff items xpcake = {ID = 202895, buffName = 850473, castTime = 0}, -- wedding cake (+xp/tp) xppot = {ID = 201134, buffName = 201134, castTime = 0}, -- normal Experience Potion tppot = {ID = 201610, buffName = 201610, castTime = 0}, -- norma...
- Wed Apr 10, 2013 3:28 pm
- Forum: Runes of Magic
- Topic: SOLVED: Having trouble with 'invalid options in profile'
- Replies: 6
- Views: 2241
Re: Having trouble with 'invalid options in profile'
Sorry about that rock, rookie mistake.
I deleted all micromacro and rombot folders, and started over from scratch. Works fine now. I even upgraded SVN too.
Thanks again for all your hard work!
I deleted all micromacro and rombot folders, and started over from scratch. Works fine now. I even upgraded SVN too.
Thanks again for all your hard work!
- Wed Apr 10, 2013 2:26 pm
- Forum: Runes of Magic
- Topic: SOLVED: Having trouble with 'invalid options in profile'
- Replies: 6
- Views: 2241
Re: Having trouble with 'invalid options in profile'
Found something.
I'm running an old version of micromacro, v1.02 beta 1.
Sorry about that. I shouldn't have posted here. I thought I was current, but didn't double-check. My bad.
Thanks
I'm running an old version of micromacro, v1.02 beta 1.
Sorry about that. I shouldn't have posted here. I thought I was current, but didn't double-check. My bad.
Thanks
- Wed Apr 10, 2013 1:56 pm
- Forum: Runes of Magic
- Topic: SOLVED: Having trouble with 'invalid options in profile'
- Replies: 6
- Views: 2241
Re: Having trouble with 'invalid options in profile'
You do not copy the skills from skills.xml. Follow the "default.xml" profile to see how to set up the skills properly. According to the default.xml profile, it just says: <!-- For more skills to use see /database/skills.xml --> Okay, so I look in the /database/skills.xml file, and it's ju...
- Wed Apr 10, 2013 1:15 pm
- Forum: Runes of Magic
- Topic: SOLVED: Having trouble with 'invalid options in profile'
- Replies: 6
- Views: 2241
Re: Having trouble with 'invalid options in profile'
I deleted the 'cooldown' option, but still get the same exact error.
- Wed Apr 10, 2013 1:03 pm
- Forum: Runes of Magic
- Topic: SOLVED: Having trouble with 'invalid options in profile'
- Replies: 6
- Views: 2241
SOLVED: Having trouble with 'invalid options in profile'
Hello all, My first post here, and thank you lisa and rock5 for all the great work you are doing! After over a year, I decided to start playing RoM again, and wow, I really love this game all over again. I had an old version of micromacro and rombot installed, so I upgraded them to current (I'm pret...