How to make a Game Object teleport u some were with out a spell menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    secretdragon008's Avatar Member
    Reputation
    43
    Join Date
    Sep 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    Originally Posted by Illidan1 View Post
    secretdragon008 what is the Id of the Gameobject
    you wont to use?
    entryid=20000000,displayid=1327.
    its work to spawn the object ingame,but it dont teleports me to that place.
    well,it not teleports me at all.

    Originally Posted by Gastricpenguin View Post
    Btw, GM scripts are no longer supported by Ascent : /
    thats very strange,since in chrispee's repack he got very very many gm-files.

    How to make a Game Object teleport u some were with out a spell
  2. #17
    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)

    Re: How to make a Game Object teleport u some were with out a spell

    Here is the .gm File \/

    Download > Portal GM Script

  3. #18
    secretdragon008's Avatar Member
    Reputation
    43
    Join Date
    Sep 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    Originally Posted by Illidan1 View Post
    Here is the .gm File /

    Download > Portal GM Script
    Ty so much,it worked now.
    +Rep for you

  4. #19
    dog6611's Avatar Member
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    preaty cool

  5. #20
    septimasxx's Avatar Member
    Reputation
    14
    Join Date
    Jul 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    +Rep but i cant seem to the object to port me. just says World of Recall (Old) then makes a sound. i can spawn the object itself. usin chrispee's ascent if that helps any.

    global Tele_Ed=function(plr)
    {
    //alliance
    if(plr.GetRace() == 4)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    return 1;
    }

    if(plr.GetRace() == 1)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    return 1;
    }

    if(plr.GetRace() == 3)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    return 1;
    }

    if(plr.GetRace() == 7)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    return 1;
    }

    if(plr.GetRace() == 11)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    }
    //horde
    if(plr.GetRace() == 2)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    }

    if(plr.GetRace() == 5)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    }

    if(plr.GetRace() == 6)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    }

    if(plr.GetRace() ==
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    }

    if(plr.GetRace() == 10)
    {
    plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
    }

    };

    .RegisterGameObjectEvent(GameobjectID, 2, Tele_Ed);

    spawn id is 77777111
    display ID 4891

    if you could help id be reaaaly happy :]

  6. #21
    sticksx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    thank's =)

  7. #22
    septimasxx's Avatar Member
    Reputation
    14
    Join Date
    Jul 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    Nvm i found it. silly me i forgot to stick somethin in there

  8. #23
    mEtzG3r's Avatar Member
    Reputation
    30
    Join Date
    Nov 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    If this working, then im happy

  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)

    Re: How to make a Game Object teleport u some were with out a spell

    Yea, It works in chrispee's repack because he is using my 1700+ core that still uses GM scripts. But if you upgrade to a core above 2100+, then GM scripts will be ignored on start up. I no longer have a scripts folder.

    LUA is set to be implemented by end of december. But its not final yet
    Life Puzzler WoW - Website | Forums

  10. #25
    fireguild1's Avatar Member
    Reputation
    10
    Join Date
    Jul 2007
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a Game Object teleport u some were with out a spell

    Nice guide Illidan1. I expect a lot more from you in the future!

  11. #26
    res's Avatar Member
    Reputation
    7
    Join Date
    Jul 2007
    Posts
    85
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    nice man thx

  12. #27
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awsome again, good job +rep illidan


    EDIT: damn, got to spread some rep, i'll +rep you when i get the chance
    Last edited by BrantX; 12-27-2007 at 01:28 AM.



  13. #28
    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)
    kkk , i will remine you with a PM

  14. #29
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a damnit , now i can't use the portal , it just shows the spell " world recall " or something like that and then when it's done , it doesn't do anything Help?



  15. #30
    bulva's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thx

    Thanks man, you've helped me alot in the process of making my server, i'd + rep if I could.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Guide] How to make a item to teleport you
    By *Icy* in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 12-02-2008, 01:02 AM
  2. How to make a Warp NPC/Teleporter NPC
    By Krunkage in forum WoW EMU Guides & Tutorials
    Replies: 19
    Last Post: 10-01-2008, 07:32 AM
  3. How to make a Game object!!
    By ***Munchy*** in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 08-24-2008, 02:54 PM
  4. How to make game objects teleport with LUA!
    By Le Froid in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 01-02-2008, 06:59 PM
  5. How do I keep game objects forever. PLZ HELP!
    By chocodog in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 10-01-2007, 09:20 PM
All times are GMT -5. The time now is 08:12 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