Natfoth
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,446
- Reaction score
- 37
Heya guys, this is a custom Quest Behavior for the new HB that was just released. The point of this is to allow profile makers to use more advanced quests in their making.
Features
- Will Mount the Vehicle
- Run to Destination
- Cast Defined spell at the end
Not many features as of right now but it is an amazing start and hopes are that it will inspire other people to see what the Behavior systems can offer us.
Example:
Args in order
1: Destination (End No commas between coords)
2: NPC ID of the mount (What you will click on)
3: ID of the Mount itself once you are on it
4: Spell to cast once you get to the end
5: Where to mount at (Where it will click the npc, can be within 100 yards of the mount No commas between coords)
More features will be added once more things are figured out and tried. Good luck guys!
Install
Place inside of your "Quest Behaviors" folder and add the line to your Quest Profile. Example above.
Features
- Will Mount the Vehicle
- Run to Destination
- Cast Defined spell at the end
Not many features as of right now but it is an amazing start and hopes are that it will inspire other people to see what the Behavior systems can offer us.
Example:
Code:
<CustomBehavior File="VehicleBehaviour" Arguments="8611.657 844.2223 548,33217,33800,62575,8565.207 677.2923 547.8477" />
Args in order
1: Destination (End No commas between coords)
2: NPC ID of the mount (What you will click on)
3: ID of the Mount itself once you are on it
4: Spell to cast once you get to the end
5: Where to mount at (Where it will click the npc, can be within 100 yards of the mount No commas between coords)
More features will be added once more things are figured out and tried. Good luck guys!
Install
Place inside of your "Quest Behaviors" folder and add the line to your Quest Profile. Example above.