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 different graphics settings but nothing changed.
Party settings:
Code: Select all
<option name="PARTY" value="true" />
<option name="PARTY_ICONS" value="false" />
<option name="PARTY_INSTANCE" value="true" />
<option name="ICON_FIGHT" value="false" />
<option name="PARTY_FOLLOW_NAME" value="" />
<option name="HEAL_FIGHT" value="true" />
<option name="PARTYLEADER_WAIT" value="true" />
Code: Select all
<skill name="PRIEST_GRACE_OF_LIFE" hotkey="MACRO" priority="110" rebuffcut="10" inbattle="false" />
<skill name="PRIEST_AMPLIFIED_ATTACK" hotkey="MACRO" priority="105" rebuffcut="10" inbattle="false" />
<skill name="PRIEST_SOUL_SOURCE" hotkey="MACRO" priority="100" inbattle="true" hpper="15" />
<skill name="PRIEST_CLEANSE" hotkey="MACRO" priority="95" inbattle="true" autouse="false" />
<skill name="PRIEST_HEALING_SALVE" hotkey="MACRO" priority="90" hpper="70" inbattle="true" autouse="false" />
<skill name="PRIEST_GROUP_HEAL" hotkey="MACRO" priority="85" hpper="60" />
<skill name="PRIEST_URGENT_HEAL" hotkey="MACRO" priority="80" hpper="80" />
<skill name="PRIEST_REGENERATE" hotkey="MACRO" priority="75" hpper="90" />
<skill name="WARLOCK_PSYCHIC_ARROWS" hotkey="MACRO" priority="70" />
Code: Select all
<skill name="PRIEST_RISING_TIDE" hotkey="MACRO" priority="70" />
I also tried the partydps function with these settings and it was also... ok, but I'm not sure if that's the case. Maybe I didn’t understand how to configure it correctly, but it attacks any enemy in the range specified in the settings. Only if I set "PARTY_ICONS" and "ICON_FIGHT" to "true", the bot attacks the target that the party leader will attack. In any case, partydps works without critical errors
*I forgot to add a message in the console:
2023-12-19 16:29:35 - ...c/interface/addons/micromacro/scripts/rom-bot/macros.lua:151: attempt to perform arithmetic on local 'macro_address' (a nil value)
Sorry, it's hard for me to explain in sufficient detail. I hope you understand me