Hello, I tried using Chrispee's SQL Teleporter, but it does not work. It just screws up my creature_names and stuff, then I can't spawn any new creatures. How do I fix, or is it broken?
Bapes
Hello, I tried using Chrispee's SQL Teleporter, but it does not work. It just screws up my creature_names and stuff, then I can't spawn any new creatures. How do I fix, or is it broken?
Bapes
If you need me you have my skype, if you don't have my skype then you don't need me.
Links don't even work on that 2d.
Bapes
source download: http://www.waymire.net/TeleporterV1_1.zip
Bapes i think your MSN is screwed over me nor juicy Can talk to you.
oh sorry about that ill try and dig out the 1 i have =]
edit: nvm looked above as i refreshed
If you need me you have my skype, if you don't have my skype then you don't need me.
Is there a SQL for that source?
Bapes
a dll will need to be compiled to use it
If you need me you have my skype, if you don't have my skype then you don't need me.
Yeah but then what do I do?
execute the sql file then add the .dll to your script_bin folder
If you need me you have my skype, if you don't have my skype then you don't need me.
What SQL?
Bapes
This is the structure for the SQL table:
Code:CREATE TABLE `custom_teleporter` ( `creature` mediumint(8) unsigned NOT NULL, `parent` smallint(6) NOT NULL default '-1', `menuid` smallint(6) NOT NULL, `icon` tinyint(1) NOT NULL default '0', `gossip` varchar(128) NOT NULL, `map` tinyint(3) 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`) );
You can download a sample table at http://www.waymire.net/custom_teleporter.sql
cantu get a new repack ? :O
I haven't touched this code since I made it months ago. If it doesn't work with your version of Ascent feel free to modify it appropriately.