What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Quest Behavior] - UseAoeCircle

vlad0327

New Member
Joined
Feb 4, 2011
Messages
291
Reaction score
10
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" />
 

Attachments

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]
 
what's the difference between this and UseItemTargetLocation?
 
what's the difference between this and UseItemTargetLocation?

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.
 
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!
 
I started to use this until nat's is properly fixed...

it requires a RunTo, and then it uses the circle
 
Back
Top