[Guide] LUA Portals menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 84
  1. #61
    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)
    Originally Posted by crazyd22 View Post
    Hey, I am having problems with making the portal:





    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.
    Your spawn ID's can only be 6 characters long with default ascent cores. Try changing the spawn ID to: 12345

    Tell me if you have any more problems

    [Guide] LUA Portals
  2. #62
    Medzii's Avatar Active Member
    Reputation
    22
    Join Date
    Mar 2007
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats best normal portals or LUA?
    The end is close...
    Take a step back


  3. #63
    badboy92's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty for the help.

  4. #64
    SlimWoW's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gastric, you rule! =D Thank you so very much! xD <3

  5. #65
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This post is very usefull for people. 5/5
    Owner/Developer of WoW Rising

  6. #66
    SUGARMANKIE's Avatar Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    koolio thanks for this = ]

  7. #67
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    923
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what am i doing wrong i made it in the MYsql all right

    function Alterac_Valley_A (pUnit, Event, pMisc)
    pMisc:Teleport (30,724.219971,-10.180200,50.6211399)
    end
    RegisterGameObjectEvent (100000,2,"Alterac_Valley_A")

    is my script and when i click the portal it just says

    world of recall (OLD)

  8. #68
    azeon's Avatar Banned
    Reputation
    29
    Join Date
    Sep 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx man, now i understand some of lua... much to go

  9. #69
    degoscar's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skeetzorz View Post
    what am i doing wrong i made it in the MYsql all right

    function Alterac_Valley_A (pUnit, Event, pMisc)
    pMisc:Teleport (30,724.219971,-10.180200,50.6211399)
    end
    RegisterGameObjectEvent (100000,2,"Alterac_Valley_A")

    is my script and when i click the portal it just says

    world of recall (OLD)
    I have had this issue as well, when typing the name of the GO in the quotes at the end copy and paste the name you gave it in the line of code for the function I do not know how I miss type it or even if I do but copy/paste mostly fixes it for me.

    Code:
    function Alterac_Valley_A (pUnit, Event, pMisc)
    pMisc:Teleport (30, 724.219971, -10.180200, 50.6211399)
    end
    
    RegisterGameObjectEvent (570001, 2, "Alterac_Valley_A")
    ...Oh one more thing I put the GO in the high 570 thousands as many other LUA stuff has low code numbers {Just in case you care to use other peoples stuff}

    hope that helps

    Joe

  10. #70
    ripcat3000's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can u make it so the horde can only use the portal?

  11. #71
    Corosive720's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i make it so only horde or alliance can use the portal?

  12. #72
    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)
    You can't cossy, just make 2 portals.
    Life Puzzler WoW - Website | Forums

  13. #73
    Skype's Avatar Member
    Reputation
    133
    Join Date
    Dec 2007
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you Gastric, i was looking for this sort of script =)
    unfortunatly i cant give you rep oddly enough:
    "you cant give rep to this post"


  14. #74
    azeon's Avatar Banned
    Reputation
    29
    Join Date
    Sep 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for some reason my portals aren't working anymore after i remade my server i also treid the object type 22 then i get the old recall thingy and in type it just doesn't working :S
    Code:
    function Teleporting_onUse (pUnit, Event, pMisc) pMisc:Teleport (0, -8913,23, 554,633, 93,7947) end RegisterGameObjectEvent (999991, 2, &quot;Teleporting_onUse&quot;)
    Code:
    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 (99991, 4, 1327, &quot;allicane mall&quot;, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    what's wrong with it?

  15. #75
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Azeon, edit the type of the portal (the SQL) to 22 instead of 4.

Page 5 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