Search found 31 matches
- Tue Jan 28, 2025 9:06 am
- Forum: Runes of Magic
- Topic: BUFF REMOVAL when running a SCRIPT
- Replies: 5
- Views: 7867
Re: BUFF REMOVAL when running a SCRIPT
That code works by comparing the mount's name to the buff's description to find the index of the buff associated with the mount. I think what is happening with your change is that it is causing that whole block to never find the mount buff and as a result will instead use another method to try dism...
- Sat Jan 25, 2025 8:50 pm
- Forum: Runes of Magic
- Topic: BUFF REMOVAL when running a SCRIPT
- Replies: 5
- Views: 7867
Re: BUFF REMOVAL when running a SCRIPT
Hi, this problem is still important. When using the player:dismount() the bot cancels the first buff the character has. However I found some solution. But I'm not sure if this is correct :? In the player.lua file, the lines: -- if _dismount and mountmethod is inventory then assume buff name equals i...
- Thu Dec 12, 2024 4:29 pm
- Forum: Runes of Magic
- Topic: Issue Skill CHAMPION_FORGE
- Replies: 26
- Views: 31218
Re: Issue Skill CHAMPION_FORGE
If the bot does not return any error, then maybe there are some conditions in the profile under which the skill cannot be used? This happens to me often :lol: In my Champion/Rogue profile the skill sequence looks like this: <skills_champion> <skill name="CHAMPION_FORGE" hotkey="MACRO&...
- Thu Dec 12, 2024 1:20 pm
- Forum: Runes of Magic
- Topic: Issue Skill CHAMPION_FORGE
- Replies: 26
- Views: 31218
Re: Issue Skill CHAMPION_FORGE
Are you saying that you now have two rows in skills.xml , using two different IDs No, I have one row for the CHAMPION_FORGE skill. I only added the buff ID for the Champion/Warlock class. The skill ID is for the Champion/Rogue class. And both classes use the skill correctly. <skill name="CHAMP...
- Tue Dec 10, 2024 6:22 pm
- Forum: Runes of Magic
- Topic: Issue Skill CHAMPION_FORGE
- Replies: 26
- Views: 31218
Re: Issue Skill CHAMPION_FORGE
And one more thing! In file skills.xml for the Champion/Warlock elite skill
I'm currently setting up a profile for the Champion/Warlock class
CHAMPION_DARK_ENERGY_STRIKE
the cooldown time = "7"
. But this skill has no cooldown. I'm using bot version 4.10.I'm currently setting up a profile for the Champion/Warlock class

- Tue Dec 10, 2024 5:42 pm
- Forum: Runes of Magic
- Topic: Issue Skill CHAMPION_FORGE
- Replies: 26
- Views: 31218
Re: Issue Skill CHAMPION_FORGE
Hello everyone! :) I recently had a similar problem with the Forge skill for a Champion/Warlock. I checked the ID of the skill and buff and indeed they did not match those specified in skills.xml For a Champion and Champion/Rogue: id="498604" buffname="621251" For a Champion/Warl...
- Sun Jan 28, 2024 6:44 am
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
Sometimes there are a lot of these messages per unit of time, it’s difficult to navigate from the log in the console whether the bot is doing everything correctly
I use Gameforge client.

