Search found 4457 matches
- Mon May 23, 2022 9:34 am
- Forum: Runes of Magic
- Topic: i got error
- Replies: 5
- Views: 597
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...
- Mon May 23, 2022 9:09 am
- Forum: Runes of Magic
- Topic: i got error
- Replies: 5
- Views: 597
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.
- Sat May 21, 2022 9:23 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Rock5's Mail Mods
- Replies: 766
- Views: 223440
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...
- Fri May 20, 2022 1:27 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Aslan tal Minigame Mobs angreifen ?
- Replies: 6
- Views: 617
Re: Aslan tal Minigame Mobs angreifen ?
Update your scripts again. Pushed up another update targeting this mini game.
It still isn't perfect and there seems to be some sort of bug with melee characters, but it is definitely better.
It still isn't perfect and there seems to be some sort of bug with melee characters, but it is definitely better.
- Thu May 12, 2022 8:04 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Aslan tal Minigame Mobs angreifen ?
- Replies: 6
- Views: 617
Re: Aslan tal Minigame Mobs angreifen ?
Small update on this. I was able to verify a quick fix. Might not be the best fix in the world, but it gets the job done. If you update your scripts, you should be good to go.
- Thu May 12, 2022 7:59 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Aslan tal Minigame Mobs angreifen ?
- Replies: 6
- Views: 617
Re: Aslan tal Minigame Mobs angreifen ?
Found it and was able to confirm that the bot won't attack the beetles. Since the timer is a bit short, that didn't leave much time for debugging but I did at least dump the RAM for later analysis. I think I've already got a bit of an idea as to what the problem is. How often is this minigame repeat...
- Thu May 12, 2022 7:44 am
- Forum: Runes of Magic
- Topic: The rom bot gets stuck at startup.
- Replies: 2
- Views: 445
Re: The rom bot gets stuck at startup.
Did the bot previously work for you, or have you just set it up recently? Did you install (copy) all of the folders from rom-bot/devtools/ into Runes of Magic/Interface/addons , then restart Runes of Magic? If you've installed the addons to the game correctly, when you enter the game it should look ...
- Tue May 10, 2022 6:28 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Aslan tal Minigame Mobs angreifen ?
- Replies: 6
- Views: 617
Re: Aslan tal Minigame Mobs angreifen ?
What is this mini game? Where do you start it, and what is the goal?
I can try poking around and see if I can fix it, but need to know where to even begin.
I can try poking around and see if I can fix it, but need to know where to even begin.
- Sun Apr 10, 2022 8:10 am
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
Re: Version 7.4.0.2897 progress
There's a good chance that was my fault. I had an update for d303fix committed, but never pushed it up. Sorry!
This means you'll want to update again, then copy the d303fix to your interface folder. That should resolve the issue for you.
This means you'll want to update again, then copy the d303fix to your interface folder. That should resolve the issue for you.
- Sun Apr 10, 2022 7:55 am
- Forum: Runes of Magic
- Topic: Problem with "when finished"
- Replies: 3
- Views: 508
Re: Problem with "when finished"
I need some more information. In that file, there is: local When_Finished = "" Are you setting that to a value? Presumably the filename of a waypoint script that you're trying to load after Lyliya finishes. If so, please send me a copy of that script as well. You can PM it to me if it cont...
- Mon Apr 04, 2022 9:38 am
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
- Sat Apr 02, 2022 8:45 am
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
Re: Version 7.4.0.2897 progress
I haven't been able to reproduce this issue.
Has anyone else had issues with this script?
Has anyone else had issues with this script?
- Sat Apr 02, 2022 8:33 am
- Forum: Runes of Magic
- Topic: Problem with "when finished"
- Replies: 3
- Views: 508
Re: Problem with "when finished"
You have to provide the exact code you're using, and also the exact error message.
- Sat Mar 26, 2022 8:37 am
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
Re: Version 7.4.0.2897 progress
Sasuke: The error about the update of CItem id <whatever> is probably safe to ignore. It looks like the real problem is that something is trying to use a variable called sstime . There's nothing in the standard scripts that has a variable named that so it might be coming from one of your profiles, u...
- Thu Mar 24, 2022 7:40 pm
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
Re: Version 7.4.0.2897 progress
I just merged fixes for client version 7.4.0.2969, which serves to update a number of memory addresses. PR is here: https://github.com/SolarStrike-Software/rom-bot/pull/7/files You guys should be able to run the rom-bot/gitupdate script, or run rombot_updater.exe from the rom-bot script directory to...
- Sat Mar 19, 2022 9:05 am
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
Re: Version 7.4.0.2897 progress
Just loaded things up and still see the same version number and all of the addresses seem in-tact.
Is there something that isn't working for you?
Is there something that isn't working for you?
- Sat Mar 19, 2022 8:58 am
- Forum: Runes of Magic
- Topic: Hilfe beim Makro
- Replies: 3
- Views: 531
Re: Hilfe beim Makro
Here's a tutorial on how to create an addon:
https://runesofmagic.fandom.com/wiki/Addon_Tutorial
I think you want to create a "slash command" that can then cast all of the skills you need.
https://runesofmagic.fandom.com/wiki/Addon_Tutorial
I think you want to create a "slash command" that can then cast all of the skills you need.
- Sat Mar 19, 2022 8:46 am
- Forum: RoM general
- Topic: Registering Lua Functions
- Replies: 1
- Views: 582
Re: Registering Lua Functions
This does indeed seem like a pretty cool project you've got going here.
Have you also been able to register C functions?
Have you also been able to register C functions?
- Sun Mar 13, 2022 8:17 am
- Forum: Runes of Magic
- Topic: Hilfe beim Makro
- Replies: 3
- Views: 531
Re: Hilfe beim Makro
I believe that RoM's code was changed years ago to support only allowing a single "action" (a skill in this case) to trigger from a single macro.
I think you would need to create an addon instead, but I'm not sure if that would actually solve it.
I think you would need to create an addon instead, but I'm not sure if that would actually solve it.
- Sun Mar 13, 2022 8:15 am
- Forum: Runes of Magic
- Topic: Version 7.4.0.2897 progress
- Replies: 1055
- Views: 244513
Re: Version 7.4.0.2897 progress
Unfortunately that error doesn't really describe what went wrong. Is there a specific time that it errors out, or is the bot doing a specific thing?