WoW private server development
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Keywords

fusion  

Latest topics
» Darknezx and Rhodey
 How to make a Custom Portal!  EmptySat Nov 23, 2013 12:24 pm by Achidru

» _Ikester_ git_repo_list
 How to make a Custom Portal!  EmptyWed Jul 31, 2013 8:20 pm by _Ikester_

» [RELEASE]Eternion WoW Repack 4.0.6
 How to make a Custom Portal!  EmptyWed Jun 12, 2013 6:47 pm by trooper87

» [Trinity] Funserver Levelcap 255 + tutorial how to set it up! Thread Tools Display
 How to make a Custom Portal!  EmptySat Jun 01, 2013 11:25 am by medaion

» VPS server set up service..
 How to make a Custom Portal!  EmptyTue May 21, 2013 10:44 pm by _Ikester_

» Wow How To: Downgrade to 4.0.6 from 5.0.5/5.1.0
 How to make a Custom Portal!  EmptyTue May 21, 2013 12:09 pm by _Ikester_

» BGT's Tutorials - How to make a world of warcraft private server for patch 5.2.0
 How to make a Custom Portal!  EmptyTue May 21, 2013 11:57 am by _Ikester_

» Darktower public server...
 How to make a Custom Portal!  EmptyMon May 20, 2013 7:41 pm by _Ikester_

» December. WoW Source 4.3.4 Repack
 How to make a Custom Portal!  EmptySat May 18, 2013 10:05 pm by _Ikester_

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


How to make a Custom Portal!

Go down

 How to make a Custom Portal!  Empty How to make a Custom Portal!

Post by treetrees Sun May 05, 2013 10:19 pm

Hello Ac-Webians!
This is a Tutorial how to make a custom portal,which is quite easy!
1.Make a game object and name it as you wish.
2.Set the gameobject's type to 10
3. Put a unique and unused ID from event_scripts to data2 in gameobject_template and fill in this:
Code:

command: 6
datalong: Target Map ID
x: Teleport target x coordinate
y: Teleport target y coordinate
z: Teleport target z coordinate
o: Teleport target orientation

After you completed those steps,restart the server and you will have your custom portal!

Or your lazy and want it faster?Do it by putting this into a query and edit the @'s

Code:

SET
@GOB_Entry := 1000000,
@GOB_Name := "Teleport name",
@GOB_Display := 1327,

@Event_scriptID := 22222,
@MAP := 1,
@X := 1.1,
@Y := 1.1,
@Z := 1.1,
@O := 1.1
;
-- Do not change below

REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `size`, `data2`) VALUES (@GOB_Entry, 10, @GOB_Display, @GOB_Name, 1, @Event_scriptID);
REPLACE INTO `event_scripts` (`id`, `command`, `datalong`, `x`, `y`, `z`, `o`) VALUES (@Event_scriptID, 6, @MAP, @X, @Y, @Z, @O);

.::Credits::.
Rochet2
treetrees
treetrees
Admin
Admin

Posts : 44
Join date : 2013-05-02

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum