MMOCoin

Likes Likes:  0
Results 1 to 2 of 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382

    How to make a custom portal on MaNGOS.

    1. Find a teleport spell



    Go to wowhead.com search for teleport.

    Go to the category: Uncategorized spells

    Look around for spells there with Effect: Teleport units



    Some example spells you can use:

    29216

    20618

    20682

    34673



    There are alot more you can use, just look around.



    2. Make the spell teleport you where you want



    Go to the table: spell_target_position

    Create a new row with ID the same as the spell ID

    Do .gps ingame where you want it to teleport and copy the positions and put in the table.

    [See screenshot in attachments.]

    The ones circled are the only ones you should put in the table, ignore the rest.





    3. Create the gameobject



    Go to gameobject_template

    Create a new gameobject



    The only thing you need to edit in the gameobject_template is:

    entry, type, displayID, name, data0



    entry Use an ID like 333333, 666666 to make sure it doesn't exist already.

    type: must be 22 otherwise it wont work.

    displayID: It is how the portal should look like. 7146 is a good ID for that.

    Name: Name for the portal (will display when you mouseover the object) Example: Portal to GM Island

    data0: The SPELL ID that you put in the spell_target_position table





    Start the server, login and test your new portal.
    Attached Images Attached Images



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Nov 2010
    Posts
    17
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    Thanks for the help mate I am sure many people including myself appreciate it

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •