Jump to content

skeletonboy360

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by skeletonboy360

  1. I use the Override Pulse quest type a lot and had the issue where the bot won't resurrect if it dies. I can figure out what to do but I'm hoping theres a quick way. Something like : if (ObjectManager.Me.IsDead) { wManager.Wow...Resurrect; }
  2. I threw this together real quick, disenchants everything in bags. Use wRotation or Tracker. MassDisenchant.dll
  3. Version 1.0.0

    570 downloads

    Hey guys! I made a plugin to auto equip gear based on stats, weapon type, quality, and armor type. I got the core idea from the Butler plugin created by Stauffenberg here: Butler With this plugin, WRobot will equip items based on their stats/armor type (plate,mail,leather,cloth)/weapon type (1h,2h,stave,polearm,fistweapon,shield,etc..) and quality. It's made specifically for Cata because the stats are Cata specific, but It should work 3.3.5-7.x. Features: Auto equip items based on: Item Quality Item Subtype (armor(plate,mail,leather,cloth), weapon(1h,2h,stave,polearm,etc..)) Item Stats Delete poor quality items Delete poor quality items under specific vendor price Delete all items with specific item id All settings should be off by default so make sure you edit them before starting. Enjoy! Next will be a plugin to auto select quest rewards..
  4. Quest requires using an item on mob. After using the item, a new mob with new id spawns and is friendly. I need the quest to complete after the mob is spawned. Was thinking return ObjectManager.GetNearestWoWUnit(GetWoWUnitByEntry(38739)); But that wouldnt work. Any input?
  5. Hey guys, Wondering if theres a way to check what quest step from the quest order editor is currently being executed. Thanks!
×
×
  • Create New...