[Guide] LUA Portals menu

User Tag List

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 84
  1. #46
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shao111 View Post
    function TeleportQuel (pUnit, Event, pMisc)
    pMisc:Teleport (0, 3348.188721, -1968.452026, 131.406982)
    end
    RegisterGameObjectEvent (4000001, 2, "TeleportQuel")
    It seams tobe OK but try to check if it has valid coords maybe you type something wrong :P

    [Guide] LUA Portals
  2. #47
    thegtz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My Portals don't seem to work anymore:
    Code:
    function Dar_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (1, 9951.641602, 2279.839355, 1341.394775)
    end
    RegisterGameObjectEvent (600004, 2, "Dar_teleport")
    Code:
    function Exodar_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (530, -4014.080078, -11895.799805, -1.990720)
    end
    RegisterGameObjectEvent (600003, 2, "Exduor_teleport")
    Code:
    function Ironforge_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (0, -4978.538086, -884.846619, 501.642029)
    end
    RegisterGameObjectEvent (600002, 2, "Ironforge_teleport")
    Code:
    function Shat_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (530, -1852.568481, 5118.180664, -38.876865)
    end
    RegisterGameObjectEvent (600005, 2, "Shat_teleport")
    Code:
    function Mall_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (1, -3654.569092, 4370.583984, 9.35520)
    end
    RegisterGameObjectEvent (600011, 2, "Mall_teleport")
    Code:
    function SW_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (0, -8912.357422, 553.583618, 93.793091)
    end
    RegisterGameObjectEvent (600001, 2, "SW_teleport")

  3. #48
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok this one is wrong the syntax
    Code:
    function Exodar_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (530, -4014.080078, -11895.799805, -1.990720)
    end
    RegisterGameObjectEvent (600003, 2, "Exduor_teleport")
    Need to be Exodar

    for the other ones check if the coords you placed are valid locations and check if your gameobjects type is set to 1

  4. #49
    thegtz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope, they are still not working.

    P.S. If these don't work out could you guide me to a guide where I can edit one of those create/edit a WarpNPC. I already have the dll and the source files and Visual Studio C++, just need to find a guide that teaches me how to compile it.
    Last edited by thegtz; 01-14-2008 at 05:46 PM.

  5. #50
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is one nice guide Gastric! Thanks for this.. It will teach many.. Like most of your guides do.. Hehe. /smile


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  6. #51
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone need help? This is fairly easy
    Life Puzzler WoW - Website | Forums

  7. #52
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this mate

  8. #53
    tripleblade3's Avatar Member
    Reputation
    42
    Join Date
    Sep 2007
    Posts
    164
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Guide Gastric, the Only thing I was Wondering about is if you could link it to a item somehow, or maybe a spell.

    Maybe somthing like this?
    Code:
    function Exodar_teleport (pUnit, Event, pMisc)
    pMisc:Teleport (530, -4014.080078, -11895.799805, -1.990720)
    end
    RegisterItemEvent (600003, 2, "Exodar_teleport")
    But yeah, we all know the ArcEmu team is pretty much a farce... unfortunately, it's a farce with a gazillion users. - Hellgawd
    Remember to +Rep People who have helped you!

  9. #54
    Krilio's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice thanks for the guide this makes things alot easier

  10. #55
    raposeiro's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks this helped me alot +reps

  11. #56
    djkajabaxd's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a big question, there are a way to create a lua portal with a key (if you dont have the key canot teleport)

    i want it to create a pack with custom guild halls =P

  12. #57
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump, because this is the correct way.
    Life Puzzler WoW - Website | Forums

  13. #58
    crazyd22's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    help :P

    Hey, I am having problems with making the portal:

    function Teleporting_onUse (pUnit, Event, pMisc)
    pMisc:Teleport (0, -5077.819824, -797.119873, -495.151947)
    end
    RegisterGameObjectEvent (123456789, 2, "Teleporting_onUse")
    INSERT INTO gameobject_names
    (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
    VALUES
    (123456789, 4, DISPLAYID, "Stairs Event (T6)", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    After I wrote them I put them into my Scripts folder restart the server and go into the game and write ".gobject spawn 123456789" Im not sure what im doing wrong its probably something small but if you could help would be great,
    Thanks.

  14. #59
    arturss's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I FOUND MY PROBLEM!! I maked the txt document and named it xxxxx.LUA but it didnt deformed to lua file !! but one day i saw that and copied already maked lua file and just tiped there


    function Tele77 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -2933.441162, 3.264288, 188.894531, 1)
    end
    RegisterGameObjectEvent (700020, 2, "Tele77")


    and In DB

    INSERT INTO gameobject_names
    (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
    VALUES
    (700020, 1, 4397, "Battle Arena", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    Last edited by arturss; 04-15-2008 at 01:14 PM.

  15. #60
    flat-down's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i <3 Gastric! If only I had some rep power. I would give you all of it ^^

    Thanks so much mate, this is the best LUA portals guide I have ever seen!

Page 4 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Guide] How to create Lua Portals [3.3.3a]
    By bulletzaredeadly in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 04-14-2010, 01:11 AM
  2. [GUIDE] LUA Portals Updated for 3.0.3
    By bulletzaredeadly in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 04-06-2009, 05:35 PM
  3. [GUIDE][NOOB-FRIENDLY]No Spell Replace: How to Make LUA Portals!
    By sasoritail in forum WoW EMU Guides & Tutorials
    Replies: 19
    Last Post: 03-15-2009, 09:31 AM
  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] How to make LUA portals easy and noobie too!
    By Ellenor in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 03-05-2008, 09:10 PM
All times are GMT -5. The time now is 03:06 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