Search found 4474 matches

by Administrator
Thu Sep 15, 2022 7:24 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2975 fixes
Replies: 8
Views: 2721

Version 7.4.0.2975 fixes

I just merged some changes for the recent update. The pull request can be seen here: https://github.com/SolarStrike-Software/rom-bot/pull/9/files This addresses most of the obvious changes and most features should be working fine. I'm sure there will be some additional fixes needed; if you experienc...
by Administrator
Mon Aug 15, 2022 1:55 pm
Forum: Runes of Magic
Topic: function CItem:moveTo(bag) not working properly
Replies: 2
Views: 871

Re: function CItem:moveTo(bag) not working properly

Looks like the item count and max count offsets were a little bit off. I've adjusted them. Please update and you should be good to go.
by Administrator
Tue Jul 05, 2022 9:38 am
Forum: Runes of Magic
Topic: Diffrent version ROM!!
Replies: 5
Views: 1227

Re: Diffrent version ROM!!

Almost certainly because it is 64-bit. Since Micromacro 1.05 is only 32-bit, it cannot effectively target a 64-bit application.

While Micromacro 2 is 64-bit, it is completely incompatible, so that's not a solution either.
by Administrator
Mon Jul 04, 2022 6:10 pm
Forum: Runes of Magic
Topic: Diffrent version ROM!!
Replies: 5
Views: 1227

Re: Diffrent version ROM!!

Right-click on "RoMDestan: Chapter III - The Elder Kingdoms" and go to Properties. A dialog should pop up and near the top it should have what the .exe name is.

Given that, just modify the line you found to the different .exe and it should, with any hope, work.
by Administrator
Sat Jul 02, 2022 8:55 am
Forum: Runes of Magic
Topic: kill specific mob
Replies: 1
Views: 716

Re: kill specific mob

What? Can you please explain the problem you're having, and what you're trying to achieve in more detail?
by Administrator
Sun Jun 19, 2022 6:52 am
Forum: Runes of Magic
Topic: weapons Training
Replies: 6
Views: 1074

Re: weapons Training

Kind of. I only tested it with normal enemies near the start of the game (I do not actually play the game and haven't since 2008). I do not know what the script is supposed to even do, outside of what I was able to figure out from looking over the code. It was attacking the enemies for the IDs I ent...
by Administrator
Sun Jun 19, 2022 6:40 am
Forum: Runes of Magic
Topic: MainHand durability
Replies: 7
Views: 1895

Re: MainHand durability

Indeed, getMainHandDurability() and getDurability() actually return the percentage. It's goofy, but it was what I found when I had to pick up maintaining the scripts and didn't want to break compatibility. It looks like you should be able to get the real (non-percentage) durability with: equipment.B...
by Administrator
Sun Jun 19, 2022 6:34 am
Forum: Runes of Magic
Topic: Micromacro.exe cant not find windows error help
Replies: 10
Views: 2534

Re: Micromacro.exe cant not find windows error help

Just asking, i do not fully understand why an OLDER version of the repository would be better than the newest. It's all about changes on the addresses or...? Yeah, that's the simple version of it. Over the years, the game changed a lot. Some of those changes functionally changed the code that the R...
by Administrator
Sat Jun 18, 2022 6:08 pm
Forum: Runes of Magic
Topic: weapons Training
Replies: 6
Views: 1074

Re: weapons Training

I added WepTraining.xml to versioning (as in it will be included with the bot from now on). If you update your scripts, that should solve it for you. Please verify that updating your scripts overwrote your version of WepTraining.xml. Open it and on line 12, you should see this: getCD = getCooldownFo...
by Administrator
Sat Jun 18, 2022 4:48 pm
Forum: Runes of Magic
Topic: Micromacro.exe cant not find windows error help
Replies: 10
Views: 2534

Re: Micromacro.exe cant not find windows error help

I see. It sounds like it is going to end up being a huge pain in the butt to get it working for you. You can step through the commits here: https://github.com/SolarStrike-Software/rom-bot/commits/master Use the "Browse the repository at this point in history" button (right side with the < ...
by Administrator
Sat Jun 18, 2022 7:59 am
Forum: Runes of Magic
Topic: weapons Training
Replies: 6
Views: 1074

Re: weapons Training

I think that waypoint script hasn't been updated in years, and I do not have a copy.
Can you upload it?
by Administrator
Sat Jun 18, 2022 7:37 am
Forum: Runes of Magic
Topic: Micromacro.exe cant not find windows error help
Replies: 10
Views: 2534

Re: Micromacro.exe cant not find windows error help

What is the game's client version? Using that, you'll have to try and figure out exactly which RoM-bot revision is the right one to use. More recently I've been making sure to create releases for each game version, so if you're lucky you can scoop up the right release pretty easily: https://github.c...
by Administrator
Thu Jun 16, 2022 3:34 pm
Forum: Runes of Magic
Topic: MainHand durability
Replies: 7
Views: 1895

Re: MainHand durability

Could I get some more information? It seems to be having acceptably to me. My mainhand has a durability of 76/100. inventory:getMainHandDurability() returns 76.15 If I had to guess, one thing that could be causing issues for you is that the max durability for items isn't reliably stored with the ite...
by Administrator
Sun Jun 05, 2022 10:06 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 254082

Re: Version 7.4.0.2897 progress

I think I found the root cause and pushed up a minor fix. Please update and let me know if the problem persists.
by Administrator
Sat May 28, 2022 3:19 pm
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

I'm trying to get the bot to use these items while following the party member I've specified and to renew it as the buffs end, but it doesn't work. I can't find where there is a mistake or I don't know if I'm missing something, maybe there is a start button combination, I couldn't find it.. eg. Lik...
by Administrator
Sat May 28, 2022 3:09 pm
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

I've pushed up a fix for the fairy issue. You'll have to update your scripts but it should (hopefully) work. I wasn't able to test it thoroughly because I don't have a fairy, nor know where to get one, but I at least addressed the error that you were getting. Similar to the waypoint function above, ...
by Administrator
Thu May 26, 2022 6:44 am
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

I believe PartyHeals() enters an infinite loop handles all logic itself, so it is never actually running the code in the waypoints you've added. I'll have to dig through the code to figure out how that works when time allows. As for the issue with the light fairy, that is definitely something that n...
by Administrator
Mon May 23, 2022 9:34 am
Forum: Runes of Magic
Topic: i got error
Replies: 5
Views: 771

Re: i got error

You are missing an 'end' statement there. All 'if' statements need to finish with an 'end'. if( 15 > player.HP/player.MaxHP*100 ) then player:cast("PRIEST_SOUL_SOURCE"); elseif( 25 > player.HP/player.MaxHP*100 ) then player:cast("PRIEST_HOLY_AURA"); player:cast("PRIEST_URGEN...
by Administrator
Mon May 23, 2022 9:09 am
Forum: Runes of Magic
Topic: i got error
Replies: 5
Views: 771

Re: i got error

I was not able to reproduce the issue but I made a minor fix that might help you out. Please update your scripts and try again.
by Administrator
Sat May 21, 2022 9:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238365

Re: Rock5's Mail Mods

I'm not able to reproduce this issue. Please ensure that you have the RoM bot scripts fully updated; either download the latest source and overwrite ALL local files (will not modify your profiles or anything), or use the rombot_updater tool included in the rom-bot folder (if you don't see it, you're...