Просмотр полной версии : Issues with quest_start_scripts
schmoozerd
20.10.2012, 14:50
quest-start_script: escort event implemented in sd2
(731, 0, 0, 0, 0, 0, 0, 0, 2000000027, 0, 0, 0, 0, 0, 0, 0, ''), -- quest: 'The Absent Minded Prospector'
quest_start_script: No idea why there is some movement script!
(quest is started by a GO, maybe this is some glitch
(9466, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 956.003, -1434.77, 63.0133, 5.3042, ''), -- quest: 'Wanted: Blacktalon the Savage'
NeatElves
20.10.2012, 15:34
1. Requires core-level implementation in eventai(command 41) & *_script(command 18)
NPC despawned on id in radius
* when cast on a certain NPC it can (should) despawned not only himself and certain NPC
2. Requires core-level implementation in eventai when cast on a certain NPC must spawn(despawned) GO on certain of the id, time
NeatElves
20.10.2012, 18:33
по первому посту
1.
DELETE FROM `db_script_string` WHERE `entry` = 2000000027;
DELETE FROM `db_script_string` WHERE `entry` = 2000000028;
DELETE FROM `db_script_string` WHERE `entry` = 2000000029;
DELETE FROM `db_script_string` WHERE `entry` = 2000000030;
DELETE FROM `db_script_string` WHERE `entry` = 2000000031;
DELETE FROM `quest_start_scripts` WHERE `id` = 731;
UPDATE `quest_template` SET `StartScript`='0' WHERE `entry`=731;
по первому посту
Забирать?
NeatElves
21.10.2012, 10:43
Да, а вторую часть не понял пока и не проверял...
NeatElves
28.10.2012, 14:31
Перестарался
REPLACE INTO `db_script_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES
(2000000027, 'Let''s go.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Пойдем'),
(2000000028, 'The People of Westfall salute $N, a brave and valiant defender of freedom.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Народ Западного Края приветствует отважного и благородного защитника свободы $N.');
NeatElves
10.11.2012, 20:23
Вообще ни к чему не привязано.)
DELETE FROM `quest_start_scripts` WHERE `id` = 9466;
vBulletin® v3.8.4, Copyright ©2000-2024, Jelsoft Enterprises Ltd. Перевод: zCarot