Galera criei um portal deleporte porem não está teleportando, tem algo errado na script sql ?
Eu clico nele para teleportar, porem fico no mesmo lugar...
alguém conhece um outro modo de criar portal teleporte ?
Última edição por ahbots em Dom 28 Set 2014 - 19:16, editado 1 vez(es)
Código:
SET @entry := 500001;
SET @text := 'Portal to Shatterspear Village';
SET @display := 1327;
-- Coordinates to port to:
SET @map := 1;
SET @x := 7367.77;
SET @y := -1560.74;
SET @z := 163.45;
SET @o := 2.55;
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES (@entry, 10, @display, @text, '', '', '', 0, 0, 0.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartGameObjectAI', '', 1);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (@entry, 1, 0, 0, 64, 0, 100, 0, 0, 0, 0, 0, 62, @map, 0, 0, 0, 0, 0, 0, 0, 0, 0, @x,@y,@z,@o, CONCAT(@text, ' - On click - Teleport'));
-- By Chococaos
Eu clico nele para teleportar, porem fico no mesmo lugar...
alguém conhece um outro modo de criar portal teleporte ?
Última edição por ahbots em Dom 28 Set 2014 - 19:16, editado 1 vez(es)