mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
14 lines
1.1 KiB
SQL
14 lines
1.1 KiB
SQL
|
|
-- Token Chest
|
|
DELETE FROM `gameobject_template` WHERE (`entry` = 110000);
|
|
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `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
|
|
(110000, 3, 259, 'Token Chest', '', '', '', 1, 57, 110000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0);
|
|
|
|
DELETE FROM `gameobject_template_addon` WHERE (`entry` = 110000);
|
|
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `mingold`, `maxgold`, `artkit0`, `artkit1`, `artkit2`, `artkit3`) VALUES
|
|
(110000, 34, 0, 0, 0, 0, 0, 0, 0);
|
|
|
|
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 110000);
|
|
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
|
(110000, 910001, 0, 100, 0, 1, 0, 1, 1, 'Token Chest - Araxia Token');
|