|
|
Модератор форума: Dimitro |
Форум TrinityCore [TrinityCore] Help если вы можете помочь |
если вы можете помочь |
If someone can tell me how to fix this quest ?
http://www.wowhead.com/quest=27635/decontamination thanks:hello:
SVG
Сообщение # 1 написано 24.08.2015 в 18:05
|
Сообщение # 2 написано 24.08.2015 в 19:06
|
Код -- Hackfix SET @NPCID := 00000; -- `creature_template` > `entry` SET @KILLCREDIT := 00000; -- `quest_template` > `RequiredNpcOrGo1` UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@NPCID; DELETE FROM `smart_scripts` WHERE `entryorguid`=@NPCID AND `source_type`=0; INSERT INTO `smart_scripts` VALUES (@NPCID, 0, 0, 0, 73, 0, 100, 0, 0, 0, 0, 0, 33, @KILLCREDIT, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Creature Name - On Spellclick - Killcredit'); |
SET @NPCID := 00000; -- `creature_template` > `entry` SET @KILLCREDIT := 00000; -- `quest_template` > `RequiredNpcOrGo1` UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@NPCID; DELETE FROM `smart_scripts` WHERE `entryorguid`=@NPCID AND `source_type`=0; INSERT INTO `smart_scripts` VALUES (@NPCID, 0, 0, 0, 73, 0, 100, 0, 0, 0, 0, 0, 33, @KILLCREDIT, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Creature Name - On Spellclick - Killcredit'); it is not does not work can you tell me how to fix it to work
SVG
|
| |||
| |||