Make a portal or teleporter

Results 1 to 3 of 3
  1. #1
    Newbie Viciad0 is offline
    MemberRank
    Sep 2006 Join Date
    PortugalLocation
    6Posts

    Make a portal or teleporter

    I have a question to you all, how can i make a teleport or a portal in WoWemu, i want to make it so i can enter naxxramas.

    Can anyone help me?
    Thx in advance :drinks_no


  2. #2
    Newbie synek88 is offline
    MemberRank
    Nov 2006 Join Date
    PolandLocation
    1Posts
    You must open scripts/tcl folder and copy one of file from this folder for exemple AI rename it(for exemple temp1) and paste to scripts/tcl folder.

    Open file which you create(temp1) and delete all text in this file.
    Next add this
    Code:
    namespace eval temp1 { 
    proc QueryQuest { obj player questid } { 
    Teleport $player 1 4674.88 -3638.37 965.264 //hyjal 
    } 
    } 
    if you want different location you can change and portal will teleport you there.

    Next you must create new gameobject.
    Open file gameobject and add something like that:

    [gameobj 220030]
    name=Portal to hyjal
    questscript=temp1 <-----this is a name of script which you create earlier
    type=2
    sound1=76
    level=10
    flags=040
    size=0.200000
    model=4713
    sound2=1

  3. #3
    Newbie Viciad0 is offline
    MemberRank
    Sep 2006 Join Date
    PortugalLocation
    6Posts
    Great example, thank you.



Advertisement