riki
06-20-2007, 05:07 PM
how can i create custom portals i found this but idk how to change this info
-=GUIDE TO MAKE CUSTOM PORTALS=-
Ok i know many people have posted about this topic...but i want to make the
big one , where you can easily make portals
Before you guys flame me i want to soy that you can
USE JERQ`S PORTAL CREATOR
but i have had some problems with that , so i´ll make this guide
GUIDE TO MAKE CUSTOM PORTALS
1. Open notepad
2. Here you have a Template...fill in the information needed
----------------------------------------------------------------------------------------------------
INSERT INTO gameobject_template VALUES
(<GUID>, 27, <model ID>, "<name>", 0, 64, 1, <areatrigger ID>, 0, 1, 0, 0, 0, 0, 0, 0, 0,'', 0);
INSERT INTO areatrigger_template VALUES
(<areatrigger ID>, "<name>", <map>, <x>, <y>, <z>, <map>, <x>, <y>, <z>, 0);Area Triggers IDs start at 300001 (To Avoid current DB issues)
Game Object GUIDs start at 400001 (To Avoid current DB issues)
If it has number leave it as it is ! just fill in where the text is
4. Use this Code to be able to fill in the stats needed
.gps
Remember you have to fill in :
1. Guid
2. Model id
3.name
4.areatrigger id
5.map
6.coordinates
5. SAVE IT AS A .SQL FILE AND EXECUTE IT IN NAVICAT
i try to do it and this is what i did but it did not work
INSERT INTO gameobject_template VALUES
(<GUID>, 27, <300002>, "<shoparea>", 0, 64, 1, <300002>, 0, 1, 0, 0, 0, 0, 0, 0, 0,'', 0);
INSERT INTO areatrigger_template VALUES
(<300002>, "<shoparea>", <map>, <41>, <1>, <25.0>, <map>, <41>, <1>, <25.0>, 0);Area Triggers IDs start at 300001
(To Avoid current DB issues)
Game Object GUIDs start at 400001 (To Avoid current DB issues)
idk what i did wroung
-=GUIDE TO MAKE CUSTOM PORTALS=-
Ok i know many people have posted about this topic...but i want to make the
big one , where you can easily make portals
Before you guys flame me i want to soy that you can
USE JERQ`S PORTAL CREATOR
but i have had some problems with that , so i´ll make this guide
GUIDE TO MAKE CUSTOM PORTALS
1. Open notepad
2. Here you have a Template...fill in the information needed
----------------------------------------------------------------------------------------------------
INSERT INTO gameobject_template VALUES
(<GUID>, 27, <model ID>, "<name>", 0, 64, 1, <areatrigger ID>, 0, 1, 0, 0, 0, 0, 0, 0, 0,'', 0);
INSERT INTO areatrigger_template VALUES
(<areatrigger ID>, "<name>", <map>, <x>, <y>, <z>, <map>, <x>, <y>, <z>, 0);Area Triggers IDs start at 300001 (To Avoid current DB issues)
Game Object GUIDs start at 400001 (To Avoid current DB issues)
If it has number leave it as it is ! just fill in where the text is
4. Use this Code to be able to fill in the stats needed
.gps
Remember you have to fill in :
1. Guid
2. Model id
3.name
4.areatrigger id
5.map
6.coordinates
5. SAVE IT AS A .SQL FILE AND EXECUTE IT IN NAVICAT
i try to do it and this is what i did but it did not work
INSERT INTO gameobject_template VALUES
(<GUID>, 27, <300002>, "<shoparea>", 0, 64, 1, <300002>, 0, 1, 0, 0, 0, 0, 0, 0, 0,'', 0);
INSERT INTO areatrigger_template VALUES
(<300002>, "<shoparea>", <map>, <41>, <1>, <25.0>, <map>, <41>, <1>, <25.0>, 0);Area Triggers IDs start at 300001
(To Avoid current DB issues)
Game Object GUIDs start at 400001 (To Avoid current DB issues)
idk what i did wroung