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

[Quest Behaviors] ForceTrain

Natfoth

Community Developer
Joined
Jan 15, 2010
Messages
1,446
Reaction score
37
This profile is made for quests that you need to learn a spell such as a heal then use it. This behavior is designed to let you do just that. This is not meant to replace Train New Skills but is only suppose to be used when you have a quest that tells you to train a spell and use it.


Features
- Will force the bot to train skills for quests

Example:
Code:
<CustomBehavior File="ForceTrain" QuestId="28774" Arguments="1,911,-8918.364 -208.4109 82.12556"/>

Args in order
You have to have all the Args no matter what even if you dont want it, Thats why I put what the default should be for you guys.
As of right now there should be 3 Args

1: Trainer Interface Info (1 = Needs to select Train Interface Option, 2 = Pops up when you right click it)
2: Npc ID
3: NPC Location (Can be within 100 yards)


Install
Place inside of your "Quest Behaviors" folder and add the line to your Quest Profile. Example above.

ForceTrain should be what you put inside of your profile. It cannot be anything else or it will not work, it has to be exact.

Fixes
Version 1.0.0.1
- Totally Changed the way that it handled so that combat works
Version 1.0.0.0
- Release
 

Attachments

Last edited:
So if a character hits level 10 and has to do learn a skill and do a quest for it (example).. Wouldn't the bot stop whatever it was doing to go train, then pick back up the questorder. So how does this take into consideration? Will it try to train again as a safeguard?

Side Note: Very useful for people who forget to turn this setting on :D
 
This is not designed to replace the Train quest system, this is just meant to train for a skill needed for a quest from the trainer itself. Such as the druid trainer asks you to learn spell blah then use it on training dummy. All this is designed to do is to get the spell at that moment rather then waiting for a level up.

This quest for example http://www.wowhead.com/quest=14283
 
Awesome! Can't wait to incorporate this in my files. Keep it up nat!
 
Version 1.0.0.1
- Totally Changed the way that it handled so that combat works
 
sorry, I haven't made a questing profile in several months, but does either the current system or your addition make it possible to target an NPC and heal them? like in your example: Healing Touch - Quest - World of Warcraft you would need to train healing(use your new addition) but is there a way to target the Wounded Guard and use healing touch?

thanks for this great addition,

-HoHv2
 
This is not designed to replace the Train quest system, this is just meant to train for a skill needed for a quest from the trainer itself. Such as the druid trainer asks you to learn spell blah then use it on training dummy. All this is designed to do is to get the spell at that moment rather then waiting for a level up.

This quest for example Healing Touch - Quest - World of Warcraft

;) nice
 
To make this Quest Behavior more general purpose...

Nesox informs me that the QuestId for <CustomBehavior> is optional, and may be left out. I've updated the Wiki page to reflect this; however, I have yet to try it myself.

cheers,
CJ
 
Back
Top