• Visit Rebornbuddy
  • How to stop "Resurrect at spirit healers"?

    Discussion in 'Honorbuddy Support' started by flyingeddie, Jul 10, 2014.

    1. flyingeddie

      flyingeddie New Member

      Joined:
      May 7, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Hey,

      what am I doing wrong? I have the checkbox deselected but still get resurrected with the 10 min. debuff. This is really annoying, since I need to write plenty of profiles this time and therefore I'm testing a lot.

      I deactivated the resurrection even in the profile (<CustomBehavior File="UserSettings" RessAtSpiritHealers="False" />), but the bot won't listen. Should I get my bat and teach him the hard way? :)

      Edit: In case there is no path to our corpse found, is it then forced to resurrect?

      Any help is highly appreciated.

      Greetings
      Eddie
       
      Last edited: Jul 10, 2014
    2. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      make sure your loading the correct profile. profiles often load other profiles so while your editing the setting in one. if it loads another and another one has it in it as well it will toggle it at that point.

      and yes if theres no possible way to get back to a corpse it should use the spirit healer otherwise it would sit there forever
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Use:
      PHP:
      <DisableBehavior Name="Death" />

      If your bot dies at any point, the profile will not abort any conditions (or its current code) - which means anything that was being executed before it died will be continued even in death.
      The only time you can manually code a death run is if the death is predictable, or unless you create a plugin to hook the bot control.
       
      Last edited: Jul 10, 2014
    4. flyingeddie

      flyingeddie New Member

      Joined:
      May 7, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the answers, I will try the Disablebehavior since I am using my own profiles and there is sure no other profile loaded.
       

    Share This Page