Search found 4457 matches
- Wed Nov 15, 2023 3:52 pm
- Forum: Runes of Magic
- Topic: Problem With Running the script
- Replies: 1
- Views: 85
Re: Problem With Running the script
The first attempt was (mostly) right. At the script prompt, you should be running rom-bot/bot profile:l1-10 , assuming that rom-bot is the name of the folder inside micromacro/scripts . It looks like you named yours rom instead, which should be totally fine. Based on the error you're getting, I'm as...
- Sat Oct 21, 2023 2:26 pm
- Forum: Runes of Magic
- Topic: EventMonitor problem
- Replies: 1
- Views: 135
Re: EventMonitor problem
I took a quick look at this and don't see anything wrong with it at the moment.
Try adding some print statements to help debug:
Does it print anything out?
Do you have the ingamefunctions RoM addon installed?
Try adding some print statements to help debug:
Code: Select all
if( msg ~= nil ) then
print(time, mmoreToComeore, name, msg)
end
Do you have the ingamefunctions RoM addon installed?
- Wed Sep 13, 2023 12:53 pm
- Forum: RoM general
- Topic: Droprate
- Replies: 2
- Views: 238
Re: Droprate
Almost certainly not. In most online games, that kind of thing is controlled entirely by the server.
If you're playing a single player, or p2p coop game, then it might be pretty easy. You'll have to be more specific when it comes to which game.
If you're playing a single player, or p2p coop game, then it might be pretty easy. You'll have to be more specific when it comes to which game.
- Wed Sep 06, 2023 10:46 am
- Forum: Runes of Magic
- Topic: Looking for old version on rom bot
- Replies: 3
- Views: 211
Re: Looking for old version on rom bot
Sorry, we don't have that game version tagged. Unfortunately this means you'd have to just dig through the commit log and hope to get lucky to find a commit that works, and there's over 1,000 commits. Worse yet, there might not even be a specific commit that could work. If you know the date that gam...
- Wed Aug 30, 2023 1:25 pm
- Forum: Runes of Magic
- Topic: send item t6
- Replies: 6
- Views: 241
Re: send item t6
I PMd you something to test. Please try it out and report your findings.
- Sun Aug 27, 2023 8:09 am
- Forum: Runes of Magic
- Topic: Waypoint Pauses with no reason
- Replies: 7
- Views: 243
Re: Waypoint Pauses with no reason
Excellent. Thank you for reporting back with results.
- Sun Aug 27, 2023 8:07 am
- Forum: Runes of Magic
- Topic: War Mage Lightning Burn Wepoen
- Replies: 6
- Views: 275
Re: War Mage Lightning Burn Wepoen
Holy strike works fine for me. From database/skills.xml: <skill name="KNIGHT_HOLY_STRIKE" id="490148" range="50" type="damage" casttime="0" cooldown="0" target="enemy" /> Please confirm you have the same. Next, can you check your ...
- Fri Aug 25, 2023 11:03 am
- Forum: Runes of Magic
- Topic: send item t6
- Replies: 6
- Views: 241
Re: send item t6
I looked over the script that you sent to me in PM. Here's the section you are using to send fusion stones to your other character: repeat local t = os.clock() repeat player:target_NPC(110793) -- Mailbox yrest(1000) until RoMScript("MailFrame:IsVisible()") or os.clock()-t > 5 -- relog afte...
- Thu Aug 24, 2023 11:08 am
- Forum: Runes of Magic
- Topic: send item t6
- Replies: 6
- Views: 241
Re: send item t6
How is a T6 item denoted? I imagine that's what the _fusedtier argument refers to, but I'm not sure. A comment does state: -- Check fused tier. That is what tier level mana stone the item would make. Maybe something like this: UMM_SendAdvanced("my other character", nil, nil, nil, nil, nil,...
- Sun Aug 20, 2023 7:32 am
- Forum: Runes of Magic
- Topic: Waypoint Pauses with no reason
- Replies: 7
- Views: 243
Re: Waypoint Pauses with no reason
I wonder if some key combination you're hitting is somehow getting picked up as the wrong virtual key code or something, making the micromacro instance think you've hit End. Lets try an experiment. Open up settings.lua . Near the top, you'll see the hotkeys. Specifically, the start and stop keys on ...
- Sun Aug 20, 2023 7:22 am
- Forum: Runes of Magic
- Topic: War Mage Lightning Burn Wepoen
- Replies: 6
- Views: 275
Re: War Mage Lightning Burn Wepoen
Open up database/skills.xml . Go to line 230 (or just search by name); you'll see this: <skill name="WARRIOR_LIGHTNING_BURN_WEAPON" id="490062" range="0" type="buff" casttime="0" cooldown="0" target="self" buffname="500162,62...
- Sat Aug 05, 2023 10:38 am
- Forum: Runes of Magic
- Topic: PLAYER PROBLEM
- Replies: 1
- Views: 169
Re: PLAYER PROBLEM
In the game's chat, enter this:
If you've used the bot with these characters before, you may have macros named "RB" and "RB Command" -- delete those.
Make sure you have at least 2 empty macro slots open.
Try starting the bot now and hopefully it works.
/macro
.If you've used the bot with these characters before, you may have macros named "RB" and "RB Command" -- delete those.
Make sure you have at least 2 empty macro slots open.
Try starting the bot now and hopefully it works.
- Thu Aug 03, 2023 2:52 pm
- Forum: Runes of Magic
- Topic: multihack
- Replies: 4
- Views: 234
Re: multihack
If all you need is to fly, it's included by default. The function fly() will enable flying, and flyoff() will disable flying. So you can just create a waypoint like this: <?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> fly(); </onLoad> </waypoints> Running that waypoin...
- Wed Aug 02, 2023 7:59 am
- Forum: Runes of Magic
- Topic: War Mage Lightning Burn Wepoen
- Replies: 6
- Views: 275
Re: War Mage Lightning Burn Wepoen
Are you able to get the buff ID for Lightning Burn Weapon? Maybe there's a few variations, and that's why the bot isn't detecting that you have the buff that the skill provides. If you are able to determine the buff ID it uses (if you have the addons installed, should just be able to hover over it t...
- Wed Aug 02, 2023 7:54 am
- Forum: Runes of Magic
- Topic: Waypoint Pauses with no reason
- Replies: 7
- Views: 243
Re: Waypoint Pauses with no reason
You probably don't need to restart the client; simply pressing CTRL+L while focused on the micromacro window should exit the script. Breaking down your waypoint, it looks like it works like this: When the waypoint is loaded (ie. when starting the bot with this waypoint), it will immediately enter th...
- Thu Jul 27, 2023 11:05 am
- Forum: Runes of Magic
- Topic: partyhealer not looting
- Replies: 5
- Views: 302
Re: partyhealer not looting
No, there isn't any waypoints that do that (that I'm aware of).
You could just use partyhealer and just not assign any heal spells. That should do the trick.
@xrozhija - can you confirm whether that change works well or not? if so, I'll commit it and make it official.
You could just use partyhealer and just not assign any heal spells. That should do the trick.
@xrozhija - can you confirm whether that change works well or not? if so, I'll commit it and make it official.
- Wed Jul 26, 2023 7:57 am
- Forum: Runes of Magic
- Topic: rombot not works
- Replies: 2
- Views: 168
Re: rombot not works
In your rom-bot folder, there's another folder named
cache
. Open that. There should be 3-4 files. Delete all of those 4 files and try again; that should do the trick.- Wed Jul 12, 2023 1:02 pm
- Forum: Runes of Magic
- Topic: partyhealer not looting
- Replies: 5
- Views: 302
Re: partyhealer not looting
It looks like the party healer is basically hard-coded to only loot when not in combat. Not sure if intended or not. Can you confirm that looting out of combat is at least working? One thing to consider is that if you do have looting during combat enabled, the healer probably won't bother healing yo...
- Sat Jul 08, 2023 8:26 am
- Forum: Runes of Magic
- Topic: Looking for old version on rom bot
- Replies: 3
- Views: 211
Re: Looking for old version on rom bot
There's a handful of versions available on the Github page: https://github.com/SolarStrike-Software ... t/releases
- Sat Jul 08, 2023 8:25 am
- Forum: Runes of Magic
- Topic: Error "attempt to get length of local "Key" (a nil value)
- Replies: 6
- Views: 315
Re: Error "attempt to get length of local "Key" (a nil value)
In your profile, find the option for RELOAD_AMMUNITION . I'm guessing you set it to true (since I was able to reproduce the error with that). Ensure that the value is either false , arrow , or thrown enclosed in quotes, like this: <option name="RELOAD_AMMUNITION" value="false" />...