[Guide] LUA Portals menu

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 84
  1. #16
    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 lets say i download your latest compile...where do i put then the .lua thing

    [Guide] LUA Portals
  2. #17
    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)
    never mind i already figured out lol sorry for the trouble

  3. #18
    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 i only have a problem here are my .lua scripts check them out everything works well the only problem is that ALL portals send me to the same place in tanaris
    function Teleport1 (pUnit, Event, pMisc)
    pMisc:Teleport (530, 9509.94, -7397.33, 55.93, 1)
    end
    RegisterGameObjectEvent (1112221, 2, "Teleport1")

    function Teleport2 (pUnit, Event, pMisc)
    pMisc:Teleport (530, 9475.50, -7275.83, 61.61, 1)
    end
    RegisterGameObjectEvent (1112222, 2, "Teleport2")

    function Teleport3 (pUnit, Event, pMisc)
    pMisc:Teleport (530, 9628.30, -7400.72, 43.28, 1)
    end
    RegisterGameObjectEvent (1112223, 2, "Teleport3")


    Tell me what im doing wrong

  4. #19
    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)
    nevermind i fixed it thanks again gastric for all your hard work

  5. #20
    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)
    For great justice!
    Life Puzzler WoW - Website | Forums

  6. #21
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dosent work for me it says:

    Tried to call invalid LUA function 'Teleporting_onUse' from Ascent!<GO>

    It says that in Ascent.exe


  7. #22
    sassafrass686's Avatar Member
    Reputation
    8
    Join Date
    Feb 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use 4 as the portal type and it works just fine...
    I haven't tested anything else

  8. #23
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you make a guide for teleporting items?

  9. #24
    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)
    As far as i can tell, you cant do that with LUA
    Life Puzzler WoW - Website | Forums

  10. #25
    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)
    Show me your codes if it didnt work. Here are mine that work 100%. (you need to have azshara crater open to be ported somewhere)

    function Azshara_Port (pUnit, Event, pMisc)
    pMisc:Teleport (37, 1, 1, 200)
    end
    RegisterGameObjectEvent (210233, 2, "Azshara_Port")


    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
    (210233, 4, 7022, "Azshara Teleporter", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    Life Puzzler WoW - Website | Forums

  11. #26
    Fluffa's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so, this actually makes the portal to stays 4-ever right? or is it just 1-to-1 time spell?

    *and works on ascent/antrix?*

  12. #27
    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)
    Yes, if you make a portal with lua, nothing is lost in the DB and it will stay as long as you keep the script.
    Life Puzzler WoW - Website | Forums

  13. #28
    Fluffa's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    btw, i have maked the portal but can't press on it... what's wrong? :/

    and i have summoned it etc...

  14. #29
    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)
    you cant press ir or it doesnt teleport you anywhere?

  15. #30
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Noice, now i need a Database that enables .lua... and this should be in guides, lol

Page 2 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 02:53 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