Search found 4480 matches

by Administrator
Wed Dec 20, 2023 9:02 am
Forum: Runes of Magic
Topic: HEAL_FIGHT crash client
Replies: 6
Views: 14248

Re: HEAL_FIGHT crash client

Code is in
classes/party.lua
, around line 42:
function Party()
.
function healfight()
is around line 425.


I just noticed something: You'll need to have
ICON_FIGHT
set to
true
in your options. Then, the heal bot should also try to fight whichever targets you have set an icon for.
by Administrator
Tue Dec 19, 2023 12:29 pm
Forum: Runes of Magic
Topic: HEAL_FIGHT crash client
Replies: 6
Views: 14248

Re: HEAL_FIGHT crash client

Taking a look at the party healing function, it looks like it was pretty much hard-coded to do only one or the other, but not both.
The only way to get it to work would require a pretty big refactoring.
by Administrator
Mon Dec 11, 2023 6:50 pm
Forum: Runes of Magic
Topic: Free camera?
Replies: 2
Views: 8615

Re: Free camera?

I think part of how the bot works is by manipulating the camera, so unfortunately it's going to jerk around on you a bit. Not much that can be done about it, sorry.
by Administrator
Wed Nov 15, 2023 3:52 pm
Forum: Runes of Magic
Topic: Problem With Running the script
Replies: 1
Views: 7345

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...
by Administrator
Sat Oct 21, 2023 2:26 pm
Forum: Runes of Magic
Topic: EventMonitor problem
Replies: 1
Views: 7348

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:

Code: Select all

if( msg ~= nil ) then
	print(time, mmoreToComeore, name, msg)
end	
Does it print anything out?

Do you have the ingamefunctions RoM addon installed?
by Administrator
Wed Sep 13, 2023 12:53 pm
Forum: RoM general
Topic: Droprate
Replies: 2
Views: 14048

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.
by Administrator
Wed Sep 06, 2023 10:46 am
Forum: Runes of Magic
Topic: Looking for old version on rom bot
Replies: 3
Views: 4653

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: 3342

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: 9043

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: 7922

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: 3342

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: 3342

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: 9043

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: 7922

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: 1857

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: 2679

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: 7922

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: 9043

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: 2547

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: 1919

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.