Saya mencoba membantu mencari dari berbagai sumber atau meramu script-script untuk fix quest yang bug, mohon maaf sebelumnya apabila thread ini semakin merepotkan tim gm dengan menambah list pekerjaanya serta script-script yang belum lengkap isinya.
Mudah-mudahan dengan thread ini dapat membantu kemajuan server AMPM Road to Loremaster :p
Berikut Daftar Quest beserta unofficial Fixingnya, mohon di cek apakah berfungsi dan aman bagi server apabila di apply
Apabila ada dari kawan-kawan yang ingin menambahkan, mengkoreksi script, ataupun request quest yg bug silahkan nanti kalau pas di taruh di pejawan hehe
Trims very much :)
UPDATE `creature_template` SET `faction_A`=14, `faction_H`=14,
`mechanic_immune_mask` = 1 WHERE `entry` = 24023;
The Frost Wyrm and its MasterFIXED
NPC : Celea Frozenmane
Faction : Horde / ALliance
Error : NPC Target Quest Wyrmcaller Vile
tidak ada di TKP, sedangkan Glacion ada
Muter muter di atas
Info NPC :
id : 24029
map : 571 ( Northrend )
Coordinat map : Gjalerbron, Howling fjord, [36.6 , 7.4]
curhealth : 9,291
curmana : 3,231
Code:
DELETE FROM `creature` WHERE `id` IN (24029);
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`,
`position_y`, `position_z`, `spawntimesecs`, `spawndist`, `curhealth`, 'curmana')
VALUES (unknown , 24029, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 9291 , 3231)
-add template-
UPDATE `creature_template` SET `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE `entry`=24209;
Nama Quest : A Carver and a Croaker FIXED
NPC : Handsome Terry
Faction : AH
Error : objektifnya 2, bawa piso sama bawa kodok, pisonya tinggal beli, kodoknya ga bs diloot,
fIx Code : Biar Kodok bisa di loot
Code:
UPDATE `quest_template` SET `ReqItemId1` = 0, `ReqItemCount1` = 0, `ReqCreatureOrGOId1` = 26503, `ReqCreatureOrGOCount1` = 1 WHERE `entry` = 11476;
sumber : http://ytdb.ru/archive/index.php/t-7510.html
Nama Quest : Gambling Debt FIXED
NPC : Taruk
Faction : AH
Error : "Silvermoon" Harry is supposed to turn friendly once more at a low % of health. He'll say, "I'll pay! I'll pay! Eeeek! Please don't hurt me!" and stop attacking. Talk to him once more and use the chat option to obtain your payment.
Fix : Item Quest "Silvermoon" Harry's Debt Di jual di vendor "Silvermoon Harry
Code:
DELETE FROM `npc_vendor` WHERE (`entry`=24539) AND (`item`=34115);
INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES (24539, 34115, 0, 0, 0);
sumber : http://ytdb.ru/archive/index.php/t-7510.html
DELETE FROM creature_ai_texts WHERE entry IN (-2000, -2001, -2002, -2003, -2004);
INSERT INTO creature_ai_texts VALUES
(-2000, 'You''re late, overseer.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL),
(-2001, 'Destiny will not wait. Your craftsmen must increase their production of the war golems before the stone giant leader and his army reach Ulduar.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL),
(-2002, 'Tell your rune-smiths to continue converting what stone giants you can. Those that will not submit must be destroyed.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL),
(-2003, 'If the stone giants interfere with our work at Ulduar, I will hold you and your thane responsible. Mortal must not be allowed to come to the aid of the giants.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL),
(-2004, 'Return to your duties, overseer. Be certain to impress upon your workers the urgency of their tasks.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL);
I Sense a Disturbance
NPC: Har'koa
Faction: Both
Eror: harusnya pas ambil quest ngomong lagi trus di kasi kucing dan ga lama complete, tapi pas ambil quest kita ga bisa ngomong lagi, jadinya ga dapet kucing dari harkoa jadinya ga bisa compelete quest, jadinya manyun
Fix Code : AutoComplete
Code:
UPDATE `quest_template` SET `method`='0', `RewXPId`='2' WHERE `entry`='12665';
- Fix [Q]{A/H} - Blending In ID: 11633
SET @Blood := 4135;
SET @Decay := 4136;
SET @Pain := 4137;
SET @ReqAura := 45614;
SET @Quest := 11633;
SET @Credit1 := 45627;
SET @Credit2 := 45628;
SET @Credit3 := 45629;
-- Remove old EAI + mobs
DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (25471,25472,25473);
DELETE FROM `creature` WHERE `id` IN (25471,25472,25473);
-- Set spells to trigger on players under certain conditions for certain subareas
DELETE FROM `spell_area` WHERE `spell`=@Credit2;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES
(@Credit2,@Blood,@Quest,1,@Quest,@ReqAura,0,2,1);
DELETE FROM `spell_area` WHERE `spell`=@Credit1;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES
(@Credit1,@Decay,@Quest,1,@Quest,@ReqAura,0,2,1);
DELETE FROM `spell_area` WHERE `spell`=@Credit3;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES
(@Credit3,@Pain,@Quest,1,@Quest,@ReqAura,0,2,1);
Ikutan nimbrung kk noray
Jujur saya buta soal coding scripting dkk hehe (mungkin ada yg mau ngajarin sayah dasar2 mengenai itu ^^).
Saya lagi iseng2 browsing trus nemu code MySQL untuk fix beberapa quest.
Mohon Tim GM untuk mengecek code2 berikut, mudah2an tepat sasaran dan bisa di implementasikan jika code2 ini aman dan dapat berfungsi di server AMPM dan saya mohon maaf jika code2 yang saya dapatkan tersebut ternyata tidak tepat sasaran.
Terima kasih
Zul Drak
Spoiler untuk Zul Drak :
Quest : I Sense a Disturbance
NPC : Har'koa
Faction : Both
Error : Saat kita mendapatkan quest dan kembali bicara pada Har'koa, Har'koa's Kitten tidak spawn.
Code:
-- Fix for the quest I Sense a Disturbance
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 28671;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES (2867100, 28671, 4, 0, 100, 0, 0, 0, 0, 0, 15, 12665, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest complete.');
Quest : Argent Crusade, We Are Leaving!
NPC : Sergeant Stackhammer
Faction : Both
Error : Argent Soldier tidak dapat diajak bicara.
Code:
-- Fix for the quest Argent Crusade, We Are Leaving!FIXED
UPDATE `quest_template` SET `ReqSpellCast1` = 34656 WHERE `entry` = 12504;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2804102','28041','10','0','100','0','1','3','0', '0','16','28041','34656','6','0','0','0','0','0',' 0','0','0','Quest credit when moving close to talk.');
Quest : A Tangled Skein FIXED
NPC : Specialist Cogwheel
Faction : Both
Error : Plague Sprayer tidak dapat di jatuhkan dengan menggunakan Tangled Skein Thrower
Quest : Leave No One Behind
NPC : Dr. Rogers
Faction : Both
Error : Penggunaan Crusader's Bandage pada NPC Crusader Jonathan, Crusader Lamoof dan Crusader Josephine tidak terhitung dalam quest objective.
Code:
-- Fix for the quest Leave No One Behind
UPDATE `quest_template` SET `ReqSpellCast1` = 50662, `ReqSpellCast2` = 50662, `ReqSpellCast3` = 50662 WHERE `entry` = 12512;
INSERT INTO `creature_ai_texts` (`entry`,`content_default`,`sound`,`type`,`languag e`,`emote`,`comment`) VALUES ('-40000','<sigh>... Well, I suppose it could be worse.','0','0','0','1','Lamoof Say'),
('-40001','Thank you, friend. Were it not for your aid I would be no more.','0','0','0','1','Jonathan Say'),
('-40002','I am in your debt, friend. Thank you for my life.','0','0','0','1','Josephine Say');
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 28136;
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 28142;
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 28148;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES (2813600, 28136, 8, 0, 100, 0, 50662, -1, 0, 0, 1, -40001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Speak on spellhit.'),
(2814200, 28142, 8, 0, 100, 0, 50662, -1, 0, 0, 1, -40000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Speak on spellhit.'),
(2814800, 28148, 8, 0, 100, 0, 50662, -1, 0, 0, 1, -40002, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Speak on spellhit.');
Quest : Tails Up
NPC : Chronicler To'kini
Faction : Both
Error : Penggunaan To'kini's Blowgun pada NPC Female Frost Leopard dan Female Icepaw Bear tidak terhitung dalam quest objective.
Code:
-- Fix for the quest Tails Up
UPDATE `quest_template` SET `ReqCreatureOrGOId1` = 29327, `ReqCreatureOrGOId2` = 29319, `ReqSpellCast1` = 62105, `ReqSpellCast2` = 62105 WHERE `entry` = 13549;
UPDATE `creature_template` SET `unit_flags` = 0 WHERE `entry` = 29319;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2932702','29327','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2932703','29327','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.'),
('2931902','29319','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2931903','29319','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.');
SUMBER
Grizzly Hills
Spoiler untuk Grizzly Hills :
Quest : Escape from Silverbrook
NPC : Caged Prisoner
Faction : Alliance
Error : Tidak terjadi apa2 setelah menerima quest dari Caged Prisoner yang seharusnya kita escord Caged Prisoner dengan menunggangi kuda bersama2.
Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
UPDATE `creature_template` SET `unit_flags`=0x0000100,`speed_run`=1.28571 WHERE `entry`=27409; -- Ducal's Horse
UPDATE `creature_template` SET `faction_A`=1891,`faction_H`=1891,`baseattacktime` =1500,`unit_flags`=0x2000200 WHERE `entry`=27411; -- Freed Alliance Scout
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=27409;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`, `aura_required`, `aura_forbidden`, `user_type`) VALUES
(27409,46598,0,0,0,1,0,0,0), -- Ride Vehicle Hardcoded (for npc)
(27409,48678,0,0,0,1,0,0,0); -- Mount Ducal's Horse (for player)
SUMBER
Dragon Blight
Spoiler untuk Dragon Blight :
Quest : Slim Pickings
NPC : Zort
Faction : Both
Error : Sample of Rockflesh tidak dapat di loot dari Ravaged Crystalline Ice Giant.
Code:
-- Fix for the quest Slim Pickings
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`,`lootcondition`,`condition_value1`,`condition_value2`) VALUES ('26809','36765','-100','1','0','1','1','0','0','0');
UPDATE `creature_template` SET `faction_A` = 1990, `faction_H` = 1990, `lootid` = 26809, `unit_flags` = 0, `dynamicflags` = 0, `type_flags` = 0 WHERE `entry` = 26809;
wah baik sekali kinerja dari kk noray.. contoh player yg harus di perbanyak, peduli dengan sesama
ditunggu fixnya ini
25-04-12, 14:54
Emiya
mantap kali bang norakrise ehuheuheueh, kurang blade edge neh buat yang outland T_T
di tunggu deh fix dari bugs_bunny yang ngaku2 gampang benerin fix dll http://forum.indogamers.com/showthread.php?t=529209
25-04-12, 17:01
vantheman
Mantab mas bro... Klo kooperative kyk gini kan enak saling membantu, Lanjutkan mas broo......
(yang bisanya triak2 pake caps minta concentration aura dibenerin mana ya orangnya, apa lagi trans gender jgn2)
25-04-12, 19:33
rajoitam
GG.......
tp ane msh jauh bener buat dapetin Loremaster T_T
26-04-12, 12:33
oblivi0n
Ikutan nimbrung kk noray :)
Jujur saya buta soal coding scripting dkk hehe :D (mungkin ada yg mau ngajarin sayah dasar2 mengenai itu ^^).
Saya lagi iseng2 browsing trus nemu code MySQL untuk fix beberapa quest.
Mohon Tim GM untuk mengecek code2 berikut, mudah2an tepat sasaran dan bisa di implementasikan jika code2 ini aman dan dapat berfungsi di server AMPM dan saya mohon maaf jika code2 yang saya dapatkan tersebut ternyata tidak tepat sasaran.
-- Fix for the quest Argent Crusade, We Are Leaving!
UPDATE `quest_template` SET `ReqSpellCast1` = 34656 WHERE `entry` = 12504;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2804102','28041','10','0','100','0','1','3','0', '0','16','28041','34656','6','0','0','0','0','0',' 0','0','0','Quest credit when moving close to talk.');
-- Fix for the quest Tails Up
UPDATE `quest_template` SET `ReqCreatureOrGOId1` = 29327, `ReqCreatureOrGOId2` = 29319, `ReqSpellCast1` = 62105, `ReqSpellCast2` = 62105 WHERE `entry` = 13549;
UPDATE `creature_template` SET `unit_flags` = 0 WHERE `entry` = 29319;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2932702','29327','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2932703','29327','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.'),
('2931902','29319','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2931903','29319','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.');
Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
UPDATE `creature_template` SET `unit_flags`=0x0000100,`speed_run`=1.28571 WHERE `entry`=27409; -- Ducal's Horse
UPDATE `creature_template` SET `faction_A`=1891,`faction_H`=1891,`baseattacktime` =1500,`unit_flags`=0x2000200 WHERE `entry`=27411; -- Freed Alliance Scout
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=27409;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`, `aura_required`, `aura_forbidden`, `user_type`) VALUES
(27409,46598,0,0,0,1,0,0,0), -- Ride Vehicle Hardcoded (for npc)
(27409,48678,0,0,0,1,0,0,0); -- Mount Ducal's Horse (for player)
wah baik sekali kinerja dari kk noray.. contoh player yg harus di perbanyak, peduli dengan sesama
ditunggu fixnya ini
Quote:
Originally Posted by Emiya
mantap kali bang norakrise ehuheuheueh, kurang blade edge neh buat yang outland T_T
di tunggu deh fix dari bugs_bunny yang ngaku2 gampang benerin fix dll http://forum.indogamers.com/showthread.php?t=529209
Quote:
Originally Posted by vantheman
Mantab mas bro... Klo kooperative kyk gini kan enak saling membantu, Lanjutkan mas broo......
(yang bisanya triak2 pake caps minta concentration aura dibenerin mana ya orangnya, apa lagi trans gender jgn2)
Quote:
Originally Posted by rajoitam
GG.......
tp ane msh jauh bener buat dapetin Loremaster T_T
Makasih kawan kawan dukungannya :) semoga pada dapet loremaster kelak
Quote:
Originally Posted by oblivi0n
Ikutan nimbrung kk noray :)
Jujur saya buta soal coding scripting dkk hehe :D (mungkin ada yg mau ngajarin sayah dasar2 mengenai itu ^^).
Saya lagi iseng2 browsing trus nemu code MySQL untuk fix beberapa quest.
Mohon Tim GM untuk mengecek code2 berikut, mudah2an tepat sasaran dan bisa di implementasikan jika code2 ini aman dan dapat berfungsi di server AMPM dan saya mohon maaf jika code2 yang saya dapatkan tersebut ternyata tidak tepat sasaran.
-- Fix for the quest Argent Crusade, We Are Leaving!
UPDATE `quest_template` SET `ReqSpellCast1` = 34656 WHERE `entry` = 12504;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2804102','28041','10','0','100','0','1','3','0', '0','16','28041','34656','6','0','0','0','0','0',' 0','0','0','Quest credit when moving close to talk.');
-- Fix for the quest Tails Up
UPDATE `quest_template` SET `ReqCreatureOrGOId1` = 29327, `ReqCreatureOrGOId2` = 29319, `ReqSpellCast1` = 62105, `ReqSpellCast2` = 62105 WHERE `entry` = 13549;
UPDATE `creature_template` SET `unit_flags` = 0 WHERE `entry` = 29319;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2932702','29327','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2932703','29327','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.'),
('2931902','29319','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2931903','29319','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.');
Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
UPDATE `creature_template` SET `unit_flags`=0x0000100,`speed_run`=1.28571 WHERE `entry`=27409; -- Ducal's Horse
UPDATE `creature_template` SET `faction_A`=1891,`faction_H`=1891,`baseattacktime` =1500,`unit_flags`=0x2000200 WHERE `entry`=27411; -- Freed Alliance Scout
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=27409;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`, `aura_required`, `aura_forbidden`, `user_type`) VALUES
(27409,46598,0,0,0,1,0,0,0), -- Ride Vehicle Hardcoded (for npc)
(27409,48678,0,0,0,1,0,0,0); -- Mount Ducal's Horse (for player)
Gambling Debt http://img220.imageshack.us/img220/8...klisticon2.gif
NPC : Taruk
Faction : AH
Error : "Silvermoon" Harry is supposed to turn friendly once more at a low % of health. He'll say, "I'll pay! I'll pay! Eeeek! Please don't hurt me!" and stop attacking. Talkto him once more and use the chat option to obtain your payment.
Fix Code : Item Quest "Silvermoon" Harry's Debt Di jual di vendor "Silvermoon Harry
Code:
DELETE FROM `npc_vendor` WHERE (`entry`=24539) AND (`item`=34115);
INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`, `ExtendedCost`)
VALUES (24539, 34115, 0, 0, 0);
UPDATE `creature_template` SET `unit_flags`='0', `dynamicflags`='8' WHERE `entry`='24009';
UPDATE `creature_template` SET `unit_flags`='0', `dynamicflags`='8' WHERE `entry`='24010';
Fix Code 2 apabila 1 tidak bisa mungkin :npc deathstate on
Code:
UPDATE `creature` SET `DeathState`='1' WHERE `id` IN ('24009','24010');
-- Quest Chain The Conquest Pit
-- The Conquest Pit: Bear Wrestling!
-- The Conquest Pit: Mad Furbolg Fighting
-- The Conquest Pit: Blood and Metal
-- The Conquest Pit: Death Is Likely
-- The Conquest Pit: Final Showdown
DELETE FROM `creature` WHERE id=27715;
UPDATE `creature_template` SET Faction_A=14, Faction_H=14, AIName='SmartAI' WHERE entry IN (27715,27716,27717,27718);
UPDATE `creature_template` SET AIName='SmartAI' WHERE entry IN (27727,27726);
DELETE FROM `quest_start_scripts` WHERE id IN (12427,12428,12429,12430,12431);
INSERT INTO `quest_start_scripts` VALUES
(12427,5,10,27715,360000,0,3242.77,-2340.98,92.34,0.98),
(12428,5,10,27716,360000,0,3242.77,-2340.98,92.34,0.98),
(12429,5,10,27717,360000,0,3242.77,-2340.98,92.34,0.98),
(12430,5,10,27718,360000,0,3242.77,-2340.98,92.34,0.98),
(12431,8,10,27727,360000,0,3251.91,-2340.61,91.86,3.10);
UPDATE `quest_template` SET StartScript=12427 WHERE id=12427;
UPDATE `quest_template` SET StartScript=12428 WHERE id=12428;
UPDATE `quest_template` SET StartScript=12429 WHERE id=12429;
UPDATE `quest_template` SET StartScript=12430 WHERE id=12430;
UPDATE `quest_template` SET StartScript=12431 WHERE id=12431;
DELETE FROM `creature_text` WHERE entry IN (27719,27727,27726);
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES
(27719,0,0,"Ladies and gentlemen! Well... let's just say you don't want to miss this one!",14,0,100,0,0,0,'Grennix Shivwiggle - Quest Accepted'),
(27727,0,0,"You went behind my back. You neglected my orders. You will pay the price.",12,0,100,0,0,0,'Conqueror Krenna - Say 0'),
(27727,1,1,"Enough talk. By the time I'm though with you, not even the worgs will go
near your corpse.",12,0,100,0,0,0,'Conqueror Krenna - Say 1'),
(27726,0,0,"I used good judgment when you showed non. I don't want to see you lead us into ruin, Krenna!",12,0,100,0,0,0,'Gorgonna - Say 0'),
(27726,1,1,"It doesn't have to end this way, you know?",12,0,100,0,0,0,'Gorgonna - Say 1'),
(27726,2,2,"We'll see about that",12,0,100,0,0,0,'Gorgonna - Say 2'),
(27726,3,3,"Why... why sister? Why did it have to come to this?",12,0,100,0,0,0,'Gorgonna - Say 3');
-- SAI
UPDATE `creature_template` SET AIName='SmartAI' WHERE entry IN (27715,27716,27717,27718,27727,27719,27726);
DELETE FROM `creature_ai_scripts`where creature_id IN (27715,27716,27717,27718,27727,27719,27726);
DELETE FROM `smart_scripts` WHERE entryorguid IN (27715,27716,27717,27718,27727,27719,27726);
INSERT INTO `smart_scripts` VALUES (27715,0,0,0,9,0,100,0,8,25,17000,24000,11,32323,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Ironhide - Cast Charge'),
(27715,0,1,0,0,0,100,0,5000,7000,7000,9000,11,34298,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Ironhide - Cast Maul'),
(27715,0,2,0,9,0,100,0,0,5,7000,11000,11,31279,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Ironhide - Cast Swipe'),
(27715,0,3,0,7,0,100,0,0,0,0,0,47,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Ironhide - Evade - Unseen'),
(27715,0,4,0,7,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Ironhide - Evade - Despawn'),
(27715,0,5,0,6,0,100,0,0,0,0,0,15,12427,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Ironhide - Death - Credit'),
(27715,0,6,0,6,0,100,0,0,0,0,0,47,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Ironhide - Death - Unseen'),
(27715,0,7,0,7,0,100,0,0,0,0,0,6,12427,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Ironhide - Evade - Quest Fail'),
(27726,0,0,0,1,0,100,1,6000,6000,1,1,1,0,6000,0,0,0,0,1,0,0,0,0,0,0,0,'Gorgonna - OOC 6 Sec - Say 0'),
(27726,0,1,0,52,0,100,0,0,27726,0,0,1,1,18000,0,0,0,0,1,0,0,0,0,0,0,0,'Gorgonna - Say 0 - Say 1'),
(27726,0,2,0,52,0,100,0,1,27726,0,0,1,2,15000,0,0,0,0,1,0,0,0,0,0,0,0,'Gorgonna - Say 1 - Say 2'),
(27726,0,3,0,52,0,100,0,2,27726,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,'Gorgonna - Say 2 - Say 3'),
-- Grennix Shivwiggle 27719
(27719,0,0,0,19,0,100,0,12431,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grennix Shivwiggle - Accepted Quest - Say 0'); Sumber
Out of Body Experience
NPC : Ruuna the Blind
Faction : Horde / Alliance
Error : Item Quest Gossamer Potion dapat digunakan dilokasi, ketika pindah ke Silverpine Forest tidak terjadi event
Solusi Fix Code : Auto COmplete, karena mungkin Event yang sulit & berat "you will get a loading screen and be in Silverpine forest watching the Shade of Arugal being revived" dan quest ini merupakan kunci chain quest berikutnya yang lumayan panjang.
Code:
UPDATE `quest_template` SET `method`='0' WHERE `entry`='12327';
SET @ENTRY :=26570;
SET @KILLCREDIT :=47208;
SET @SPELL :=47214;
SET @AURA :=47208;
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY;
DELETE FROM `creature_ai_scripts` WHERE `creature_id` = @ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid`=@ENTRY*100;
INSERT INTO `smart_scripts`
]src/server/game/Spells/Auras/SpellAuraEffects.cpp http://img84.imageshack.us/img84/801...edscourge1.jpghttp://img88.imageshack.us/img88/788...edscourge2.jpg
@@ -5643,6 +5643,12 @@ void AuraEffect::HandlePeriodicDummyAuraTick(Unit* target, Unit* caster) const
caster->CastSpell(caster, 54893, true);
break;
}
+ case 47214: // Burninate Effect
+ if (!caster || !target || !target->ToCreature() || target->HasAura(47208) || target->GetEntry() != 26570)
+ break;
+
+ target->CastSpell(target, 47208, true);
+ break;
case 62292: // Blaze (Pool of Tar)
// should we use custom damage?
target->CastSpell((Unit*)NULL, m_spellInfo->Effects[m_effIndex].TriggerSpell, true);
Dun-da-Dun-tah!
NPC : Harrison Jones
Faction : Horde / ALlliance
Error : Event Escort Quest tidak mulai
Fix Code : Blizzlike Event
Spoiler untuk code :
Code:
-- Quest Support 12082
DELETE FROM `script_waypoint` WHERE `entry` = 26814;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001051','-1001052','-1001053','-1001054','-1001055','-1001056','-1001057','-1001058','-1001059','-1001060');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_harrison_jones"WHERE entry = 26814;
UPDATE `creature_equip_template` SET `equipentry1` = 0 WHERE entry = 1421;
-- Jones Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`)
VALUES
('26814','0','4905.259766','-4758.709961','27.216401','1000','attacks cage'), -- Start
('26814','1','4905.259766','-4758.709961','27.216401','1000','cage opens, SAY_START'),
-- Start
('26814','2','4890.980469','-4757.920898','27.233480','0',''),
('26814','3','4877.406738','-4774.577148','32.637035','0',''),
('26814','4','4875.632324','-4791.295410','32.521729','0',''),
('26814','5','4878.520508','-4793.985840','32.549927','2000','stops in doorway,
SAY_PROGRESS1'),
('26814','6','4878.520508','-4793.985840','32.549927','1000','same place in doorway,
SAY_PROGRESS2'),
('26814','7','4900.440430','-4797.862305','32.029991','0',''),
('26814','8','4909.792480','-4797.883301','32.504250','1000','starts to open cage'),
('26814','9','4909.792480','-4797.883301','32.504250','3000','opens cage and frees
mace'),
('26814','14','4915.018555','-4823.177246','32.665195','1000','gets skull mace'),
('26814','15','4914.759277','-4823.177734','32.661606','0',''),
('26814','16','4914.649414','-4823.634766','32.667145','3000','hit gong #1 (shake
effect w sound)'),
('26814','17','4914.649414','-4823.634766','32.667145','3000','hit gong #2 (shake
effect w sound)'),
('26814','18','4909.021973','-4821.312500','32.545052','2000','SAY_PROGRESS4'),
('26814','19','4909.021973','-4821.312500','32.545052','0','SAY_PROGRESS5'),
('26814','20','4892.889648','-4813.415527','32.030029','0',''),
('26814','21','4887.824219','-4806.410156','32.030029','0','trigger firewall'),
('26814','22','4882.279297','-4797.324707','32.566734','0','run to next point,
`content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
VALUES
('-1001051','Alright kid. Stay behind me and you\'ll be fine.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_START'),
('-1001052','Their ceremonial chamber, where I was to be sacrified...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS1'),
('-1001053','Time to put and end to all this!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS2'),
('-1001054','You\'re free to go, miss.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS3'),
('-1001055','Odd. That usually does it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS4'),
('-1001056','Just as well. I\'ve had enough of this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS5'),
('-1001057','What\'s this?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS6'),
('-1001058','Aww, not a snake!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS7'),
('-1001059','Listen, kid. I can handle this thing. You just watch my back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS8'),
('-1001060','See ya \'round, kid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_END1');
DELETE FROM `script_waypoint` WHERE `entry` = 24405;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001061');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_adarrah" WHERE
entry = 24405;
-- Adarrah Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`,
-- Say Thanks, Kiss
('24405','2','4910.222656','-4799.891113','32.513424','1000','run'),
('24405','3','4894.567383','-4799.141602','32.029938','0','run'),
('24405','4','4878.586914','-4794.057129','32.552769','0','run'),
('24405','5','4843.632813','-4778.444824','32.610733','0','fadeout'); -- Final
Destination
-- Adarrah Text for script
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`,
Escape from Silverbrook report bYOblivi0n
NPC : Caged Prisoner
Faction : Alliance
Error : Tidak terjadi apa2 setelah menerima quest dari Caged Prisoner yang seharusnya kita escord Caged Prisoner dengan menunggangi kuda bersama2. Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
Code:
-- Fix for the quest Escape from Silverbrook
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 26875;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`,
Demikian Hasil Penelitian & pencarian dari kami, kepada Tim GM mohon di cek apakah script2 diatas berfungsi dan aman ^_^,
Semoga Tim GM tak bosan-bosannya mengecek list diatas hehe, kami tunggu kabarnyaaa..
Terima kasih banyak :D
29-04-12, 13:21
Cajun
BOREAN TUNDRA HORDE -1 BUAT DAPET IJASAH KYAA
help gm satu lagi, gemes nihh
01-05-12, 10:23
Anz69
hahay mantap Tim GM nya gerak cepaat gesit, but borean -1 kwkwkwk gemeess ya jadinya, @Cajun , @Najre, @Abud ada kabar terbaru ga nih dari borean, masih mudik belum bisa OL nih hehehe
kemaren cek sih belum ada yg baru di borean,,, nanti deh cek lagi moga2 dapet :D
02-05-12, 21:23
jadiabud
masih -1 saya,senasib sama cajun,ga ngerti cara bunuh price valanar questBreaking Through,huhu
03-05-12, 20:13
Hac
sama stuck d Breaking Through
kalo untuk horde di /tar Prince Valanar pasti ada, tp itu valanar untuk quest ally
valanar yg musti d bunuh horde ada d dalem Naxxanar nya, cb pehatiin screenshot 3 n 4 nya http://old.wowhead.com/quest=11898#screenshots
kalo kita tele ke lantai 2 malah di tele ke atas gedung bukan ke dalemnya..
untuk chaar horde lama (sebelum update core beberapa kali ini) Nothing Boring About Borean uda bisa, tp kalo char baru bikin pasti stuck d 149, soalnya ada beberapa npc quest giver ilank..
05-05-12, 16:06
Anz69
Quote:
Originally Posted by jadiabud
masih -1 saya,senasib sama cajun,ga ngerti cara bunuh price valanar questBreaking Through,huhu
Quote:
Originally Posted by Hac
sama stuck d Breaking Through
kalo untuk horde di /tar Prince Valanar pasti ada, tp itu valanar untuk quest ally
valanar yg musti d bunuh horde ada d dalem Naxxanar nya, cb pehatiin screenshot 3 n 4 nya http://old.wowhead.com/quest=11898#screenshots
kalo kita tele ke lantai 2 malah di tele ke atas gedung bukan ke dalemnya..
untuk chaar horde lama (sebelum update core beberapa kali ini) Nothing Boring About Borean uda bisa, tp kalo char baru bikin pasti stuck d 149, soalnya ada beberapa npc quest giver ilank..
Iya sih coz portal ke lantai 2 nya error malah tele ke atas tempat quest ally, tp di ulik-ulik nemu spot nya ko itu buat hajar valanar tp mesti party sama DK ato Hunter buat di hajar pake pet...kalo mau, tar kalo onlen whisp aja saya , ntar insya allah di bantuin :D
Out of Body Experience
NPC : Ruuna the Blind
Faction : Horde / Alliance
Error : Item Quest Gossamer Potion dapat digunakan dilokasi, ketika pindah ke Silverpine Forest tidak terjadi event
Solusi Fix Code : Auto COmplete, karena mungkin Event yang sulit & berat "you will get a loading screen and be in Silverpine forest watching the Shade of Arugal being revived" dan quest ini merupakan kunci chain quest berikutnya yang lumayan panjang.
Code:
UPDATE `quest_template` SET `method`='0' WHERE `entry`='12327';
Dun-da-Dun-tah!
NPC : Harrison Jones
Faction : Horde / ALlliance
Error : Event Escort Quest tidak mulai
Fix Code : Blizzlike Event
Spoiler untuk code :
Code:
-- Quest Support 12082
DELETE FROM `script_waypoint` WHERE `entry` = 26814;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001051','-1001052','-1001053','-1001054','-1001055','-1001056','-1001057','-1001058','-1001059','-1001060');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_harrison_jones"WHERE entry = 26814;
UPDATE `creature_equip_template` SET `equipentry1` = 0 WHERE entry = 1421;
-- Jones Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`)
VALUES
('26814','0','4905.259766','-4758.709961','27.216401','1000','attacks cage'), -- Start
('26814','1','4905.259766','-4758.709961','27.216401','1000','cage opens, SAY_START'),
-- Start
('26814','2','4890.980469','-4757.920898','27.233480','0',''),
('26814','3','4877.406738','-4774.577148','32.637035','0',''),
('26814','4','4875.632324','-4791.295410','32.521729','0',''),
('26814','5','4878.520508','-4793.985840','32.549927','2000','stops in doorway,
SAY_PROGRESS1'),
('26814','6','4878.520508','-4793.985840','32.549927','1000','same place in doorway,
SAY_PROGRESS2'),
('26814','7','4900.440430','-4797.862305','32.029991','0',''),
('26814','8','4909.792480','-4797.883301','32.504250','1000','starts to open cage'),
('26814','9','4909.792480','-4797.883301','32.504250','3000','opens cage and frees
mace'),
('26814','14','4915.018555','-4823.177246','32.665195','1000','gets skull mace'),
('26814','15','4914.759277','-4823.177734','32.661606','0',''),
('26814','16','4914.649414','-4823.634766','32.667145','3000','hit gong #1 (shake
effect w sound)'),
('26814','17','4914.649414','-4823.634766','32.667145','3000','hit gong #2 (shake
effect w sound)'),
('26814','18','4909.021973','-4821.312500','32.545052','2000','SAY_PROGRESS4'),
('26814','19','4909.021973','-4821.312500','32.545052','0','SAY_PROGRESS5'),
('26814','20','4892.889648','-4813.415527','32.030029','0',''),
('26814','21','4887.824219','-4806.410156','32.030029','0','trigger firewall'),
('26814','22','4882.279297','-4797.324707','32.566734','0','run to next point,
`content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
VALUES
('-1001051','Alright kid. Stay behind me and you\'ll be fine.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_START'),
('-1001052','Their ceremonial chamber, where I was to be sacrified...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS1'),
('-1001053','Time to put and end to all this!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS2'),
('-1001054','You\'re free to go, miss.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS3'),
('-1001055','Odd. That usually does it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS4'),
('-1001056','Just as well. I\'ve had enough of this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS5'),
('-1001057','What\'s this?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS6'),
('-1001058','Aww, not a snake!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS7'),
('-1001059','Listen, kid. I can handle this thing. You just watch my back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS8'),
('-1001060','See ya \'round, kid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_END1');
DELETE FROM `script_waypoint` WHERE `entry` = 24405;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001061');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_adarrah" WHERE
entry = 24405;
-- Adarrah Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`,
-- Say Thanks, Kiss
('24405','2','4910.222656','-4799.891113','32.513424','1000','run'),
('24405','3','4894.567383','-4799.141602','32.029938','0','run'),
('24405','4','4878.586914','-4794.057129','32.552769','0','run'),
('24405','5','4843.632813','-4778.444824','32.610733','0','fadeout'); -- Final
Destination
-- Adarrah Text for script
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`,
Escape from Silverbrook report bYOblivi0n
NPC : Caged Prisoner
Faction : Alliance
Error : Tidak terjadi apa2 setelah menerima quest dari Caged Prisoner yang seharusnya kita escord Caged Prisoner dengan menunggangi kuda bersama2. Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
Code:
-- Fix for the quest Escape from Silverbrook
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 26875;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`,
-- Fix for the quest Tails Up
UPDATE `quest_template` SET `ReqCreatureOrGOId1` = 29327, `ReqCreatureOrGOId2` = 29319, `ReqSpellCast1` = 62105, `ReqSpellCast2` = 62105 WHERE `entry` = 13549;
UPDATE `creature_template` SET `unit_flags` = 0 WHERE `entry` = 29319;
INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_inverse_ph ase_mask`,`event_chance`,`event_flags`,`event_para m1`,`event_param2`,`event_param3`,`event_param4`,` action1_type`,`action1_param1`,`action1_param2`,`a ction1_param3`,`action2_type`,`action2_param1`,`ac tion2_param2`,`action2_param3`,`action3_type`,`act ion3_param1`,`action3_param2`,`action3_param3`,`co mment`) VALUES ('2932702','29327','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2932703','29327','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despa wn after 5 seconds to avoid abusing.'),
('2931902','29319','8','0','100','0','62105','-1','0','0','23','1','0','0','11','17743','0','23', '0','0','0','0','Fall asleep on spellhit and increase phase by 1.'),
('2931903','29319','0','1','100','0','5000','6000' ,'0','0','23','-1','0','0','41','0','0','0','0','0','0','0','Despawn after 5 seconds to avoid abusing.');
wah ada yg baru updatenya dari kk noray, moga2 tim GM ada yg mau mampir :D
EDITED:
Lapor quest yg sudah fix, Howling Fjord
Gambling Debt - Series 1/3
A Carver and a Croaker - Series 5/5
The Rune of Command - Series 3/3
Alpha Worg - Series 7/7
War is Hell - Series 1/7
18-05-12, 04:19
Hac
AMPM Road to LOREMASTER
Just a 4 more zones left to go!
The Empire of Zul'Drak___65% Complete (65/100)
Icecrown: The Final Goal___37% Complete (51/140) "banyak bnget yg error d sini ==a "
The Summit of Storm Peaks___57% Complete (57/100)
Might of Dragonblight___80% Complete (103/130)
data d atas hanya perbandingan, mungkin ada yg udah lbh dari saya...
Out of Body Experience
NPC : Ruuna the Blind
Faction : Horde / Alliance
Error : Item Quest Gossamer Potion dapat digunakan dilokasi, ketika pindah ke Silverpine Forest tidak terjadi event
Solusi Fix Code : Auto COmplete, karena mungkin Event yang sulit & berat "you will get a loading screen and be in Silverpine forest watching the Shade of Arugal being revived" dan quest ini merupakan kunci chain quest berikutnya yang lumayan panjang.
Code:
UPDATE `quest_template` SET `method`='0' WHERE `entry`='12327';
Dun-da-Dun-tah!
NPC : Harrison Jones
Faction : Horde / ALlliance
Error : Event Escort Quest tidak mulai
Fix Code : Blizzlike Event
Spoiler untuk code :
Code:
-- Quest Support 12082
DELETE FROM `script_waypoint` WHERE `entry` = 26814;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001051','-1001052','-1001053','-1001054','-1001055','-1001056','-1001057','-1001058','-1001059','-1001060');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_harrison_jones"WHERE entry = 26814;
UPDATE `creature_equip_template` SET `equipentry1` = 0 WHERE entry = 1421;
-- Jones Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`)
VALUES
('26814','0','4905.259766','-4758.709961','27.216401','1000','attacks cage'), -- Start
('26814','1','4905.259766','-4758.709961','27.216401','1000','cage opens, SAY_START'),
-- Start
('26814','2','4890.980469','-4757.920898','27.233480','0',''),
('26814','3','4877.406738','-4774.577148','32.637035','0',''),
('26814','4','4875.632324','-4791.295410','32.521729','0',''),
('26814','5','4878.520508','-4793.985840','32.549927','2000','stops in doorway,
SAY_PROGRESS1'),
('26814','6','4878.520508','-4793.985840','32.549927','1000','same place in doorway,
SAY_PROGRESS2'),
('26814','7','4900.440430','-4797.862305','32.029991','0',''),
('26814','8','4909.792480','-4797.883301','32.504250','1000','starts to open cage'),
('26814','9','4909.792480','-4797.883301','32.504250','3000','opens cage and frees
mace'),
('26814','14','4915.018555','-4823.177246','32.665195','1000','gets skull mace'),
('26814','15','4914.759277','-4823.177734','32.661606','0',''),
('26814','16','4914.649414','-4823.634766','32.667145','3000','hit gong #1 (shake
effect w sound)'),
('26814','17','4914.649414','-4823.634766','32.667145','3000','hit gong #2 (shake
effect w sound)'),
('26814','18','4909.021973','-4821.312500','32.545052','2000','SAY_PROGRESS4'),
('26814','19','4909.021973','-4821.312500','32.545052','0','SAY_PROGRESS5'),
('26814','20','4892.889648','-4813.415527','32.030029','0',''),
('26814','21','4887.824219','-4806.410156','32.030029','0','trigger firewall'),
('26814','22','4882.279297','-4797.324707','32.566734','0','run to next point,
`content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
VALUES
('-1001051','Alright kid. Stay behind me and you\'ll be fine.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_START'),
('-1001052','Their ceremonial chamber, where I was to be sacrified...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS1'),
('-1001053','Time to put and end to all this!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS2'),
('-1001054','You\'re free to go, miss.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS3'),
('-1001055','Odd. That usually does it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS4'),
('-1001056','Just as well. I\'ve had enough of this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS5'),
('-1001057','What\'s this?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS6'),
('-1001058','Aww, not a snake!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS7'),
('-1001059','Listen, kid. I can handle this thing. You just watch my back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS8'),
('-1001060','See ya \'round, kid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_END1');
DELETE FROM `script_waypoint` WHERE `entry` = 24405;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001061');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_adarrah" WHERE
entry = 24405;
-- Adarrah Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`,
-- Say Thanks, Kiss
('24405','2','4910.222656','-4799.891113','32.513424','1000','run'),
('24405','3','4894.567383','-4799.141602','32.029938','0','run'),
('24405','4','4878.586914','-4794.057129','32.552769','0','run'),
('24405','5','4843.632813','-4778.444824','32.610733','0','fadeout'); -- Final
Destination
-- Adarrah Text for script
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`,
Escape from Silverbrook report bYOblivi0n
NPC : Caged Prisoner
Faction : Alliance
Error : Tidak terjadi apa2 setelah menerima quest dari Caged Prisoner yang seharusnya kita escord Caged Prisoner dengan menunggangi kuda bersama2. Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
Code:
-- Fix for the quest Escape from Silverbrook
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 26875;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`,
Out of Body Experience
NPC : Ruuna the Blind
Faction : Horde / Alliance
Error : Item Quest Gossamer Potion dapat digunakan dilokasi, ketika pindah ke Silverpine Forest tidak terjadi event
Solusi Fix Code : Auto COmplete, karena mungkin Event yang sulit & berat "you will get a loading screen and be in Silverpine forest watching the Shade of Arugal being revived" dan quest ini merupakan kunci chain quest berikutnya yang lumayan panjang.
Code:
UPDATE `quest_template` SET `method`='0' WHERE `entry`='12327';
Dun-da-Dun-tah!
NPC : Harrison Jones
Faction : Horde / ALlliance
Error : Event Escort Quest tidak mulai
Fix Code : Blizzlike Event
Spoiler untuk code :
Code:
-- Quest Support 12082
DELETE FROM `script_waypoint` WHERE `entry` = 26814;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001051','-1001052','-1001053','-1001054','-1001055','-1001056','-1001057','-1001058','-1001059','-1001060');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_harrison_jones"WHERE entry = 26814;
UPDATE `creature_equip_template` SET `equipentry1` = 0 WHERE entry = 1421;
-- Jones Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`)
VALUES
('26814','0','4905.259766','-4758.709961','27.216401','1000','attacks cage'), -- Start
('26814','1','4905.259766','-4758.709961','27.216401','1000','cage opens, SAY_START'),
-- Start
('26814','2','4890.980469','-4757.920898','27.233480','0',''),
('26814','3','4877.406738','-4774.577148','32.637035','0',''),
('26814','4','4875.632324','-4791.295410','32.521729','0',''),
('26814','5','4878.520508','-4793.985840','32.549927','2000','stops in doorway,
SAY_PROGRESS1'),
('26814','6','4878.520508','-4793.985840','32.549927','1000','same place in doorway,
SAY_PROGRESS2'),
('26814','7','4900.440430','-4797.862305','32.029991','0',''),
('26814','8','4909.792480','-4797.883301','32.504250','1000','starts to open cage'),
('26814','9','4909.792480','-4797.883301','32.504250','3000','opens cage and frees
mace'),
('26814','14','4915.018555','-4823.177246','32.665195','1000','gets skull mace'),
('26814','15','4914.759277','-4823.177734','32.661606','0',''),
('26814','16','4914.649414','-4823.634766','32.667145','3000','hit gong #1 (shake
effect w sound)'),
('26814','17','4914.649414','-4823.634766','32.667145','3000','hit gong #2 (shake
effect w sound)'),
('26814','18','4909.021973','-4821.312500','32.545052','2000','SAY_PROGRESS4'),
('26814','19','4909.021973','-4821.312500','32.545052','0','SAY_PROGRESS5'),
('26814','20','4892.889648','-4813.415527','32.030029','0',''),
('26814','21','4887.824219','-4806.410156','32.030029','0','trigger firewall'),
('26814','22','4882.279297','-4797.324707','32.566734','0','run to next point,
`content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
VALUES
('-1001051','Alright kid. Stay behind me and you\'ll be fine.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_START'),
('-1001052','Their ceremonial chamber, where I was to be sacrified...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS1'),
('-1001053','Time to put and end to all this!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS2'),
('-1001054','You\'re free to go, miss.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS3'),
('-1001055','Odd. That usually does it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS4'),
('-1001056','Just as well. I\'ve had enough of this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS5'),
('-1001057','What\'s this?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS6'),
('-1001058','Aww, not a snake!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS7'),
('-1001059','Listen, kid. I can handle this thing. You just watch my back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_PROGRESS8'),
('-1001060','See ya \'round, kid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones SAY_END1');
DELETE FROM `script_waypoint` WHERE `entry` = 24405;
DELETE FROM `script_texts` WHERE `entry` IN ('-1001061');
UPDATE `creature_template` SET `movementId` = 1, `ScriptName` = "npc_adarrah" WHERE
entry = 24405;
-- Adarrah Waypoints for script
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`,
-- Say Thanks, Kiss
('24405','2','4910.222656','-4799.891113','32.513424','1000','run'),
('24405','3','4894.567383','-4799.141602','32.029938','0','run'),
('24405','4','4878.586914','-4794.057129','32.552769','0','run'),
('24405','5','4843.632813','-4778.444824','32.610733','0','fadeout'); -- Final
Destination
-- Adarrah Text for script
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`,
Escape from Silverbrook report bYOblivi0n
NPC : Caged Prisoner
Faction : Alliance
Error : Tidak terjadi apa2 setelah menerima quest dari Caged Prisoner yang seharusnya kita escord Caged Prisoner dengan menunggangi kuda bersama2. Saya menemukan dua code mohon di cek oleh para Tim GM. Saya berharap quest ini dapat di fix karena quest ini merupakan kunci chain quest panjang alliance di grizzly hills.
Code:
-- Fix for the quest Escape from Silverbrook
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 26875;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`,
-- Fix for the quest I Sense a Disturbance
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 28671;
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES (2867100, 28671, 4, 0, 100, 0, 0, 0, 0, 0, 15, 12665, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest complete.');
Trims Very Much :D
21-05-12, 15:33
Hac
buat The Storm King's Vengeance saya uda tes, caranya naik dulu itu momon trus lougout 20 sec trus login lagi kan masih ada buff nya tuh biru2 orang lg tiup trompet, (lupa gw nama buffny) nah trus u kill2 dah tuh momon2, gw sih prifer bunuh pake skil sendiri dr pd pake tu momon, lama soalnya. trus cara bunuh Algar The Chosen nya bediri tepat d NPC ento trus u naek mount terbang trus u pencet spasi dah ampe terbang d atas kepalanya dia ampe ke argo, nah kalo ud complete itu quest u musti bunuh diri dengan cara loncat dari mount terbang, kalo enga buff nya nempel trus d elu biar u pake HS jg..
21-05-12, 17:35
Anz69
Quote:
Originally Posted by Hac
buat The Storm King's Vengeance saya uda tes, caranya naik dulu itu momon trus lougout 20 sec trus login lagi kan masih ada buff nya tuh biru2 orang lg tiup trompet, (lupa gw nama buffny) nah trus u kill2 dah tuh momon2, gw sih prifer bunuh pake skil sendiri dr pd pake tu momon, lama soalnya. trus cara bunuh Algar The Chosen nya bediri tepat d NPC ento trus u naek mount terbang trus u pencet spasi dah ampe terbang d atas kepalanya dia ampe ke argo, nah kalo ud complete itu quest u musti bunuh diri dengan cara loncat dari mount terbang, kalo enga buff nya nempel trus d elu biar u pake HS jg..
ooooooooooooooooooooooooo ada aja ya bisa di ulik gitu
Ok thanks tipss nya bro :D
Btw Ditunggu nih grizzly hills nya bang GM ,kurang sedikit gemass2 :p
21-05-12, 19:31
Cajun
Quote:
Originally Posted by Hac
buat The Storm King's Vengeance saya uda tes, caranya naik dulu itu momon trus lougout 20 sec trus login lagi kan masih ada buff nya tuh biru2 orang lg tiup trompet, (lupa gw nama buffny) nah trus u kill2 dah tuh momon2, gw sih prifer bunuh pake skil sendiri dr pd pake tu momon, lama soalnya. trus cara bunuh Algar The Chosen nya bediri tepat d NPC ento trus u naek mount terbang trus u pencet spasi dah ampe terbang d atas kepalanya dia ampe ke argo, nah kalo ud complete itu quest u musti bunuh diri dengan cara loncat dari mount terbang, kalo enga buff nya nempel trus d elu biar u pake HS jg..
gw jg td siang gt, terbang ke atas algar ampe tinggi, lepas mount terjun pake levi, skill2 sampe tiba2 masuk range dan agro,
buffnya namanya gymer's buddy, riding a storm giant, iconnya sama kyk talent shaman ele bawah,
ni buff kyk permanent phasing kyk cloak horde dari borean yg jadi skandal, dan ngilangin aura buffnya hanya dengan bundir
-- Fix for the quest Slim Pickings
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`,`lootcondition`,`condition_value1`,`condition_value2`) VALUES ('26809','36765','-100','1','0','1','1','0','0','0');
UPDATE `creature_template` SET `faction_A` = 1990, `faction_H` = 1990, `lootid` = 26809, `unit_flags` = 0, `dynamicflags` = 0, `type_flags` = 0 WHERE `entry` = 26809;
Untuk Horde mungkin sebagian dapat mendapatkan Ijasah Grizzly Hills, apakah ada yang blm bisa ? ato masih mentok gitu untuk horde??
Trims Very Much :D
29-05-12, 09:27
DamZ
Gw masi mentoq buat grizzlynya @.@ Quest2 di The Conquest Pit nga ada yg available nga tau kenapa.. perasaan Q yg dari item quest buku dulu uda pernah diberesin T______T trus kalo nga salah dulu banget pernah lagi jalanin chain Quest di conquest hold sempet keputus "you don't meet requirement for this quest" apa gara2 itu ya trs jd eror?
bukan cuman 1 char aja, char laen yg belom pernah kesana juga ga dapet
31-05-12, 11:40
oblivi0n
Quote:
Originally Posted by spellweaver
ini kenapa ya, char ku ga dapet quest The Clutches of Evil quest dari Captain Adams di Howling Fjord
bukan cuman 1 char aja, char laen yg belom pernah kesana juga ga dapet
-- Fix for the quest Slim Pickings
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`,`lootcondition`,`condition_value1`,`condition_value2`) VALUES ('26809','36765','-100','1','0','1','1','0','0','0');
UPDATE `creature_template` SET `faction_A` = 1990, `faction_H` = 1990, `lootid` = 26809, `unit_flags` = 0, `dynamicflags` = 0, `type_flags` = 0 WHERE `entry` = 26809;
Untuk Zuldrak 91/100, Dragonblight 116/130
Demikian
Trims Very Much :D
19-07-12, 08:41
Cajun
lg pada fokus cata ya? ga ada gaungnya lagi ini thread buat loremaster
barusan ngerjain focus on the beach (nyangkut juga di The End of the Line) sama strengthen the ancients
Zuldrak 93 / 100
Dragonblight 118/130
19-07-12, 12:03
DamZ
Yg gw bingung tiap ari g keliling2 Grizzly DB nyariin chain Q buat unlock quest the conquest pit tp nga ada @.@.... grizzly g kurang 4 mentok nih quest2 di conquest pit nga ada sama sekali........ ini mungkin gr2 dulu wkt quest2 tiba2 di tengah ada beberapa yg "don't meet requirement"......aneh. belakangan nyoba ulang quest2nya lagi pake char laen sama aja tiba2 ada yg "don't meet requirement" trs mentok juga.....pdhl nanya2 orang katanya itu Q conquest pit mereka langsung ada tanpa ngejalanin chain-chain dulu.
tulung fix pls.....thx
-- Fix for the quest Slim Pickings
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`,`lootcondition`,`condition_value1`,`condition_value2`) VALUES ('26809','36765','-100','1','0','1','1','0','0','0');
UPDATE `creature_template` SET `faction_A` = 1990, `faction_H` = 1990, `lootid` = 26809, `unit_flags` = 0, `dynamicflags` = 0, `type_flags` = 0 WHERE `entry` = 26809;
Untuk Zuldrak 91/100, Dragonblight 116/130
Demikian
Trims Very Much :D
19-12-12, 10:04
najre
ada perbaikan yang baru lagi kah kk noray,, sayang ini loremaster tinggal 2 minggu... kalo cata nanti nambah lagi kerjaannya hahahhah moga2 sempet difix ama GM:Sip:
23-12-12, 00:08
Cajun
Quote:
Originally Posted by najre
ada perbaikan yang baru lagi kah kk noray,, sayang ini loremaster tinggal 2 minggu... kalo cata nanti nambah lagi kerjaannya hahahhah moga2 sempet difix ama GM:Sip:
Ada tuh ser.
Sori males ngelink2-nya. Ini semua quest di berikut ini udah (jadi) bisa semua.
Dragonblight : Where the wild things roam, bisa. (dari agmar's hammer, yg innoculation elk + bear).
Zuldrak : Seek the wind serpent goddess, bisa. (dari har'koa, ada quetz'lun spirit di altarnya, tp following questnya ga bisa).
Grizzly : Sacrifices must be made, Heart of the ancients, My heart is in your hands, Voices from the dust [part 4-7 drakuru], bisa. (leading up ke acv cleansing draktharon).
Storm Peaks :
Ample Inspiration (Ricket, Area 52).
Bitter Departure (Injured Goblin Miner, goa laba2).
The Missing Tracker [part 1], Cave Medicine [part 2] (Grom'xx Crash Site).
The Earthern of Ulduar, Going After the Core [part 1], The Core's Keeper [part 2], There's Always Time for Revenge [part 3], [part 4]-nya eror (Semua dari Brann's communicator, dari Grom'xx Crash Site jg).
Distortions in Time.
Icecrown : (q2 berikut di bawah semuanya dari kapal terbang horde)
Not a Bug.
Slaves to Saronite.
Before the Gates of Horror.
Opportunity [part 1] ([part 2]-nya eror).
Sekian.
Zuldrak 96/100
Dragonblight 119/130
Storm Peaks 77/100
04-01-13, 17:34
Cajun
Special Request 2013.
+1 lagi udah bener di Zuldrak, Setting the Stage, dari Quetz'lun Spirit di altar dewi yang bersangkutan. Fragmentnya ada di sekitar momon-momon situ yang sayangnya elit. Bentuknya diamond melayang2 di atas tanah warna crimson, kayak di silithus.
Tapi sayang next-nya ga bisa, Foundation for Revenge. Harus bunuh troll sekian biji di deket Soul Font. There's no trolls around (karena beda fase, harusnya). There's no Soul Fonts either. Soul Font ini buat ngasi debuff ke troll yang deket2 dia, biar kalo di-kill kita bisa dapet credit objektif questnya. Mungkin bisa dimunculin troll2nya sama Soul Fonts-nya sebagai pengganti. While still at it, mungkin sekalian di-spawn momon objektif buat q selanjutnya, High Priest Mu'funu 74,57, High Priestess Tua-Tua 73,60, High Priest Hawinni, Moves between 75,54 to 78,54. All three buat objektif quest selanjutnya, Hell Hath a Fury.
As if killing two birds with one stone.
Special Request (plus shoutout) buat Fix the following Quests :
Bloated Abomination, kali aja di-spawnin mini bossnya, bahkan kill manual troll-nya dapet credit buat objektifnya.
The End of the Line. [Related post]. 2-2 objektifnya ga bisa. 1 ga komplit meski dipake item q-nya. 1-nya lagi ga komplit meski udah lewatin/observe dragonshrine para naga biru.
A Means to an End, quest dari Levine family yang satu lagi di Bulwark, Tirisfal udah bisa. Bisain ini juga dong. Biar kompak.
Plus, Last but not least :
Across Transborea dari Mother Tauranook di Taun'ka Village, Borean Tundra. Dari sini follows 5 more quests sampe abis chain.
and
Establishing Superiority. Objektifnya cuma kill momon, sederhana. Yet, it bugged, credit kill-nya ga dapet. Dari the lovely miss (ato mas?) Sergeant Kregga di bawah kaki ICC.