[Guide] LUA Portals menu

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 84
  1. #31
    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)
    No i cant just press at it... and i use the latest AB etc etc.... and lua works fine i have done everything there.... i guess?

    [Guide] LUA Portals
  2. #32
    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)
    and when it finally works it just came "world of recall" :confused:

  3. #33
    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)
    mmm i try to help you please addme to msn [email protected]

  4. #34
    freezer1012's Avatar Member
    Reputation
    34
    Join Date
    Apr 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump =P (space requirement)


  5. #35
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea, this worked once for me, cant seem to get them working again now.

    EDIT: i get this in ascent cmd line when i click the portal:

    calling "Teleport" on bad self, (number expected, got nil)

    This is my script:

    function Teleporting_onUse (pUnit, Event, pMisc)
    pMisc:Teleport (169, 2732.93, -3319.63, 102.284)
    end
    RegisterGameObjectEvent (4000000, 2, "Teleporting_onUse")

  6. #36
    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)
    going to try that maybe its because there is no valid coord (169, 2732.93, -3319.63, 102.284) y cant remember if there is a map 169... the ones i remember are 33, 530, 0, 1, 189. but im going to check that :P

  7. #37
    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 try this one works for me
    function TeleportEmerald (pUnit, Event, pMisc)
    pMisc:Teleport (169, 2732.93, -3319.63, 102.284, 0.8312)
    end
    RegisterGameObjectEvent (4000000, 2, "TeleportEmerald")

  8. #38
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spartansp View Post
    ok try this one works for me
    function TeleportEmerald (pUnit, Event, pMisc)
    pMisc:Teleport (169, 2732.93, -3319.63, 102.284, 0.8312)
    end
    RegisterGameObjectEvent (4000000, 2, "TeleportEmerald")
    niiice, it works, ty much

  9. #39
    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)
    dont worry nice that helped you out :P

  10. #40
    daveronan's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks great post

  11. #41
    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 want me to make an in-depth LUA guide?
    Maybe "how to script a boss fight"
    Life Puzzler WoW - Website | Forums

  12. #42
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the lua script, its a way better way to teleport than the old way. +Rep

  13. #43
    Shao111's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2007
    Posts
    281
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastric View Post
    Anyone want me to make an in-depth LUA guide?
    Maybe "how to script a boss fight"
    That would be excellent, also, I have 2 LUA scripts for portals that look almost identical to me, problem is, 1 works, the other doesnt, they are the same in the Db except for entryID. Working code:

    [IMG]file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG][IMG]file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot-1.jpg[/IMG]
    Code:
    function TeleportEmerald (pUnit, Event, pMisc)
    pMisc:Teleport (169, 2732.93, -3319.63, 102.284, 0.8312)
    end
    RegisterGameObjectEvent (4000000, 2, "TeleportEmerald")
    Non-working:

    Code:
    function TeleportQuel (pUnit, Event, pMisc)
    pMisc:Teleport (0, 3348.188721, -1968.452026, 131.406982)
    end
    RegisterGameObjectEvent (4000001, 2, "TeleportQuel")
    Could you please point out what's wrong with the second?

  14. #44
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for posting this, People always underestimate the possibilities when using Lua Scripting, when it's really useful. Thanks for teaching me a thing or two xP


  15. #45
    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)
    All you really need to do is go to the Guide Section and check out my .lua Guide for Ect
    But yeah make one, to add the Extras that i don't like.. Cast spell at a % Time
    which i cbf doing right now.. lol

Page 3 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:34 PM. 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