• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Making Portals mangos

Newbie Spellweaver
Joined
Oct 15, 2006
Messages
61
Reaction score
0
Hello,
Does anyone have any ideas on how to make custom portals in mangos 2.0.12
I have tried the same SQL files i used in 1.12.1 with no luck. this is the code i tried many changes to this one and none worked.

Code:
INSERT INTO gameobject_template 
(entry, type, displayId, name, faction, flags, size, sound0, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, ScriptName)
VALUES
(8000000, 27, 5213, "test", 0, 64, 1, 8000000, 0, 1, 0, 0, 0, 0, 0, 0, 0,'');
INSERT INTO areatrigger_template 
(id, name , trigger_map, trigger_position_x, trigger_position_y, trigger_position_z, target_map, target_position_x, target_position_y, target_position_z, target_orientation)
VALUES
(8000000, "test", 1, 16225.95, 16257.906, 13.243682, 1, 16225.95, 16257.906, 13.243682, 0);
best Regards,
 
Back
Top