Need "leaveparty on stuck" function
Posted: Sun May 01, 2011 9:21 am
Hi, i need a function for the profile like
<option name="LEAVEPARTY_WHEN_STUCK" value="true" />
.. sendMacro("LeaveParty();"); after 10 fails
i dont know how to do this and hope someone can help me please.
i need it for instance running, if i was stucked in the instance and can leave them, to start the waypoint again without logout.
<option name="LEAVEPARTY_WHEN_STUCK" value="true" />
.. sendMacro("LeaveParty();"); after 10 fails
Code: Select all
<!-- Log out and resurrect settings -->
<option name="LOGOUT_TIME" value="0" /> <!-- in minutes, 0 = timer disabled -->
<option name="LOGOUT_SHUTDOWN" value="false" />
<option name="LOGOUT_WHEN_STUCK" value="false" />
<option name="LEAVEPARTY_WHEN_STUCK" value="true" />
<option name="RES_AUTOMATIC_AFTER_DEATH" value="true" />
<option name="MAX_DEATHS" value="10" /> <!-- Log out after this many deaths -->
i need it for instance running, if i was stucked in the instance and can leave them, to start the waypoint again without logout.