PDA

Просмотр полной версии : quest dispelling illusions


telsamat
24.05.2011, 12:32
i am using ytdb 595

www.wowhead.com/quest=13149 quest does not wotrk anymore, after using arcane disruptor to target it does not complete the quest

YuruY
24.05.2011, 13:13
INSERT IGNORE INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`positi on_x`,`position_y`,`position_z`,`orientation`,`spa wntimesecs`,`curhealth`) VALUES
(120737, 30996, 595, 3, 1, 1755.69, 1290.88, 140.749, 2.2986, 300, 1),
(120738, 30996, 595, 3, 1, 1755.69, 1290.88, 141.49, 2.2986, 300, 1),
(120739, 30996, 595, 3, 1, 1755.69, 1290.88, 142.231, 2.2986, 300, 1),
(120740, 30996, 595, 3, 1, 1756.65, 1289.24, 140.47, 2.07476, 300, 1),
(120741, 30996, 595, 3, 1, 1756.65, 1289.24, 141.211, 2.07476, 300, 1),
(120742, 30996, 595, 3, 1, 1757.36, 1287.92, 140.287, 1.76846, 300, 1);

NeatElves
24.05.2011, 13:45
Need script
example
npc_stratholme_crates
https://github.com/mangosR2/scriptdev2/blob/master/scripts/kalimdor/caverns_of_time/culling_of_stratholme/culling_of_stratholmeai.cpp

telsamat
24.05.2011, 14:28
Добавлено через 4 минуты
TC has this scripted https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp

but it does not work



maybe the right ID must be 27827 according to UPDATE `creature_template` SET `ScriptName`='npc_create_helper_cot' WHERE `entry`=27827;

in world_scripts_full.sql

NeatElves
24.05.2011, 14:50
In the TC there is no script, that's when write - and then will ))
close