Search found 4474 matches

by Administrator
Wed Sep 06, 2023 10:46 am
Forum: Runes of Magic
Topic: Looking for old version on rom bot
Replies: 3
Views: 1470

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...
by Administrator
Wed Aug 30, 2023 1:25 pm
Forum: Runes of Magic
Topic: send item t6
Replies: 6
Views: 1886

Re: send item t6

I PMd you something to test. Please try it out and report your findings.
by Administrator
Sun Aug 27, 2023 8:09 am
Forum: Runes of Magic
Topic: Waypoint Pauses with no reason
Replies: 7
Views: 1787

Re: Waypoint Pauses with no reason

Excellent. Thank you for reporting back with results.
by Administrator
Sun Aug 27, 2023 8:07 am
Forum: Runes of Magic
Topic: War Mage Lightning Burn Wepoen
Replies: 6
Views: 1560

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 ...
by Administrator
Fri Aug 25, 2023 11:03 am
Forum: Runes of Magic
Topic: send item t6
Replies: 6
Views: 1886

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...
by Administrator
Thu Aug 24, 2023 11:08 am
Forum: Runes of Magic
Topic: send item t6
Replies: 6
Views: 1886

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,...
by Administrator
Sun Aug 20, 2023 7:32 am
Forum: Runes of Magic
Topic: Waypoint Pauses with no reason
Replies: 7
Views: 1787

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 ...
by Administrator
Sun Aug 20, 2023 7:22 am
Forum: Runes of Magic
Topic: War Mage Lightning Burn Wepoen
Replies: 6
Views: 1560

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...
by Administrator
Sat Aug 05, 2023 10:38 am
Forum: Runes of Magic
Topic: PLAYER PROBLEM
Replies: 1
Views: 1176

Re: PLAYER PROBLEM

In the game's chat, enter this:
/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.
by Administrator
Thu Aug 03, 2023 2:52 pm
Forum: Runes of Magic
Topic: multihack
Replies: 4
Views: 1446

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...
by Administrator
Wed Aug 02, 2023 7:59 am
Forum: Runes of Magic
Topic: War Mage Lightning Burn Wepoen
Replies: 6
Views: 1560

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...
by Administrator
Wed Aug 02, 2023 7:54 am
Forum: Runes of Magic
Topic: Waypoint Pauses with no reason
Replies: 7
Views: 1787

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...
by Administrator
Thu Jul 27, 2023 11:05 am
Forum: Runes of Magic
Topic: partyhealer not looting
Replies: 5
Views: 1456

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.
by Administrator
Wed Jul 26, 2023 7:57 am
Forum: Runes of Magic
Topic: rombot not works
Replies: 2
Views: 1085

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.
by Administrator
Wed Jul 12, 2023 1:02 pm
Forum: Runes of Magic
Topic: partyhealer not looting
Replies: 5
Views: 1456

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...
by Administrator
Sat Jul 08, 2023 8:26 am
Forum: Runes of Magic
Topic: Looking for old version on rom bot
Replies: 3
Views: 1470

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
by Administrator
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: 1198

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" />...
by Administrator
Thu Jul 06, 2023 7:10 am
Forum: Runes of Magic
Topic: Error "attempt to get length of local "Key" (a nil value)
Replies: 6
Views: 1198

Re: Error "attempt to get length of local "Key" (a nil value)

A few minor things I noticed, but may not be causing the issue you're having: - Your game version shows as 7.4.0.2985; the latest version (from Gameforge) is 7.4.0.2987 -- are you playing on a different client? - Line 2600 of functions.lua does not contain the variable that is indicated in your erro...
by Administrator
Wed Jul 05, 2023 6:56 am
Forum: Runes of Magic
Topic: Error "attempt to get length of local "Key" (a nil value)
Replies: 6
Views: 1198

Re: Error "attempt to get length of local "Key" (a nil value)

Please provide more information. Copy and paste the full error (you can get this from the
log.txt
file in the same folder as
micromacro.exe
.
Also an explanation of what you were trying to do with the bot, and what it was doing when it crashed with that error, would help in debugging.
by Administrator
Sat May 06, 2023 2:19 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: does micromacro works?
Replies: 15
Views: 7985

Re: does micromacro works?

Pointeet: you're trying to run the CLI tool instead of the bot. Please check the readme for the basic setup: https://github.com/SolarStrike-Software ... /readme.md