• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [QUESTING] Moving while combat in dungeon

    Discussion in 'Requests & Discussion' started by losthope0076, Feb 16, 2015.

    1. losthope0076

      losthope0076 New Member

      Joined:
      Sep 10, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Hello, I'm writing a questprofile for a dungeon and in one part of this dungeon, I need to move and don't fight back while in combat. Is this possible in the Questorder? Hope somebody can help me.
       
    2. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      Open the NoCombatMoveTo.cs within the Honorbuddy/Quest Behaviors subfolder for its syntax.
       
    3. losthope0076

      losthope0076 New Member

      Joined:
      Sep 10, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      // ##Syntax##
      // QuestId: Id of the quest.
      // X,Y,Z: Where you want to go to.
      but how can I use this? I tried
      <CustomBehavior File="NoCombatMoveTo" X="XXXXX" Y="YYYYY" Z="ZZZZZ" /> , but there is no change. Am I doing something wrong?
       
    4. dellza

      dellza Community Developer

      Joined:
      Jul 29, 2010
      Messages:
      352
      Likes Received:
      3
      Trophy Points:
      0
      u can disable the combat then re-enable it when u get to the spot u want to kill them at

      <DisableBehavior Name="Combat" />

      <EnableBehavior Name="Combat" />
       
    5. nuggat

      nuggat Member

      Joined:
      Jan 19, 2010
      Messages:
      496
      Likes Received:
      1
      Trophy Points:
      18
      PHP:
            <CustomBehavior File="RunLikeHell" AllowCombat="false" >
                  <
      Hotspot X="-1326.865" Y="1660.201" Z="68.97437" />
      </
      CustomBehavior
      use this and just add more hotspots, it will run from one to another and wont care about combat
       

    Share This Page