• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [QuestBehavior] DKEnchantWeapon

    Discussion in 'Uncataloged' started by Wigglez, Dec 17, 2013.

    1. Wigglez

      Wigglez New Member Buddy Store Developer

      Joined:
      Mar 6, 2013
      Messages:
      174
      Likes Received:
      11
      Trophy Points:
      0
      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.
       

      Attached Files:

    2. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Reserved.
       
    3. Botanist

      Botanist Banned

      Joined:
      Oct 20, 2010
      Messages:
      1,376
      Likes Received:
      44
      Trophy Points:
      0
      Too bad I used it before ya made it public. Thanks.
       
    4. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      And yet another QB :)
       
    5. leetdemon

      leetdemon Member

      Joined:
      Jan 15, 2010
      Messages:
      433
      Likes Received:
      3
      Trophy Points:
      18
      would be cool if someone made a plugin out of this
       
    6. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      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
       

    Share This Page