SQL Teleporter menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Bapes's Avatar Banned
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SQL Teleporter

    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

    SQL Teleporter
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    Bapes's Avatar Banned
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Links don't even work on that 2d.

    Bapes

  4. #4
    doublehex's Avatar Member
    Reputation
    34
    Join Date
    Mar 2007
    Posts
    385
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


  5. #5
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bapes i think your MSN is screwed over me nor juicy Can talk to you.

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  7. #7
    Bapes's Avatar Banned
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a SQL for that source?

    Bapes

  8. #8
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  9. #9
    Bapes's Avatar Banned
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah but then what do I do?

  10. #10
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  11. #11
    Bapes's Avatar Banned
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What SQL?

    Bapes

  12. #12
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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`)
    );

  13. #13
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can download a sample table at http://www.waymire.net/custom_teleporter.sql

  14. #14
    Painkiller116's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cantu get a new repack ? :O

  15. #15
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Guide] [Trinity] How to Create SQL Teleport NPC (2013)
    By 123shadowraider123 in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 09-21-2015, 08:38 AM
  2. Full SQL Teleporter with ICONS [TrinityCore] 3.3.5a
    By JadaDev in forum WoW EMU General Releases
    Replies: 0
    Last Post: 09-10-2014, 04:43 PM
  3. [LUA, SQL] Teleporter
    By Evilbuffy in forum WoW EMU Guides & Tutorials
    Replies: 36
    Last Post: 04-29-2009, 01:46 PM
  4. Help - Sql Teleporter
    By rampage in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 01-15-2009, 10:35 AM
  5. [Help] Teleporter NPC SQL
    By Performer in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 12-24-2007, 02:59 PM
All times are GMT -5. The time now is 07:30 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search