I use Gameforge client.
- Fri Jan 26, 2024 7:00 am
- Forum: Runes of Magic
- Topic: Accept quests
- Replies: 4
- Views: 8970
Re: Accept quests
You probably made a mistake in the name of the quest, this also applies to the case of letters. Enclose the quest name in quotes: AcceptQuestByName("Quest Name"); If the quest name already contains double quotes, enclose the full quest name in single quotes: AcceptQuestByName('Some "Q...
- Thu Jan 25, 2024 7:14 pm
- Forum: Runes of Magic
- Topic: Accept quests
- Replies: 4
- Views: 8970
Re: Accept quests
If you mean
AcceptQuestByName();
change the quest ID to "Quest Name" in your waypoints file. This is working for me right now.- Thu Jan 25, 2024 12:47 pm
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
Sorry, but I had difficulties again, this time with my low-level (20-55 lvl) characters :oops: Firstly, the bot does not use skills with the "reqbuffname" and "reqbufftarget" parameters specified in the profile. If these parameters are not specified in the profile, then the bot u...
- Mon Jan 22, 2024 3:11 pm
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
I checked and wrote down the skill and buff IDs according to the skill settings in the profile for some class combinations as you said in the previous post. But the reason is still not obvious :? <skill name="WARRIOR_SURPRISE_ATTACK" hotkey="MACRO" priority="100" pullon...
- Mon Jan 22, 2024 9:19 am
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
Yes, I use the TooltipIds addon, from the devtools folder. Only it works unusually for me. I'll write about this later. No, the buff IDs were the same everywhere, only the debuff "Bleed" from the "WARRIOR_SLASH" skill IDs in one of the combinations with a warrior changed. I'm alr...
- Mon Jan 22, 2024 7:51 am
- Forum: Runes of Magic
- Topic: Bad egg slot
- Replies: 3
- Views: 13993
Re: Bad egg slot
Great, summoning the egg pet works from the first slot, but I still get an error for the second and third slot 

- Sun Jan 21, 2024 8:49 am
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
Can I double post? It seems to me that the problem is not only with IDs, because adding new lines doesn't solve it... When I start the bot it uses the first rotation skill in the profile and then only uses Attack. If I myself "help" the bot using the hotkeys assigned to the skills on the k...
- Sat Jan 20, 2024 3:06 pm
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
I tried adding new skill lines with the necessary IDs in skills.xml file, also changing IDs, even replacing buff IDs with buff names, but nothing changed. Of course I changed the profile file too. The bot does not apply skills in sequence. Applies one or two or three skills from the rotation and the...
- Fri Jan 19, 2024 1:51 pm
- Forum: Runes of Magic
- Topic: Bad egg slot
- Replies: 3
- Views: 13993
Bad egg slot
Hello again! :) Now I have a problem with the egg pet. Profile values: <option name="EGGPET_ENABLE_ASSIST" value="true" /> <option name="EGGPET_ASSIST_SLOT" value="1" /> Bot message: Bad egg slot given to EGGPET_ASSIST_SLOT in profile. The slot number is absol...
- Thu Jan 18, 2024 2:11 pm
- Forum: Runes of Magic
- Topic: Bot not prperly fighting - problem with bot or my installation?
- Replies: 19
- Views: 46102
Re: Bot not prperly fighting - problem with bot or my installation?
Hi, I have the same problem now. The IDs of some skills are different. But the buff IDs of these skills have not changed. I updated the bot. Then I tried creating new lines in the skills.xml file but nothing worked. I have several characters and I need all the options. I attached screenshots with ID...
- Wed Dec 20, 2023 4:14 pm
- Forum: Runes of Magic
- Topic: HEAL_FIGHT crash client
- Replies: 6
- Views: 17846
Re: HEAL_FIGHT crash client
This is a target skill with a stun effect. Visually looks like knocking the enemy to the ground *This seemed strange to me, because I turned off the visual effects of other players for the window with the heal bot, but apparently the reason is precisely the loss of focus of the main window with the ...
- Wed Dec 20, 2023 4:00 pm
- Forum: Runes of Magic
- Topic: HEAL_FIGHT crash client
- Replies: 6
- Views: 17846
Re: HEAL_FIGHT crash client
I think I found the cause of the critical client error, although it seems strange :? My main damage dealer class is warrior. In the skill rotation, this class has the skill "WARRIOR_THUNDER" . When this skill is animated, the active client window loses focus (I don’t know how to explain th...
- Tue Dec 19, 2023 11:30 pm
- Forum: Runes of Magic
- Topic: HEAL_FIGHT crash client
- Replies: 6
- Views: 17846
Re: HEAL_FIGHT crash client
I can only guess that the problem is switching targets, perhaps. Based on this, I tried to set “true” for “PARTY_ICONS” and “ICON_FIGHT”, as in the partydps settings. But the game client still froze with a critical error message. I definitely won’t be able to do a big refactoring, because I didn’t e...