- 65
- 2019
- 47
[Location, Faction, Race] Blade's Edge Mountains, Tested in Horde
[Name, Type] The Thunderspike, Quest
[Problem Description] I dont understand where is the real problem but when you click on the object, it call a creature that make the server stuck and you have to close the worldserver.exe and restart it manually
[How it should work] The quest mechaninc is good but it shouldnt create the server problem. The Thunderspike - Quest - World of Warcraft
I have found a temporary solution to avoid that problem :
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `data24`, `data25`, `data26`, `data27`, `data28`, `data29`, `data30`, `data31`, `unkInt32`, `AIName`, `ScriptName`, `WDBVerified`) VALUES (184729, 3, 5994, 'The Thunderspike', '', 'Collecting', '', 0, 0, 1.5, 30435, 0, 0, 0, 0, 0, 1691, 200000, 0, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 15595);
INSERT INTO `emucoach_v13_vip_world`.`gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `maxcount`) VALUES ('200000', '30435', '-100', '1');
Now the "questitem " is obtainable through the gameobject.
[Name, Type] The Thunderspike, Quest
[Problem Description] I dont understand where is the real problem but when you click on the object, it call a creature that make the server stuck and you have to close the worldserver.exe and restart it manually
[How it should work] The quest mechaninc is good but it shouldnt create the server problem. The Thunderspike - Quest - World of Warcraft
I have found a temporary solution to avoid that problem :
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `data24`, `data25`, `data26`, `data27`, `data28`, `data29`, `data30`, `data31`, `unkInt32`, `AIName`, `ScriptName`, `WDBVerified`) VALUES (184729, 3, 5994, 'The Thunderspike', '', 'Collecting', '', 0, 0, 1.5, 30435, 0, 0, 0, 0, 0, 1691, 200000, 0, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 15595);
INSERT INTO `emucoach_v13_vip_world`.`gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `maxcount`) VALUES ('200000', '30435', '-100', '1');
Now the "questitem " is obtainable through the gameobject.