Custom Teleporter menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Dragut's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Custom Teleporter

    Hey guys! Im wondering if anyone know where i can get the custom teleporter that can port you to alot of places. Like the one in this video at 2:26

    [ame="http://youtube.com/watch?v=NmyixZLHu1g&mode=related&search"]YouTube - WoW Private Server[/ame]=

    +Rep to the one who helps me ofcourse

    //Dragur
    Last edited by Dragut; 09-04-2007 at 02:09 PM.

    Custom Teleporter
  2. #2
    grond's Avatar Active Member
    Reputation
    38
    Join Date
    Jan 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    thats 1.12.1 wowemu lol:P old as hell, but i have seen custom TPs at antrix, i'm wondering it 2
    You know the world is going to shit when the most powerfull men in the world are named Bush and Dick!

  3. #3
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Are you SURE you want such a teleporter? It require changes in your Core, and some other hard stuff.

    If you don't compile your server yourself, and use a repack, this is going to be HARD.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  4. #4
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Alrity then.
    Code:
    First I would like to give credit to this guide to ThYpHoOn since
    I learned how to do this from his post.
    Hello!
    This is a guide for making your own World Teleporter NPC.
    Dont Worry I will tell you have to compile it to 
    Now For the Guide.
    REQUIRMENTS
    Microsoft Visual Studio 2003
    TortoiseSVN
    
    First Step Download
     	Code:
     	http://filebeam.com/7aa8c299bd23e4c8f8570929f7fafb93 
    If you already have a Ascent compiled then you can skip this part
    2: If not make a new folder named Ascent,and right click and and do SVN Checkout.
    3:Type in svn://emupedia.com/svn/ascent to checkout.
    4:Once its done go in the Ascent folder and open WIN
    5: Double click on AscentVC71.
    6: Right click AscentVC71 on the right side of the screen and click build solution, Let that build and make sure theres no errors.
    7: Once its done go to Ascent/src/scripts and compile scripts2003 same way with AscentVC71, make sure theres no errors.
    8: Now you have ascent compiled, go to ascent/src/scripts/src make a new folder named CustomScripts. Now edit makefile.am in the src/scripts/src folder and make it say 
     	Code:
     	SUBDIRS = CustomScripts GossipScripts InstanceScripts ServerStatusPlugin SpellHandlers 
    9: Now open up the CustomScripts folder and make a new makefile.am in notepad and write 
     	Code:
     	INCLUDES += -I$(srcdir) -I$(srcdir)/../../../../dep/include -I$(srcdir)/../../../shared
    INCLUDES += -I$(srcdir)/../../../script -I$(srcdir)/../../../../src -I$(srcdir)/../../../game
    INCLUDES += -I$(srcdir)/../../../logonserver -I$(srcdir)/../../../../dep/src/gm
    AM_CXXFLAGS = -DSCRIPTLIB
    lib_LTLIBRARIES = libGossipScripts.la
    libGossipScripts_la_SOURCES = Custom_Teleporters.cpp Setup.cpp 
    10: Open up the .rar file u downloaded first and open src/CustomScripts and take those 3 files to src/scripts/src/customscripts and put them in there.
    Now go to the ascent root folder and edit configure.ac and go to the bottom and right under Spellhandlers put 
     	Code:
     	src/scripts/src/CustomScripts/Makefile 
    11: Now go back to the customscripts folder and edit custom_teleporters.cpp
    12: At the bottom find
     	Code:
     	void SetupCustom_Teleporters(ScriptMgr * mgr)
    {
        /* Teleporter List */
        mgr->register_gossip_script(133701, &TeleportNPC::Create);          // Osciron
    
    } 
    Replace the 133701 with the ID that the mob is gonna be.
    13: Go back to the RAR and go into the projects folder. 
    and take both CustomScripts2003 and 2005 to src/scripts/project and put it in there. Edit CustomScripts2003 with notepad and replace all the antrix.lib with ascent.lib(only if ur using ascent). Now save that and open it up with VS and do build solution. Once that is finished, close it and make your own NPC for it and under creature_proto make sure to set NPC flags to 1.
    I would like to remind you that you do not need to get a whole new core but it is recommened. Im not sure how to transfer this to a different core though.
    Thanks for reading the guide and if you have any problems go ahead and post it 
    Source: Emupedia.comcommunity/showthread.php?t=12599&highlight=npc+teleporter

    The beginning is an easy guide to Compile Ascent too.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  5. #5
    Dragut's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Thanks alot Warsheep, but as i got my server running now i dont wanna try this out beccause it could crash again. But of course, +rep for posting the guide.

    EDIT: Need to spread it out -.-

  6. #6
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Aw... Anyways, just take a backup of everything, and try it.

    I crashed my server while tyring to use it. It was bugged as h'll. But i got a problem following guides. I just HAVE to do something else then the guide say. "2. Press Ok, this will give you 100$" "BUT WHAT IS TEH SHINEY CANCEL BUTTOHN FORH!?!?!?!?!? *Preses cancel*". ^^
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  7. #7
    bowser's Avatar Member
    Reputation
    16
    Join Date
    Jun 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Download this:

    RapidShare: 1-Click Webhosting

    Put that in the scripts or script_bin folder in your antrix server files folder,

    then download this:

    RapidShare: 1-Click Webhosting

    And execute it in navicat. There is absolutely no risk to this at all. I have no idea who made it, one of the gms on my server showed it to me. I can guarantee 100% that this will not mess up your server. Just restart the server after you did all this and then spawn npc 30001.

  8. #8
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    But then you cant edit the places it teleports you, or..?

    What Rev is this for?

    Anyways, oging to test it out now.

    Edit: Mehh... To bored, will test out later.

    Also...

    I'VE REACHED THE KNIGHT RANK! YAAAYYYY!!!! ^^
    Last edited by warsheep; 09-05-2007 at 09:50 AM.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  9. #9
    bowser's Avatar Member
    Reputation
    16
    Join Date
    Jun 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    I'm pretty sure its only for antrix, but thats the only rev I've tried it on.

  10. #10
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    With Rev i mean more spesific..?

    I just use 1300...
    Before the name change, From Antrix, it hadn't even reached 1000.. Sooo... If you use Antrix - Upgrade.

    Also, you CANNOT change where the teleporter goes to, so, i was wondering, can you give a list to where this teleporter can teleport you?
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  11. #11
    bowser's Avatar Member
    Reputation
    16
    Join Date
    Jun 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    It will take you to any outland zone (Hellfire Penisula, Shadowmoon Valley, Terrokar Forrest, Netherstorm, Blades Edge Mountians, Zangarmarsh) and any capital city (Stormwind City, Darnassus, ect.)

  12. #12
    Dragut's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Does that work for ascent latest rev? If so you will be sooooo repped

    By the way, Gratz on the Knight rank mate!
    Last edited by Dragut; 09-05-2007 at 11:49 AM.

  13. #13
    Dragut's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Originally Posted by bowser View Post
    Download this:

    RapidShare: 1-Click Webhosting

    Put that in the scripts or script_bin folder in your antrix server files folder,

    then download this:

    RapidShare: 1-Click Webhosting

    And execute it in navicat. There is absolutely no risk to this at all. I have no idea who made it, one of the gms on my server showed it to me. I can guarantee 100% that this will not mess up your server. Just restart the server after you did all this and then spawn npc 30001.
    [Err] 1136 - Column count doesn't match value count at row 1
    [Msg] Finished - Unsuccessfully



    Here's the SQL file:

    INSERT INTO `creature_names` VALUES ('30001', 'Right of Passage', 'Teleporter', '0', '0', '0', '4', '0', null, '17250', '1', '1', null, null);
    INSERT INTO `creature_proto` VALUES ('30001', '85', '35', '1', '0', '1', '5', '1800', '600', '900', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '360000', '9999', '0', '0', '0', '0', '0', '0', '2', '2', '', '0');


    NOTE: Im running an Ascent Server with a Navicat db if this may affect it in any way.

  14. #14
    bowser's Avatar Member
    Reputation
    16
    Join Date
    Jun 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    Its only for antrix, sorry

  15. #15
    daser's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Custom Teleporter

    hwo could i make one for mangos
    or with wath can i compare creature proto and creature names
    i`l make it in navicat if i know whrere to put
    ''Put that in the scripts or script_bin folder in your antrix server files folder,''

Page 1 of 2 12 LastLast

Similar Threads

  1. Custom Teleporter Script
    By Chrispee in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 10-11-2011, 12:39 PM
  2. [ArcEmu] Help Making custom teleport books for start items
    By wickedmage in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 03-18-2010, 06:59 PM
  3. Custom Teleport/Info NPC Take NO Skill at all!
    By freeride474 in forum WoW EMU General Releases
    Replies: 16
    Last Post: 10-16-2008, 08:57 PM
  4. [Release] Custom Teleporting Flightmasters
    By waymirec in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-10-2008, 12:06 PM
  5. Custom teleport npcs question please help
    By friendofdar in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 09-24-2007, 09:35 PM
All times are GMT -5. The time now is 08:09 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search