HElP - Sql/Lua Portal | Error menu

User Tag List

Results 1 to 8 of 8
  1. #1
    dongel's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    HElP - Sql/Lua Portal | Error

    Hey there guys , i found many many guides , about custom portal by Sql & Lua .
    --
    I did few , but all they WONT WORK .
    The portal is spawnable , but when i click on him , it write - World recall port (old)
    Load, and nothing ......
    --
    Here is the SQL and LUA that i used :
    INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (1231231, 22, 1327, 'Gurubashi-Arena', 0)
    ________________
    LUA :
    function Teleport_onUse500 (pUnit, Event, pMisc)
    pMisc:Teleport (0, -13265.500000, 155.837997, 35.63001)
    end
    RegisterGameObjectEvent (1231231, 2, 'Teleport_onUse500')

    __________
    PS :
    function Teleport_onUse500 <- is 500 for first time .
    I hope some1 of you is gonna help me.. Ill +rep ofc :P
    Tnx guys , im waiting your opinion .
    Regards
    Dongel
    :wave:

    HElP - Sql/Lua Portal | Error
  2. #2
    Yamajee's Avatar Banned
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you need for main cities, here are some .gobjects

    All you have to do is .gobject add

    Undercity - 183327
    Thunder bluff - 183326
    Orgrimmar - 183323
    Ironforge - 183322
    Darnassus - 183317
    Stormwind - 183325

    +rep me if helped

  3. #3
    dongel's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont need main cityes , its custom GUrubashi Arena Portal :< I have more ids for normal citys. Tnx anyway , im waiting another helper :<

  4. #4
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dongel View Post
    Hey there guys , i found many many guides , about custom portal by Sql & Lua .
    --
    I did few , but all they WONT WORK .
    The portal is spawnable , but when i click on him , it write - World recall port (old)
    Load, and nothing ......
    --
    Here is the SQL and LUA that i used :
    INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (1231231, 22, 1327, 'Gurubashi-Arena', 0)
    ________________
    LUA :
    function Teleport_onUse500 (pUnit, Event, pMisc)
    pMisc:Teleport (0, -13265.500000, 155.837997, 35.63001)
    end
    RegisterGameObjectEvent (1231231, 2, 'Teleport_onUse500')

    __________
    PS :
    function Teleport_onUse500 <- is 500 for first time .
    I hope some1 of you is gonna help me.. Ill +rep ofc :P
    Tnx guys , im waiting your opinion .
    Regards
    Dongel
    :wave:
    Try change 'Teleport_onUse500'
    to "Teleport_onUse500"

    And to Yamajee, never, ever, ask for rep.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  5. #5
    dongel's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re:

    Reflection , i did it but nothing changed.. its same :<
    More ideas? :-s

  6. #6
    yrref's Avatar Active Member
    Reputation
    42
    Join Date
    Dec 2006
    Posts
    376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, use Sipex's Portal Creator =3 Does the trick everytime for me

    https://www.ownedcore.com/forums/wow-guides/226193-total-beginners-guide-world-warcraft.html

  7. #7
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This seems like ALOT of work to me for what your doing...

    INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (1231231, 22, 1327, 'Gurubashi-Arena', 0)
    ________________
    LUA :
    function Teleport_onUse500 (pUnit, Event, pMisc)
    pMisc:Teleport (0, -13265.500000, 155.837997, 35.63001)
    end
    RegisterGameObjectEvent (1231231, 2, 'Teleport_onUse500')


    When i make a custom portal i simply go into the Teleport_Coords table in database..

    Using .GPS in game i get the loc of the place i wish to Teleport to..

    FIND the Teleport to a area using a Portal IE portal to "XXXXXX" move down to the right til you get to the XYZ area and imput the GPS you got ingame..

    Now go ingame and spawn that GO that you changed the portal for..

    IE if you change the portal for G arena.. Go to Orgrimmar click the portal thats there type .go sel and then .go info. It gives you the spawn ID. Then go where you want the portal and type .GO spawn "XXXXXX"

  8. #8
    dongel's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tnx
    Im gonna try , + rep for your work .

Similar Threads

  1. [Question] Need help with Lua Script error
    By Rempage in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 11-12-2016, 08:06 PM
  2. [Help me] Lua script error? please help.
    By Szharz in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-22-2008, 12:20 PM
  3. help .lua portal
    By Tom_2001 in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 01-26-2008, 11:14 AM
  4. help .lua portal help
    By Tom_2001 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 01-24-2008, 03:21 PM
  5. [HELP] Lua DLL Error
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-12-2008, 02:02 PM
All times are GMT -5. The time now is 05:40 PM. 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