Search found 25 matches

by devrimist
Tue Nov 14, 2023 2:06 pm
Forum: RoM general
Topic: Do it yourself combat engine ( DIYCE ) addon little help
Replies: 14
Views: 11702

Re: Do it yourself combat engine ( DIYCE ) addon little help

Code: Select all

{ name = "Function: UseItemOnSelf('Blessing of the Flower God')",	use = ((not pbuffs["Blessing of the Flower God"]) and (FlowerBlessing)) },
The UseItemOnSelf function is not among the standard API functions. Can you give an example for this function?
by devrimist
Tue Jul 05, 2022 11:54 am
Forum: Runes of Magic
Topic: Diffrent version ROM!!
Replies: 5
Views: 1227

Re: Diffrent version ROM!!

Well, I guess we have no choice but to wait.
by devrimist
Tue Jul 05, 2022 9:19 am
Forum: Runes of Magic
Topic: Diffrent version ROM!!
Replies: 5
Views: 1227

Re: Diffrent version ROM!!

The file name is Client.exe... Searched and running are the same, but the bot cannot see the running Client.exe.
Could it cause the bot to not see the running Client.exe because the memory addresses are different or because the Client.exe is a 64 bit version?
by devrimist
Sat Jul 02, 2022 3:55 pm
Forum: Runes of Magic
Topic: Diffrent version ROM!!
Replies: 5
Views: 1227

Re: Diffrent version ROM!!

By the way, my operating system is Windows 10.
by devrimist
Sat Jul 02, 2022 3:53 pm
Forum: Runes of Magic
Topic: Diffrent version ROM!!
Replies: 5
Views: 1227

Diffrent version ROM!!

Hi, I am trying rom bot in a different version of runes of magic. But RomBot does not see Client.exe. Is there a way to this?
1.png
2.png
3.png
4.png
by devrimist
Sat May 28, 2022 6:00 pm
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

Yessss.. :twisted: everything works perfectly as far as I can see. If I run into a problem, I'll post it here. "/bot profile:abc.lua" good to know. Thanks for your interest. :)
by devrimist
Fri May 27, 2022 6:04 am
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

I'm looking forward to the fix, by the way, I'd like to make a suggestion... I think the following function in the "bot.lua" file reads the waypoint files in the waypoint folder and prints them as a list on the console screen, and in this way we can select the waypoint file we want to use....
by devrimist
Wed May 25, 2022 8:48 am
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

<?xml version="1.0" encoding="utf-8"?> <waypoints> <onLoad> PartyHeals() </onLoad> <waypoint> if (not player:hasBuff("506687") ) --Turn of Luck Powder Dust then inventory:useItem(207203) yrest(1000); end if (not player:hasBuff("506684") ) --Unbridled Enthusia...
by devrimist
Tue May 24, 2022 5:13 pm
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Re: Issues I can't solve.

and another error when i try to summoning light fairy
err.png
by devrimist
Tue May 24, 2022 11:35 am
Forum: Runes of Magic
Topic: Issues I can't solve.
Replies: 7
Views: 1101

Issues I can't solve.

Hello everyone, I have a few questions I want to ask, ;) :?: Is there a structure that can control food and potion buffs eg. Like <skillPriest> </skillPriest>. I couldn't achieve this with <onLeaveCombat> with <onLoad>, I make bots use food and drinks for once, but when the food and potion buffs exp...
by devrimist
Mon May 23, 2022 12:26 pm
Forum: Runes of Magic
Topic: i got error
Replies: 5
Views: 771

Re: i got error

yes, the bot doesn't stop anymore. Now it's time to perfect the profile... I'll look into how to use Buff Foods and Drinks.
by devrimist
Mon May 23, 2022 10:32 am
Forum: Runes of Magic
Topic: i got error
Replies: 5
Views: 771

Re: i got error

Was it just because of an end?. Programming is not fair at all :D .. :shock: For now, it didn't give an error on startup. Anyway, I'll try it tonight, let's see if the bot stop problem will continue. Thank you for your interest. :ugeek:
by devrimist
Mon May 23, 2022 9:24 am
Forum: Runes of Magic
Topic: i got error
Replies: 5
Views: 771

Re: i got error

<onSkillCast> -- Additional Lua code to execute when casting a skill -- Note: arg1 contains the skill being used. -- i.e. arg1.Name will be the name of the skill being cast -- e.g.: if( 15 > player.HP/player.MaxHP*100 ) then player:cast("PRIEST_SOUL_SOURCE"); elseif( 25 > player.HP/player...
by devrimist
Sun May 22, 2022 11:57 am
Forum: Runes of Magic
Topic: i got error
Replies: 5
Views: 771

i got error

Hello everyone. As long as the bot doesn't take damage, the party heals properly. but whenever the helaer gets damaged it gives the following error. Does anyone have an idea on how I can fix it. Or is there anyone who can share a party helaer profile that works without problems? :roll: :?
err.png
by devrimist
Thu May 12, 2022 7:52 am
Forum: Runes of Magic
Topic: The rom bot gets stuck at startup.
Replies: 2
Views: 611

Re: The rom bot gets stuck at startup.

After giving administrator privileges to Micro MAcro.exe, the problem was solved. I am very happy :D
by devrimist
Thu May 12, 2022 7:40 am
Forum: Runes of Magic
Topic: The rom bot gets stuck at startup.
Replies: 2
Views: 611

The rom bot gets stuck at startup.

1.png
2.png
I don't understand how the macro hot key is assigned to f9? There is no assignment option for Macro in the hot key menu!
by devrimist
Mon Jan 17, 2022 3:12 pm
Forum: RoM general
Topic: Do it yourself combat engine ( DIYCE ) addon little help
Replies: 14
Views: 11702

Re: Do it yourself combat engine ( DIYCE ) addon little help

[string:"?""]:160: bad argument #1 to 'GetActionCoolDown' (number expected, got nil) ...<- Does anyone have any idea what the cause of this error is.
by devrimist
Sun Nov 28, 2021 9:18 am
Forum: RoM general
Topic: Do it yourself combat engine ( DIYCE ) addon little help
Replies: 14
Views: 11702

Re: Do it yourself combat engine ( DIYCE ) addon little help

and this is exapmle how we use that code in skill rotation Skill2 = { { name = "Fire Ward", use = ((not pbuffs["Fire Ward"])) }, -- we wana use something like this { name = "ID: 490062", use = ((pctEB2 >= .05) and (not pbuffs["Lightning Burn Weapon"])) }, { n...
by devrimist
Sat Feb 08, 2020 10:27 am
Forum: Runes of Magic
Topic: How can i run micromakro???
Replies: 9
Views: 6044

Re: How can i run micromakro???

i have'nt any idea..how can i fix or can you fix this issue?