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..