/mod-assistant

The assistant is a npc spawned in the world and lets a player obtain heirlooms, glyphs, gems, utilities like faction change and race change. The player can also spend gold in order to increase their profession skills

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

Features

The assistant is a npc spawned in the world and lets a player obtain heirlooms, glyphs, gems, utilities like faction change and race change. The player can also spend gold in order to increase their profession skills. It will be set to the current max value each time the feature is used. They can also unlock flight paths and reset heroic dungeons and raids.

All items obtained from the Assistant are free to purchase, however users can easily add a cost by modifying the values of the item template table.

All the features listed above are enabled, or disabled, through the configuration - allowing a user to only use the features they want.

The entry of the assistant is 9000000.

Changes in this Fork

  • Added ability to learn how to create mage portals from Sidrus' fork.
  • Added in flasks, BC gems, potions, and enhants from Dreathean's fork.
  • Added a way to access the custom heirlooms armor (Pants/Helms/Ring/Neck/Cloak), and a vanilla flying tome.
  • Added a 36 slot bag

Credits

Forked from Noisiver's Mod Assistant - https://github.com/noisiver/mod-assistant, all credit goes to him for creating this module. Looked at Dreathean's Mod Assistant fork - https://github.com/Dreathean/mod-assistant and integrated their changes/additions to match Noisiver's code Looked at Sidrus' Mod Assistant fork = https://github.com/sidrus/mod-assistant and integrated their portal changes to match Noisiver's code