• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • IgnoreAggro

    Discussion in 'Community Developer Forum' started by Sodimm, Jan 18, 2015.

    1. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Once again in regards to my Sylph profiles. The quest "Giddy for Goobues" requires the player to use a quest mount and use an ability at various locations. The issue I'm having is that aggro causes the player to dismount, interrupting the quest. Is there at all, any way to tell the bot to ignore all aggro until the objectives are complete?

      Also in regards to the Sylph dailies. The quest "Now you See Me" requires the player; whilst stealthed, to interact with Fragrant Blooms to keep the stealth effect. Only the navigator takes such random routes that getting to the blooms in time can be hit and miss. Is there any way for me to set out a pre-determined route to get the player to the blooms in time.

      Thanks
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      You can use my UseSpell tag, assuming it's an ability of the quest mount you need to use. The UseSpell tag I made purposefully ignores combat for that very reason.

      View attachment UseSpell.cs

      As to your second question, use the UseMesh="False" attribute on the MoveTo tag to move directly to the coordinate specified coordinates without using the navigation server.
       
      Last edited: Jan 18, 2015
    3. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Thanks :). It'll wait... I'm getting fed up of looking at Sylphs. But I will Use, thanks.
       

    Share This Page