+2 reps for this request menu

User Tag List

Results 1 to 13 of 13
  1. #1
    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)

    +2 reps for this request

    well, because in the question section dont help me ill post this request, well i need a script or lua script that make a 20 custom portals, but to enter you need a key (each portal has his exclusive key).

    this request is to doo custom clan halls to the Guilds of my server =P

    the info to make the portals is this:

    4shared.com - online file sharing and storage - download recall.sql

    (this is a recall sql with the cords of every place to teleport)

    atte

    [email protected]

    DeathRobert

    +2 reps for this request
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a bit extreme i could possibly do a few for you
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    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)
    its not that complicated, the problem is that in this page there are no guides of compiling and scripting dll and in the question zones only respond noob question, is for that i put this request =P

    plz help me =P

  4. #4
    Aldaus's Avatar Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LUA doesn't need to be compiled.
    Don't be lazy learn to do it yourself.

    Experienced with C++

  5. #5
    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)
    its very simple men, i read a lot of guides but i cant do such complicated script because i dont find the examples of every code to make a union, thats my problem, because of thath i posted this =P

    atte

    Robert

  6. #6
    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)
    ill make a lua script mate... i have not enough spare time to make it a C++ so you cant have the key requirement in lua though but at leas you can have the portals working with the following lua:
    Code:
    function clan11 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -2827.02, -2702.5, 37.6667, 1)
    end
    RegisterGameObjectEvent (11111111, 2, "clan11")
    
    function clan10 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -3616.83, 263.569, 139.795, 1)
    end
    RegisterGameObjectEvent (11111110, 2, "clan10")
    
    function clan9 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -3475.48, -4109.77, 17.1055, 1)
    end
    RegisterGameObjectEvent (11111109, 2, "clan9")
    
    function clan8 (pUnit, Event, pMisc)
    pMisc:Teleport (1, 10783.1, 930.714, 1338.13, 1)
    end
    RegisterGameObjectEvent (11111108, 2, "clan8")
    
    function clan20 (pUnit, Event, pMisc)
    pMisc:Teleport (1, 6468.94, -1585.42, 437.218, 1)
    end
    RegisterGameObjectEvent (11111120, 2, "clan20")
    
    function clan3 (pUnit, Event, pMisc)
    pMisc:Teleport (530, 395.091, 2855.57, 54.6532, 1)
    end
    RegisterGameObjectEvent (11111103, 2, "clan3")
    
    function clan4 (pUnit, Event, pMisc)
    pMisc:Teleport (530, -3566.45, 3143.88, 314.785, 1)
    end
    RegisterGameObjectEvent (11111104, 2, "clan4")
    
    function clan7 (pUnit, Event, pMisc)
    pMisc:Teleport (1, 10060.8, 1033.82, 1328.57, 1)
    end
    RegisterGameObjectEvent (11111107, 2, "clan7")
    
    function clan5 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -5509.86, 3611.52, -4.4548, 1)
    end
    RegisterGameObjectEvent (11111105, 2, "clan5")
    
    function clan6 (pUnit, Event, pMisc)
    pMisc:Teleport (1, 9856.61, 1564.55, 1329.17, 1)
    end
    RegisterGameObjectEvent (11111106, 2, "clan6")
    
    function clan12 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -6495.85, -3326.99, -95.5218, 1)
    end
    RegisterGameObjectEvent (11111112, 2, "clan12")
    
    function clan13 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -9031.04, -4071.45, -17.3077, 1)
    end
    RegisterGameObjectEvent (11111113, 2, "clan13")
    
    function clan14 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -7997.68, -1308.71, -318.015, 1)
    end
    RegisterGameObjectEvent (11111114, 2, "clan14")
    
    function clan15 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -6550.28, 92.9873, 132.81, 1)
    end
    RegisterGameObjectEvent (11111115, 2, "clan15")
    
    function clan16 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -6299.15, 118.745, 14.582, 1)
    end
    RegisterGameObjectEvent (11111116, 2, "clan16")
    
    function clan18 (pUnit, Event, pMisc)
    pMisc:Teleport (1, 3547.36, -5310.96, 109.226, 1)
    end
    RegisterGameObjectEvent (11111118, 2, "clan18")
    
    function clan19 (pUnit, Event, pMisc)
    pMisc:Teleport (1, 3895.51, -7188.16, 24.6758, 1)
    end
    RegisterGameObjectEvent (11111119, 2, "clan19")
    
    function clan17 (pUnit, Event, pMisc)
    pMisc:Teleport (1, -1039.93, 219.165, 111.31, 1)
    end
    RegisterGameObjectEvent (11111117, 2, "clan17")
    BTW you didnt put in the file the coords for clan 1 and clan 2 and you need to do game objects with ID's from 11111103 to 11111120 better have this one than nothing.. have a nice day

  7. #7
    Tom_2001's Avatar Member
    Reputation
    177
    Join Date
    Oct 2007
    Posts
    609
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Spart can you have like more then one portal each lua script, and they all work as individual?

  8. #8
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Spart can you have like more then one portal each lua script, and they all work as individual?
    yes you can
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #9
    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 Tom_2001 View Post
    Spart can you have like more then one portal each lua script, and they all work as individual?
    yes you can and that make lua reading less problematic

  10. #10
    OMGPWN's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2006
    Posts
    431
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He cant +2 rep lol

  11. #11
    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)
    i really dont care about rep lol its about helping people...

  12. #12
    OMGPWN's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2006
    Posts
    431
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I thought it was good to say for those who only want rep ^^

  13. #13
    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 can post 2 reps for separated, spartan but i read the script, how can i do that to entrerr the portal you need a key, lua portal are not complicated, but put it a key to the portal is complicated, there are some way to put them key?

    ill finish the 20 clan halls and put npc decoration and all but without the portals (with keys) the clanhalls dont work

    spartan, you speak spanish?

    +1 rep to spartan, later i add you second =P
    Last edited by djkajabaxd; 02-22-2008 at 04:19 AM.

Similar Threads

  1. [Request] Sig +rep for one
    By Noobcraft in forum Art & Graphic Design
    Replies: 0
    Last Post: 12-18-2007, 08:36 PM
  2. [Request] Gnome Female > Human Male (+Rep for help)
    By Dydus in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-07-2007, 12:50 PM
  3. [REQUEST] Giving Rep for...
    By StopTheOncoming in forum World of Warcraft General
    Replies: 4
    Last Post: 12-02-2007, 01:41 PM
  4. Requesting a armoy for this onlinegamehacker
    By Killer_Dajobe in forum World of Warcraft Model Editing
    Replies: 10
    Last Post: 10-26-2007, 11:13 AM
  5. [REQUEST] plus rep for 1 week if done :)
    By trika in forum WoW ME Questions and Requests
    Replies: 8
    Last Post: 07-12-2007, 06:07 AM
All times are GMT -5. The time now is 11:56 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