[Release] MySQL Driven Teleporter menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #16
    pepsi1x1's Avatar Member
    Reputation
    26
    Join Date
    Jul 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, but the d/l link isnt working for me

    [Release] MySQL Driven Teleporter
  2. #17
    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)
    Originally Posted by pepsi1x1 View Post
    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

  3. #18
    pepsi1x1's Avatar Member
    Reputation
    26
    Join Date
    Jul 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got it, thanks +Rep

    good work

  4. #19
    svenolio's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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...)

  5. #20
    terrorwow22's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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(12 NOT 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 !!!!!!!!!!!!!!!!!!!!!!

  6. #21
    Lich King's Avatar Contributor
    Reputation
    100
    Join Date
    May 2007
    Posts
    911
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awsome! +Rep for you!

  7. #22
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by svenolio View Post
    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...)
    Same question. I made the changes to Custom_Teleporters.cpp but see no files to compile it... +Rep to who can help

  8. #23
    Leif2525's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C++ Addons - Ascent Wiki has a tutorial on how to compile C++ addons.
    wut is this "Signature" you talk about?

  9. #24
    Falor's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK the link is broken and its just that the link was taken off. Can you post another please?

  10. #25
    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)
    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.

  11. #26
    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)

  12. #27
    Falor's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #28
    Falor's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sry for the dubble post, but someone must know where you out the files...

    thx for any help

  14. #29
    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 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.

  15. #30
    Falor's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. mysql driven warp npc source code
    By igud2 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 08-13-2008, 04:43 PM
  2. [release] Lua portable teleporter
    By Brutal Pink Panther in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 07-04-2008, 02:56 PM
  3. Anybody have the script for the mysql driven teleporter?
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-30-2008, 08:43 PM
  4. [Release] MySQL Driven Teleporter v1.1
    By waymirec in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-06-2008, 12:52 PM
  5. [Release] Chirspee's Teleporting NPC, Buff NPC's, Skill NPC and Heal NPC
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 11-22-2007, 04:05 PM
All times are GMT -5. The time now is 11:55 PM. 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