[C++][Gossip] GearMaster - Savage; Give your players the gear they need, fast
GearMaster - Savage The problem with many emulator servers today is that it takes a long time to get started. You have go to twelve different vendors spread out over some zone you never seen before. Imagine instead being welcomed by an npc offering you gear for your class and spec. That is exactly what this script does.
If you got any Suggestion or Bug Reports post them below. When you report a bug please give us detailed information or we won't be able to help you.
Save the program to your gossip scripts folder (or any other folder containing c++ scripts)
You will now have to edit the settings to set the NPC text ids and
Npc ids you want
GEARMASTER_START and GEARMASTER_END are the NPC text ids
add void SetupGearMaster(ScriptMgr * mgr); to Setup.h
add SetupGearMaster(mgr); to your main function in Setup.cpp
Open the scripts project in visual studio and click add existing file
Select the GearMaster Script
Recompile your scripts
Usage
Talk to the NPC depending on your class you will get between one and three options
Click the spec you want the gear for they should be in your bag
Quick Facts: OS SUPPORT:: If you get the emu to run, this works Emulator Support: SharedPointers, or emulated shared pointers Coded In: C++ Preview:[Only registered and activated users can see links. ] Download:[Only registered and activated users can see links. ]
__________________
Last edited by namelessgnome; 07-25-2009 at 10:30 AM.
Reason: typo
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
Nice script, I have something similar for my server. Although, some people are wierd about their gear, and would rather choose this themselves. Also, if you have a high population of players, this NPC could get overloaded and cause some serious lag. (Gotta spread)