Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- "The Great Escape"
- UPDATE `creature_template` SET `questItem1`=63248 WHERE `entry`=47982;
- DELETE FROM `creature_loot_template` WHERE `entry`=47982 AND `item`=63248;
- INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
- (47982, 63248, 66.88, 1, 0, 1, 1);
- DELETE FROM `conditions` WHERE `SourceGroup`=47982;
- INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
- (1, 47982, 63248, 0, 0, 9, 0, 28194, 0, 0, 0, 0, '', 'show loot if player has quest');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement