- Joined
- Jan 2, 2008
- Messages
- 98
- Reaction score
- 0
Teleporter NPC addon for Ascent that uses MySQL to store the teleporter locations/menuitems rather than storing them within the c++ code. It's just a first draft and has definite room for improvement, including storing the menu items into a data structure at startup rather than performing db queries for each request. Included in the zip is the source for the teleporter as well as a mysqldump of an example table.
There are 2 defines at the top of the Custom_Teleporters.cpp that define the maximum number of entries allowed per request as well as the creature id of the npc you want the script bound to. Change as needed.
Credit goes out to whomever coded the original version of the Teleporter that I am using. It was provided to me by someone else so i'm not sure who the person is.
The package can be downloaded from
There are 2 defines at the top of the Custom_Teleporters.cpp that define the maximum number of entries allowed per request as well as the creature id of the npc you want the script bound to. Change as needed.
Credit goes out to whomever coded the original version of the Teleporter that I am using. It was provided to me by someone else so i'm not sure who the person is.
The package can be downloaded from
To view the content, you need to sign in or register