nice, but the d/l link isnt working for me
nice, but the d/l link isnt working for me
Having DNS issues. You can access it at http://212.227.101.102/Teleporter.zip
got it, thanks +Rep
good work
How does this work?, I can compile ascent, but this is new for me, cecause i don't see any solution files...so is does it even needs to be compiled?(and yea i do know how the SQL thing works:P but the other thing...)
lol k cool thing but what do i do is there a video or readme that someone can show me how to do this i am soo a noob at this i dont understand the whole
CREATE TABLE `custom_teleporter` (
`creature` mediumint(unsigned NOT NULL,
`parent` smallint(6) NOT NULL default '-1',
`menuid` smallint(6) NOT NULL,
`icon` tinyint(1) NOT NULL default '0',
`gossip` varchar(12NOT NULL,
`map` mediumint(unsigned default NULL,
`position_x` float(14,7) default NULL,
`position_y` float(14,7) default NULL,
`position_z` float(14,7) default NULL,
`minlevel` tinyint(3) unsigned default '0',
`maxlevel` tinyint(3) unsigned default '0',
`team` tinyint(1) default '-1',
PRIMARY KEY (`creature`,`menuid`)
please help !!!!!!!!!!!!!!!!!!!!!!
Awsome! +Rep for you!
C++ Addons - Ascent Wiki has a tutorial on how to compile C++ addons.
wut is this "Signature" you talk about?
OK the link is brokenand its just that the link was taken off. Can you post another please?
Had to move the web site to a different server due to syn flooding. Give me a few minutes and i'll provide a new link.
Try this one... http://www.waymire.net/TeleporterV1_1.zip
ok, thx (filler)
wait how do i put this in, do i have to compile it separately, or just put it in src/scripts/src/gossip_scripts and build normally?
Last edited by Falor; 04-24-2008 at 04:59 PM.
Sry for the dubble post, but someone must know where you out the files...
thx for any help
You compile it like any other Ascent addon. You place it in your src/scripts/src folder, modify the ascent source in the proper places and compile.
OK, but how to you get it to appear as a build? go into projects?
like where are the "proper places"
Last edited by Falor; 04-24-2008 at 09:22 PM.