-
portal creation
hello all,
I'm using server SDB 0.6.4 CS192, ScriptDev2 rev49, MaNGOS v3768
and when i try to create portals like i did in the 1.12 server it acts like its opening a chest. so i'm not quite sure on where i'm going wrong here.
this is how i made it
I
Code:
NSERT 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);
thank you
-
Re: portal creation
ok will to pay for the info lol.
I'm sure people have been able to do this?
Thanks:fruits_ap