[Guide] Making Portals to anywhere and spawn them! easy for beginners! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Making Portals to anywhere and spawn them! easy for beginners!

    STEP 1

    Open up a notepad and copy this into it

    function Base_H (pUnit, Event, pMisc)
    pMisc:Teleport (MapId,X,Y,Z)
    end
    RegisterGameObjectEvent (EntryID,2,"Base_H")

    Open your Ascent and look for Scripts file and save it as

    Teleport1.LUA (or what you want it to be)

    MAKE sure you put .LUA!

    Go ingame to where you want to teleport to and type the command .gps
    In:

    Code:
    function Base_H (pUnit, Event, pMisc)
    pMisc:Teleport (MapID,X,Y,Z)
    end
    RegisterGameObjectEvent (EntryID,2,"Base_H")
    Change the red Letters to what the .gps came up as it's pretty easy.

    Make sure the Bold letters are the same or it won't work. For each portal the name must be different

    STEP 2 Spawning a Portal

    Open up MySQL or whatever your using and open

    gameobject_names

    Open a New column and put these inputs in:

    Code:
    Entry: LUA entryID
    Type: 22
    Name: The name you want
    DisplayID: What the portal looks like (a list below)
    Leave the rest as 0
    DISPLAYID

    This is the display / model of the gameobject. You can take your pick from here:
    4393 = Darnassus
    4396 = Stormwind
    4394 = Ironforge
    4398 = Undercity
    4395 = Orgrimmar
    4397 = Thunder Bluff
    6956 = Silvermoon
    6955 = Exodar

    Now start up your realm and go to the area you want to spawn it

    Type .go spawn (entryID) 1 (keep the 1 on the end)

    If your having troubles post what you have done
    Last edited by Jackie Moon; 07-09-2008 at 03:53 AM.
    Check out my YouTube: SkeetzGaming

    [Guide] Making Portals to anywhere and spawn them! easy for beginners!
  2. #2
    Dippy's Avatar Member
    Reputation
    6
    Join Date
    Feb 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow, easiest guide I've seen on how to do this +rep when i can ^^

  3. #3
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for feedback
    Check out my YouTube: SkeetzGaming

  4. #4
    Saintman's Avatar Member
    Reputation
    45
    Join Date
    Apr 2007
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where do I get GO display ids?
    My mounted defense exploit, go see it now!
    https://www.mmowned.com/forums/wow-e...-warlocks.html

  5. #5
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look up Portal display ID's in google

    ill add them to guide soon
    Check out my YouTube: SkeetzGaming

  6. #6
    ***Munchy***'s Avatar Member
    Reputation
    13
    Join Date
    Jun 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont see anything in bold
    2 Words guys dont like enless you put them together "dont" and "stop".

  7. #7
    djneo's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice one
    but i got some problems i maked like 9 portals all diffurt gps setiing and entiry id but they all lead 2 one place
    that is undercity

  8. #8
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmmm thats odd did you change the .LUA name??
    Check out my YouTube: SkeetzGaming

  9. #9
    djneo's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yepp
    all diffrunt .lua names

    they all go to undertp.lua

    function Base_H (pUnit, Event, pMisc)
    pMisc:Teleport (0,1809.620850,237.157913,62.753780)
    end
    RegisterGameObjectEvent (800006,2,"Base_H")

  10. #10
    djneo's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i know the prolem i can make q portal with it but when i make the second with the some code (only athor id and athor lua name and athor gps i will pick the last add

  11. #11
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make sure you change these fields in red they must be the same but different in each .lua file

    the fields in orange must be different each time

    function Base_H (pUnit, Event, pMisc)
    pMisc:Teleport (MapID,X,Y,Z)
    end
    RegisterGameObjectEvent (EntryID,2,"Base_H")

    make sure u go to your database gameobject_names and make a field with a different spawn ID

    i made a 3 portals following the guide the check if i made mistakes and it is all working fine so just read carefully
    Check out my YouTube: SkeetzGaming

  12. #12
    thelastsurviver123's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that's cool, I'm going try this ASAP!!!

  13. #13
    Bloker's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where do i get X,Y,Z cord ? but +rep anyway

  14. #14
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    go in game and type .gps it will come up
    Check out my YouTube: SkeetzGaming

  15. #15
    kanto179's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jackie Moon View Post
    make sure you change these fields in red they must be the same but different in each .lua file

    the fields in orange must be different each time

    function Base_H (pUnit, Event, pMisc)
    pMisc:Teleport (MapID,X,Y,Z)
    end
    RegisterGameObjectEvent (EntryID,2,"Base_H")

    make sure u go to your database gameobject_names and make a field with a different spawn ID

    i made a 3 portals following the guide the check if i made mistakes and it is all working fine so just read carefully
    ok I do change "Base_H"? if so what to and
    these fields in red they must be the same but different in each .lua file
    watta ya mean?

Page 1 of 2 12 LastLast

Similar Threads

  1. Make brawler's guild and rare elites easy
    By advanta in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 11-02-2013, 11:59 AM
  2. [GUIDE] Make a WoW 1.12.x Server [Easy to Setup]
    By WoWTech in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 10-05-2012, 11:02 AM
  3. [Guide] Making a Private Server and getting it public!
    By Jackie Moon in forum WoW EMU Guides & Tutorials
    Replies: 135
    Last Post: 05-13-2012, 02:19 PM
  4. [Guide] Making portals that stay forever using LUA.
    By Jackie Moon in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 06-21-2008, 07:42 AM
  5. [GUIDE] Making a Good Profile, and Making a Profile Group
    By wtfomgpwnd15 in forum World of Warcraft Bots and Programs
    Replies: 9
    Last Post: 01-28-2008, 08:26 AM
All times are GMT -5. The time now is 01:34 AM. 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