C++ Teleporter [Updated] Ascent 

Experienced Elementalist
Joined
Oct 20, 2008
Messages
237
Reaction score
39
Ok so here is a C++ Teleporter with WOTLK Locations.

You need to make your own npc for this (im sure you can manage that)
And at the bottom of the script i have put "NPCID" and you replace it with the spawn ID of the NPC you made, Also, i am available to Compile this for arcemu if you can't compile.


Here's the script:



Here's the setup.cpp:



Here's the setup.h:

Code:
#ifndef INSTANCE_SCRIPTS_SETUP_H
#define INSTANCE_SCRIPTS_SETUP_H

void SetupGlobalNPC(ScriptMgr * mgr);



#endif

Credits
----------

Onlykl - for updated script and adding some things ;)
Mako - For original Script
 
I'm using ArcEmuC309R2595
I have Dev-C++ Installed and ready to use
Just need to know where to go from there

Cheers
 
Back