Firstly here are the current profile options with their descriptions.
Code: Select all
<!-- Party Bot options -->
<option name="PARTY" value="true" />
<option name="PARTY_ICONS" value="true" /> <!-- For party leader to place "I" Icon on the target Mob -->
<option name="PARTY_INSTANCE" value="true" /> <!-- For party bot to enable the killing of mobs with high HP -->
<option name="ICON_FIGHT" value="true" /> <!-- For party bot to only attack mobs with "I" Icon -->
<option name="PARTY_FOLLOW_NAME" value="charname" /> <!-- For party bot name of character to follow -->
<option name="HEAL_FIGHT" value="true" /> <!-- For party bot if you want healer to also fight -->
example
priest/scout
Code: Select all
<skills_priest>
<skill name="PRIEST_SOUL_SOURCE" hotkey="MACRO" priority="110" inbattle="true" hpper="30" />
<skill name="PRIEST_URGENT_HEAL" hotkey="MACRO" priority="100" hpper="75" />
<skill name="PRIEST_REGENERATE" hotkey="MACRO" priority="90" hpper="80" />
<skill name="PRIEST_ICE_BLADE" hotkey="MACRO" priority="80" />
<skill name="PRIEST_GRACE_OF_LIFE" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
<skill name="PRIEST_AMPLIFIED_ATTACK" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
<skill name="PRIEST_HOLY_AURA" hotkey="MACRO" priority="100" inbattle="true" hpper="24" />
<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
<skill name="PRIEST_HEALING_SALVE" hotkey="MACRO" priority="95" />
<skill name="PRIEST_EMBRACE_OF_THE_WATER_SPIRIT" hotkey="MACRO" priority="95" inbattle="false" />
</skills_priest>
Code: Select all
--=== npc ===--
--sell -- uses NPC as merchant to sell/buy
--accept -- Accepts ALL quests
--complete -- Completes ALL quests and then Accepts ALL quests
--choiceoption -- uses specified choiceoption
--=== quest ===--
--"questname" -- returns state of specified quest
--=== com ===--
--nofollow --stops the char from following
--follow -- makes the char follow
--farm -- makes DPS kill anything in range
--icon -- goes back to only killing in combat or when 1 icon on mob
--portal -- requires Rock's userfunction and makes bot go through portal
--=== code ===--
--any lua code you like.
Code: Select all
sendPartyChat('com"portal"')
Code: Select all
sendPartyChat('npc"sell"')