• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Quest Behavior] - UseAoeCircle

    Discussion in 'Archives' started by vlad0327, Mar 6, 2011.

    1. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      A simple behavior I use for my questing profile.

      It's for occasions when you need to use an item in your inventory and then click an area on the ground to fire it.

      Arguments:

      QuestId - Id of the quest
      ItemId - item to use
      X,Y,Z - location to fire at

      Example:
      PHP:
      <CustomBehavior File="UseAoeCircle" QuestId="13798" ItemId="45598" X="2270.883" Y="-2527.672" Z="96.38604" />
       

      Attached Files:

    2. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      awesome, theres only one way i can think about expressing how awesome that is.
      [video=youtube;Djtl9Kv64c8]http://www.youtube.com/watch?v=Djtl9Kv64c8&feature=related[/video]
       
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      what's the difference between this and UseItemTargetLocation?
       
    4. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      The difference is that I'm a moron. Spent the whole night writing this and didn't notice a CB that already does the same thing.

      Anyway this one is much more simple, doesn't run anywhere or check for quest completion. Maybe some will find a use for it.
       
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Well, you're not an idiot... but there is now a quest behaviors request thread (also, always check for natfoth's new behaviors in his megathread as well).

      At least you got your hands dirty, it's more than a lot of users do (ie: donate stuff to the boards).

      Fiddle with more behaviors and get your skills up!
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I started to use this until nat's is properly fixed...

      it requires a RunTo, and then it uses the circle
       
    7. vlad0327

      vlad0327 New Member

      Joined:
      Feb 4, 2011
      Messages:
      291
      Likes Received:
      10
      Trophy Points:
      0
      Well then i guess my work wasn't worthless after all :)
       

    Share This Page