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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[QuestBehavior] DKEnchantWeapon

Wigglez

New Member
Joined
Mar 6, 2013
Messages
174
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.
 

Attachments

Haaaaa that's why I've been thinking geez could this be any more complicated to the fool end user.. I don't see anywhere to put in the enchant I'd like used..

Good to know this isn't intended for general use :-/

I was thinking this itself was setup so anyone using a dk could use it.. in it's current form.. put in spell id.. have weapon runed.. win the game..

Silly me.. admittedly my own mistake.. feel a little less bad about not figuring out where to put it then.. haha :-D

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
 
Back
Top