This quest behavior was made by myself and AknA, and was created by request for use in Botanist's Solstice project. The purpose of this quest behavior is to enchant a Death Knight's weapon(s) with a provided spell ID that is available from the Runeforge in Acherus: The Ebon Hold. This quest behavior has Death Gate support, so you are able to call this from anywhere in the game. When you call it, you will cast a Death Gate, take the Death Gate, run through the teleporter (ending up downstairs), and then move to the Runeforge to begin Runeforging the requested SpellID. After you enchant it, it will cast Death Gate again and take you to the nearest graveyard location of where you were when you called the quest behavior. Example use: Code: <CustomBehavior File="Misc\DKEnchantWeapon" SpellID="53342" /> SpellID is 53342, which is Rune of Spellshattering. Simply replace that value with whatever you want the Death Knight to put on its weapon from the Runeforging spellbook. This will enchant all weapons equipped, so be aware of what you are putting on the weapon(s). SVN Checkout for latest version: Code: https://github.com/Wigglez/DKEnchantWeapon/trunk/DKEnchantWeapon/DKEnchantWeapon.cs The only file you need is DKEnchantWeapon.cs, and it needs to be placed in the "Quest Behaviors/Misc" folder of your Honorbuddy folder.
You place the file in your HB\QuestBehaviors\Misc folder You make a questing profile. You call the QB (look at post one for the exact syntax). Win