- 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:
Credits
----------
Onlykl - for updated script and adding some things
Mako - For original Script
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:
To view the content, you need to sign in or register
Here's the setup.cpp:
To view the content, you need to sign in or register
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