Search found 25 matches

by OluxZarjaNebesnogo
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: 2076

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

I use Gameforge client.
by OluxZarjaNebesnogo
Fri Jan 26, 2024 7:00 am
Forum: Runes of Magic
Topic: Accept quests
Replies: 4
Views: 258

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...
by OluxZarjaNebesnogo
Thu Jan 25, 2024 7:14 pm
Forum: Runes of Magic
Topic: Accept quests
Replies: 4
Views: 258

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.
by OluxZarjaNebesnogo
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: 2076

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...
by OluxZarjaNebesnogo
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: 2076

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...
by OluxZarjaNebesnogo
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: 2076

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...
by OluxZarjaNebesnogo
Mon Jan 22, 2024 7:51 am
Forum: Runes of Magic
Topic: Bad egg slot
Replies: 3
Views: 516

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 :)
by OluxZarjaNebesnogo
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: 2076

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...
by OluxZarjaNebesnogo
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: 2076

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...
by OluxZarjaNebesnogo
Fri Jan 19, 2024 1:51 pm
Forum: Runes of Magic
Topic: Bad egg slot
Replies: 3
Views: 516

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...
by OluxZarjaNebesnogo
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: 2076

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...
by OluxZarjaNebesnogo
Wed Dec 20, 2023 4:14 pm
Forum: Runes of Magic
Topic: HEAL_FIGHT crash client
Replies: 6
Views: 1081

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 ...
by OluxZarjaNebesnogo
Wed Dec 20, 2023 4:00 pm
Forum: Runes of Magic
Topic: HEAL_FIGHT crash client
Replies: 6
Views: 1081

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...
by OluxZarjaNebesnogo
Tue Dec 19, 2023 11:30 pm
Forum: Runes of Magic
Topic: HEAL_FIGHT crash client
Replies: 6
Views: 1081

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...
by OluxZarjaNebesnogo
Mon Dec 18, 2023 7:58 pm
Forum: Runes of Magic
Topic: HEAL_FIGHT crash client
Replies: 6
Views: 1081

HEAL_FIGHT crash client

Hi, when I try to configure my bot not only to heal but also to deal damage, the bot game client window freezes with a critical error message after ~1 minutes of intense combat each time. I tried changing the subclass's attack skill to the healer's attack skill. I didn't minimize the window and used...
by OluxZarjaNebesnogo
Tue Dec 12, 2023 3:15 am
Forum: Runes of Magic
Topic: Free camera?
Replies: 2
Views: 1715

Re: Free camera?

Yeр, I thought so too, but I decided to ask anyway. Thank you

And I also want to express my gratitude to you and everyone who took part in working on the bot and scripts. Thanks to you, I had fun playing a good game and learned the basics of programming :)
by OluxZarjaNebesnogo
Mon Dec 11, 2023 1:02 pm
Forum: Runes of Magic
Topic: Free camera?
Replies: 2
Views: 1715

Free camera?

Hi, a year ago I tried to play with the bot again, but accidentally deleted my waypoint files :cry: I was upset and left. Now I'm back again! I was looking on the forum for something about camera settings, and read this post: https://www.solarstrike.net/phpBB3/viewtopic.php?p=68440#p68440 Only once ...
by OluxZarjaNebesnogo
Tue Dec 06, 2022 12:20 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2975 fixes
Replies: 8
Views: 2873

Re: Version 7.4.0.2975 fixes

Hello, it's me again :D This time everything is absolutely correct! I'm getting an error when I try to level up a skill using the function in the <onLevelup>...</onLevelup> section of profile: 2022-12-06 18:06:52 - scripts\rom-bot\bot.lua:806: Error in your profile: onLevelUp error: ...nterface/addo...
by OluxZarjaNebesnogo
Sat Dec 03, 2022 7:49 am
Forum: Runes of Magic
Topic: ancient dreamland - need the community
Replies: 4
Views: 814

Re: ancient dreamland - need the community

Hi, I don't have enough character level to check this, but it doesn't look difficult. Basically everything that has to do with loot but this can be configured using the addon. If an error is displayed in the console, then you can analyze it in the code and make the necessary changes. Nothing else. B...
by OluxZarjaNebesnogo
Sat Dec 03, 2022 7:20 am
Forum: Runes of Magic
Topic: Version 7.4.0.2975 fixes
Replies: 8
Views: 2873

Re: Version 7.4.0.2975 fixes

The fix was correct, I just mistyped the argument by Name :lol: Sorry! local craftingCountPtr = addresses.skillbook.base + 0x50 Nothing happens by ID. So, the character is crafting! But now another problem: the character does not exit the waiting mode for the end of crafting. I guess I'll understand...