Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 38
http://idgs.in/530088
  1. #16
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    Quote Originally Posted by jadiabud View Post
    masih -1 saya,senasib sama cajun,ga ngerti cara bunuh price valanar questBreaking Through,huhu
    Quote Originally Posted by Hac View Post
    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

  2. Hot Ad
  3. #17
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    BOREAN TUNDRA UPDATE !
    Makasih Banyak Tim GM , See you again for Next Map

  4. #18
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    Update 13/05/2012 Up Up Sebelum Maintenance hehe

    Howling Fjord :

    sumber List : http://forum.indogamers.com/showthread.php?t=516727

    Fixed Quest


    1. Eyes of the Eagle - Attackable Talonshrike - Series 6/7
    2. The Slumbering King - Now Hostile - Series 1/1
    3. The Frost Wyrm and its Master - Now Spawned - Series 2/2
    4. Draconis Gastritis - Item Works on Drakes - Series 2/2
    5. Conqueror of Skorn! - Winterhoof Emblem Issue Fix - Series 1/3

    List Issue

    1. Gambling Debt - Series 1/3 - Works Fine
    2. A Carver and a Croaker - Series 5/5 - Works Fine
    3. The Rune of Command - Series 3/3 - Works Fine
    4. Alpha Worg - Series 7/7 - Spawning Garwal
    5. War is Hell - Series 1/7 - Works Fine


    Another List


    1. Warning : Some Assembly Required - Series 7/7
    2. Bring Down Those Shield - Series 2/2
    3. The Fallen Sisters - Series 1/1
    4. The Echo of Ymiron - Series 2/3
    5. Guided by Honor - Series 2/2
    6. Drop It then Rock It! - Series 4/7
    7. There Exists No Honor Among Birds - Series 4/4
    8. Iron Rune Constructs and You: Rocket Jumping - Series 1/3

    Unofficial Fixing Howling Fjord



    Grizzly Hills
    Sumber List : http://forum.indogamers.com/showthread.php?t=517125

    Fixed Quest

    1. Rallying the Troops - Item Works on NPC- Series 3/8
    2. Loken's Orders - Event Works- Series 4/4
    3. Bringing Down the Iron Thane - Now Spawned - Series 6/6

    List Issue

    1. The Conquest Pit : Bear Wrestling !- Series 1/5
    2. Runes of Compulsion - Series 6/8
    3. Seared Scourge- Series 1/3
    4. Out of Body Experience - Series 3/4
    5. Dun-da-Dun-tah! - Series 1/1
    6. Escape from Silverbrook - Series 1/2


    Another List :


    1. Subject to Interpretation - Series 3/8
    2. Truce? - Series 1/8
    3. Shred The Alliance - Series 1/1
    4. See You on the Other Side - Series 3/5
    5. Riding the Red ROcket - Series 1/1


    Unofficial Fixing Grizzly Hills
    Spoiler untuk Grizzly Hills :


    1. Runes of Compulsion
      NPC : Gavrock
      Faction : Both
      Error : "You need to kill all 4 Iron rune-weavers to get the overseers to spawn" tidak berfungsi, Overseer tidak spawn di lokasi (Overseer Durval Overseer Korgan Overseer LochliOverseer Brunon)
      Fix COde : Spawn 4 Overseer langsung Di TKP Quest
      Lokasi : Eastwind Shore, Grizzly Hills ([67.4, 29.4], [71.8, 34.2], [74.8, 37.0], [78.8, 43.4])
      Code:
      -add npc-
      DELETE FROM `creature` WHERE `id` IN ('26920','26921','26922','26923');
      INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`,  `position_x`, `position_y`, `position_z`, `spawntimesecs`, `spawndist`,  `curhealth`, 'curmana')
      VALUES (unknown , 26920, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561), 
      (unknown , 26921, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 8508, 7981),
      (unknown , 26922, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561),
      (unknown , 26923, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561);
      -add template-
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,  `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE  `entry`= 26920;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,   `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE   `entry`= 26921;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,   `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE   `entry`= 26922;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,   `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE   `entry`= 26923;
    2. 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';
    3. 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 
      
      Adarrah, SAY_PROGRESS3'),
      ('26814','10','4906.803711','-4807.826172','32.029835','0',''),
      ('26814','11','4913.215332','-4819.773438','32.543678','0',''),
      ('26814','12','4914.759277','-4823.177734','32.661606','0',''),
      ('26814','13','4915.018555','-4823.177246','32.665195','3000','faces skulls, gets skull 
      
      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, 
      
      SAY_PROGRESS6'),
      ('26814','23','4898.743164','-4805.551758','32.030006','0',''),
      ('26814','24','4898.885254','-4805.581543','32.030006','2000','SAY_PROGRESS7'),
      ('26814','25','4898.885254','-4805.581543','32.030006','2000','SAY_PROGRESS8'),
      ('26814','26','4901.917969','-4811.968262','32.030006','1000','fight starts'),
      ('26814','27','4898.743164','-4805.551758','32.030006','0','trigger firewall off, 
      
      run'),
      ('26814','28','4898.885254','-4805.581543','32.030006','1000','turn around, run'),
      ('26814','29','4882.279297','-4797.324707','32.566734','0','run'),
      ('26814','30','4878.520508','-4793.985840','32.549927','0','doorway, run'),
      ('26814','31','4853.520996','-4773.153809','32.615387','0','run'),
      ('26814','32','4831.209961','-4775.220703','32.580078','0','run'),
      ('26814','33','4815.007324','-4793.448242','25.466448','0','run'),
      ('26814','34','4827.081543','-4833.012695','25.476900','0','run'),
      ('26814','35','4826.137695','-4842.380371','25.462563','0','run'),
      ('26814','36','4820.562988','-4850.163086','25.582867','0','run'),
      ('26814','37','4803.599121','-4851.593750','25.517899','0','run'),
      ('26814','38','4769.978516','-4847.950684','25.434967','0','run'),
      ('26814','39','4759.688477','-4857.292480','25.636557','0','run'),
      ('26814','40','4717.454102','-4857.819824','25.564335','0','run'),
      ('26814','41','4714.354492','-4858.347656','24.426430','0','run'),
      ('26814','42','4673.732422','-4862.985840','35.479126','0','run'),
      ('26814','43','4659.693359','-4886.814941','35.479156','0','run'),
      ('26814','44','4658.118652','-4907.916016','38.943035','0','run'),
      ('26814','45','4650.998047','-4918.918945','45.480255','0','run'),
      ('26814','46','4655.667480','-4924.229492','46.682201','0','run'),
      ('26814','47','4668.253906','-4946.233398','47.992596','0','run'),
      ('26814','48','4673.433594','-4964.857422','47.869415','3000','SAY_END1'),
      ('26814','49','4678.111328','-4970.680176','47.274849','0','fadeout'); -- Final 
      
      Destination
      --  Jones Text for script
      INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, 
      
      `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, 
      
      `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`, 
      
      `location_z`, `waittime`, `point_comment`)
      VALUES
      ('24405','0','4912.772461','-4797.773458','32.644875','1000','cheers'), -- Cheer
      ('24405','1','4912.772461','-4797.773458','32.644875','1000','SAY_START, emote Kiss'), 
      
      -- 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`, 
      
      `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, 
      
      `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
      VALUES
      ('-1001061','Thank you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones 
      
      SAY_START');
      DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 26865;
      -- Tecahuna EventAI scripts
      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
      ('2686501','26865','0','0','100','1','10000','15000','10000','15000','11','47602','4','
      
      0','11','47602','4','0','0','0','0','0','Tecahuna - Cast Summon Ancient Drakkari 
      
      King'),
      ('2686502','26865','0','0','100','1','15000','25000','15000','25000','11','47629','1','
      
      0','0','0','0','0','0','0','0','0','Tecahuna - Cast Tecahuna Venom Spit');
      DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 26871;
      -- Tecahuna EventAI scripts
      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
      ('2687101','26871','0','0','100','1','5000','15000','5000','15000','11','52466','1','0'
      
      ,'0','0','0','0','0','0','0','0','Ancient Drakkari King - Cast Drakkari Curse'); 
      
      sumber
    4. 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`, 
      
      `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 (2687500, 26875, 10, 0, 100, 0, 1, 35, 0, 0, 33, 28019, 6, 0, 0, 0, 
      
      0, 0, 0, 0, 0, 0, 'Credit for escaping Silverbrook.');
      SUMBER

      dan

      Code:
      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



    DRAGONBLIGHT
    Sumber : http://forum.indogamers.com/showthread.php?t=516502
    Fixed Quest

    1. Wanton Warlord - Item Works SUmmoned NPC - Series 5/5

    List :

    1. No Mercy for the Captured - Series 1/2
    2. Slim Pickings - Series 2/4

    Another Issue :

    1. The Focus on the Beach - Series 3/16
    2. A Means to an End - Series 2/2
    3. All Hail Roanauk! - Series 4/4
    4. Strengthen The Ancients - Series 1/1
    5. Where The wild things roam - Series 5/5
    6. Canyon Chases - Series 2/2
    7. Conversing With the Depths - Series 4/4
    8. Mystery of the Infinite - Series 1/1
    9. On Ruby Wings - Series 5/5
    10. Lumber Hack - Series 1/1
    11. A Fall From Grace - Series 5/7


    Unofficial Fixing Dragonblight
    Spoiler untuk DRAGONBLIGHT :



    1. No Mercy for the Captured
      NPC : Spy Mistress Repine
      Faction : Horde
      Error : Objective Quest, Deathguard Schneider, Senior Scrivener Barriga, Engineer Burke, Chancellor Amai tidak dapat di speak lalu di slain.
      Fix Code : script npcs made neutral for Horde
      Code:
      UPDATE `creature_template` SET `faction_H`='7' WHERE `entry` IN ('27376','27378','27379','27381');
    2. 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;



    Zul Drak
    Sumber : http://forum.indogamers.com/showthread.php?t=517355
    Fixed Quest

    1. A Tangled Skein - Item Works On target - Series 1/1


    List :

    1. I Sense a Disturbance - Series 5/12
    2. Argent Crusade, We Are Leaving! - Series 2/2
    3. Leave No One Behind - Series 1/1
    4. Tails Up - Series 1/1
    5. The Leaders at Jin'Alai - Series 1/3


    Another List :

    1. The Leaders at Jin'Alai - Series 1/3
    2. Troll Patrol: The Alchemist's Apprentice - series 1/1
    3. Lab Work- series 1/1
    4. The Storm King's Vengeance- series 1/1
    5. Dark Horizon - Reunited- series 1/1 Support to Infiltrating Voltarus Series 5/9


    Unofficial Fixing Zuldrak
    Spoiler untuk Zul Drak :

    1. 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.');
    2. 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.');
    3. 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','Despawn  after 5 seconds to avoid abusing.');
      SUMBER
    4. The Leaders at Jin'Alai
      NPC : Scalper Ahunae
      Faction : Both
      Error : Hanya NPC Kutube'sa saja yang ada, sedangkan NPC Gawanil & Chulo the Mad tidak ada Fix Code : Spawnkan 2 NPC diatas Lokasi : Pools of Jin'Alai, Zul'drak ([58, 63], [56.6, 64.7])
      Code:
      -add npc-
      DELETE FROM `creature` WHERE `id` IN ('28495','28496');
      INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`,  `position_x`, `position_y`, `position_z`, `spawntimesecs`, `spawndist`,  `curhealth`, 'curmana')
      VALUES (unknown , 28495, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 9103, 8313), 
      (unknown , 28496, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 11379, 3725);
      -add template-
      UPDATE `creature_template` SET `minlevel`=77, `maxlevel`=77,  `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE  `entry`= 28495;
      UPDATE `creature_template` SET `minlevel`=77, `maxlevel`=77,   `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE   `entry`= 28496;



    Trims Very Much
    Last edited by Anz69; 17-05-12 at 18:21.

  5. The Following User Says Thank You to Anz69 For This Useful Post:
  6. #19

    Join Date
    Oct 2009
    Posts
    62
    Points
    85.96
    Thanks: 9 / 6 / 5

    Default

    wah ada yg baru updatenya dari kk noray, moga2 tim GM ada yg mau mampir

    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
    Last edited by najre; 15-05-12 at 10:58.

  7. The Following User Says Thank You to najre For This Useful Post:
  8. #20

    Join Date
    Aug 2009
    Posts
    11
    Points
    2.10
    Thanks: 0 / 1 / 1

    Default

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

    Good Work GM, Keep It Up..

  9. #21
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    Yuhuuuu banyak yang difix nih,
    Updated 21/05/2012

    Grizzly Hills

    Sumber List : http://forum.indogamers.com/showthread.php?t=517125

    Fixed Quest

    1. Rallying the Troops - Item Works on NPC- Series 3/8
    2. Loken's Orders - Event Works- Series 4/4
    3. Bringing Down the Iron Thane - Now Spawned - Series 6/6

    List Issue

    1. The Conquest Pit : Bear Wrestling !- Series 1/5
    2. Runes of Compulsion - Series 6/8
    3. Seared Scourge- Series 1/3
    4. Out of Body Experience - Series 3/4
    5. Dun-da-Dun-tah! - Series 1/1
    6. Escape from Silverbrook - Series 1/2


    Another List :


    1. Ursoc, The Bear God - Series 1/1
    2. Subject to Interpretation - Series 3/8
    3. Truce? - Series 1/8
    4. Shred The Alliance - Series 1/1
    5. See You on the Other Side - Series 3/5
    6. Riding the Red ROcket - Series 1/1


    Unofficial Fixing Grizzly Hills
    Spoiler untuk Grizzly Hills :


    1. Runes of Compulsion
      NPC : Gavrock
      Faction : Both
      Error : "You need to kill all 4 Iron rune-weavers to get the overseers to spawn" tidak berfungsi, Overseer tidak spawn di lokasi (Overseer Durval Overseer Korgan Overseer LochliOverseer Brunon)
      Fix COde : Spawn 4 Overseer langsung Di TKP Quest
      Lokasi : Eastwind Shore, Grizzly Hills ([67.4, 29.4], [71.8, 34.2], [74.8, 37.0], [78.8, 43.4])
      Code:
      -add npc-
      DELETE FROM `creature` WHERE `id` IN ('26920','26921','26922','26923');
      INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`,   `position_x`, `position_y`, `position_z`, `spawntimesecs`, `spawndist`,   `curhealth`, 'curmana')
      VALUES (unknown , 26920, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561), 
      (unknown , 26921, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 8508, 7981),
      (unknown , 26922, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561),
      (unknown , 26923, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561);
      -add template-
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,   `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE   `entry`= 26920;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,    `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE    `entry`= 26921;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,    `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE    `entry`= 26922;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,    `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE    `entry`= 26923;
    2. 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';
    3. 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 
      
      Adarrah, SAY_PROGRESS3'),
      ('26814','10','4906.803711','-4807.826172','32.029835','0',''),
      ('26814','11','4913.215332','-4819.773438','32.543678','0',''),
      ('26814','12','4914.759277','-4823.177734','32.661606','0',''),
      ('26814','13','4915.018555','-4823.177246','32.665195','3000','faces skulls, gets skull 
      
      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, 
      
      SAY_PROGRESS6'),
      ('26814','23','4898.743164','-4805.551758','32.030006','0',''),
      ('26814','24','4898.885254','-4805.581543','32.030006','2000','SAY_PROGRESS7'),
      ('26814','25','4898.885254','-4805.581543','32.030006','2000','SAY_PROGRESS8'),
      ('26814','26','4901.917969','-4811.968262','32.030006','1000','fight starts'),
      ('26814','27','4898.743164','-4805.551758','32.030006','0','trigger firewall off, 
      
      run'),
      ('26814','28','4898.885254','-4805.581543','32.030006','1000','turn around, run'),
      ('26814','29','4882.279297','-4797.324707','32.566734','0','run'),
      ('26814','30','4878.520508','-4793.985840','32.549927','0','doorway, run'),
      ('26814','31','4853.520996','-4773.153809','32.615387','0','run'),
      ('26814','32','4831.209961','-4775.220703','32.580078','0','run'),
      ('26814','33','4815.007324','-4793.448242','25.466448','0','run'),
      ('26814','34','4827.081543','-4833.012695','25.476900','0','run'),
      ('26814','35','4826.137695','-4842.380371','25.462563','0','run'),
      ('26814','36','4820.562988','-4850.163086','25.582867','0','run'),
      ('26814','37','4803.599121','-4851.593750','25.517899','0','run'),
      ('26814','38','4769.978516','-4847.950684','25.434967','0','run'),
      ('26814','39','4759.688477','-4857.292480','25.636557','0','run'),
      ('26814','40','4717.454102','-4857.819824','25.564335','0','run'),
      ('26814','41','4714.354492','-4858.347656','24.426430','0','run'),
      ('26814','42','4673.732422','-4862.985840','35.479126','0','run'),
      ('26814','43','4659.693359','-4886.814941','35.479156','0','run'),
      ('26814','44','4658.118652','-4907.916016','38.943035','0','run'),
      ('26814','45','4650.998047','-4918.918945','45.480255','0','run'),
      ('26814','46','4655.667480','-4924.229492','46.682201','0','run'),
      ('26814','47','4668.253906','-4946.233398','47.992596','0','run'),
      ('26814','48','4673.433594','-4964.857422','47.869415','3000','SAY_END1'),
      ('26814','49','4678.111328','-4970.680176','47.274849','0','fadeout'); -- Final 
      
      Destination
      --  Jones Text for script
      INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, 
      
      `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, 
      
      `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`, 
      
      `location_z`, `waittime`, `point_comment`)
      VALUES
      ('24405','0','4912.772461','-4797.773458','32.644875','1000','cheers'), -- Cheer
      ('24405','1','4912.772461','-4797.773458','32.644875','1000','SAY_START, emote Kiss'), 
      
      -- 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`, 
      
      `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, 
      
      `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
      VALUES
      ('-1001061','Thank you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones 
      
      SAY_START');
      DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 26865;
      -- Tecahuna EventAI scripts
      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
      ('2686501','26865','0','0','100','1','10000','15000','10000','15000','11','47602','4','
      
      0','11','47602','4','0','0','0','0','0','Tecahuna - Cast Summon Ancient Drakkari 
      
      King'),
      ('2686502','26865','0','0','100','1','15000','25000','15000','25000','11','47629','1','
      
      0','0','0','0','0','0','0','0','0','Tecahuna - Cast Tecahuna Venom Spit');
      DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 26871;
      -- Tecahuna EventAI scripts
      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
      ('2687101','26871','0','0','100','1','5000','15000','5000','15000','11','52466','1','0'
      
      ,'0','0','0','0','0','0','0','0','Ancient Drakkari King - Cast Drakkari Curse'); 
      
      sumber
    4. 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`, 
      
      `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 (2687500, 26875, 10, 0, 100, 0, 1, 35, 0, 0, 33, 28019, 6, 0, 0, 0, 
      
      0, 0, 0, 0, 0, 0, 'Credit for escaping Silverbrook.');
      SUMBER

      dan

      Code:
      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



    DRAGONBLIGHT
    Sumber : http://forum.indogamers.com/showthread.php?t=516502
    Fixed Quest

    1. Wanton Warlord - Item Works SUmmoned NPC - Series 5/5

    List :

    1. No Mercy for the Captured - Series 1/2
    2. Slim Pickings - Series 2/4

    Another Issue :

    1. The Focus on the Beach - Series 3/16
    2. A Means to an End - Series 2/2
    3. All Hail Roanauk! - Series 4/4
    4. Strengthen The Ancients - Series 1/1
    5. Where The wild things roam - Series 5/5
    6. Canyon Chases - Series 2/2
    7. Conversing With the Depths - Series 4/4
    8. Mystery of the Infinite - Series 1/1
    9. On Ruby Wings - Series 5/5
    10. Lumber Hack - Series 1/1
    11. A Fall From Grace - Series 5/7


    Unofficial Fixing Dragonblight
    Spoiler untuk DRAGONBLIGHT :



    1. No Mercy for the Captured
      NPC : Spy Mistress Repine
      Faction : Horde
      Error : Objective Quest, Deathguard Schneider, Senior Scrivener Barriga, Engineer Burke, Chancellor Amai friendly status yang harusnya netral untuk di slain
      Fix Code : npc harusnya netral
      Code:
      UPDATE `creature_template` SET `faction_H`='7' WHERE `entry` IN ('27376','27378','27379','27381');
    2. 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;



    Zul Drak
    Sumber : http://forum.indogamers.com/showthread.php?t=517355
    Fixed Quest

    1. A Tangled Skein - Item Works On target - Series 1/1


    List :

    1. I Sense a Disturbance - Series 5/12
    2. Argent Crusade, We Are Leaving! - Series 2/2
    3. Leave No One Behind - Series 1/1
    4. Tails Up - Series 1/1
    5. The Leaders at Jin'Alai- Series 1/3
    6. Troll Patrol - Beberapa Character tidak memiliki Quest Di Captain Brandon & Captain Grondel
    7. Troll Patrol: The Alchemist's Apprentice - series 1/1
    8. Lab Work- series 1/1
    9. The Storm King's Vengeance- series 1/1 - Algar The Chosen Tidak dapat Di attack / tidak agro, yang lain bisa di slain - MANTAP sekali !
    10. Dark Horizon - Reunited- series 1/1 Support to Infiltrating Voltarus Series 5/9


    New List :

    1. It Rolls Downhill - Blight Geist dapat di control namun tidak ada skill pet untuk menjalankan quest - Syarat quest So Far, So Bad




    Unofficial Fixing Zuldrak
    Spoiler untuk Zul Drak :

    1. 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.');



    Trims Very Much
    Last edited by Anz69; 21-05-12 at 11:25.

  10. #22

    Join Date
    Aug 2009
    Posts
    11
    Points
    2.10
    Thanks: 0 / 1 / 1

    Default

    saya mencium pergerakan fixing ke arah zuldrak!!

  11. #23
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    Yuhuuuu banyak yang difix nih,
    Updated 21/05/2012

    Grizzly Hills

    Sumber List : http://forum.indogamers.com/showthread.php?t=517125

    Fixed Quest

    1. Rallying the Troops - Item Works on NPC- Series 3/8
    2. Loken's Orders - Event Works- Series 4/4
    3. Bringing Down the Iron Thane - Now Spawned - Series 6/6

    List Issue

    1. The Conquest Pit : Bear Wrestling !- Series 1/5
    2. Runes of Compulsion - Series 6/8
    3. Seared Scourge- Series 1/3
    4. Out of Body Experience - Series 3/4
    5. Dun-da-Dun-tah! - Series 1/1
    6. Escape from Silverbrook - Series 1/2


    Another List :


    1. Ursoc, The Bear God - Series 1/1
    2. Subject to Interpretation - Series 3/8
    3. Truce? - Series 1/8
    4. Shred The Alliance - Series 1/1
    5. See You on the Other Side - Series 3/5
    6. Riding the Red ROcket - Series 1/1


    Unofficial Fixing Grizzly Hills
    Spoiler untuk Grizzly Hills :


    1. Runes of Compulsion
      NPC : Gavrock
      Faction : Both
      Error : "You need to kill all 4 Iron rune-weavers to get the overseers to spawn" tidak berfungsi, Overseer tidak spawn di lokasi (Overseer Durval Overseer Korgan Overseer LochliOverseer Brunon)
      Fix COde : Spawn 4 Overseer langsung Di TKP Quest
      Lokasi : Eastwind Shore, Grizzly Hills ([67.4, 29.4], [71.8, 34.2], [74.8, 37.0], [78.8, 43.4])
      Code:
      -add npc-
      DELETE FROM `creature` WHERE `id` IN ('26920','26921','26922','26923');
      INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`,    `position_x`, `position_y`, `position_z`, `spawntimesecs`, `spawndist`,    `curhealth`, 'curmana')
      VALUES (unknown , 26920, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561), 
      (unknown , 26921, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 8508, 7981),
      (unknown , 26922, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561),
      (unknown , 26923, 571 , 1 , 1, unknown , unknown, unknown, 180 , 0 , 10635, 3561);
      -add template-
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,    `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE    `entry`= 26920;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,     `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE     `entry`= 26921;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,     `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE     `entry`= 26922;
      UPDATE `creature_template` SET `minlevel`=75, `maxlevel`=75,     `faction_A`=14, `faction_H`=14, `mechanic_immune_mask` = 1 WHERE     `entry`= 26923;
    2. 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';
    3. 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 
      
      Adarrah, SAY_PROGRESS3'),
      ('26814','10','4906.803711','-4807.826172','32.029835','0',''),
      ('26814','11','4913.215332','-4819.773438','32.543678','0',''),
      ('26814','12','4914.759277','-4823.177734','32.661606','0',''),
      ('26814','13','4915.018555','-4823.177246','32.665195','3000','faces skulls, gets skull 
      
      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, 
      
      SAY_PROGRESS6'),
      ('26814','23','4898.743164','-4805.551758','32.030006','0',''),
      ('26814','24','4898.885254','-4805.581543','32.030006','2000','SAY_PROGRESS7'),
      ('26814','25','4898.885254','-4805.581543','32.030006','2000','SAY_PROGRESS8'),
      ('26814','26','4901.917969','-4811.968262','32.030006','1000','fight starts'),
      ('26814','27','4898.743164','-4805.551758','32.030006','0','trigger firewall off, 
      
      run'),
      ('26814','28','4898.885254','-4805.581543','32.030006','1000','turn around, run'),
      ('26814','29','4882.279297','-4797.324707','32.566734','0','run'),
      ('26814','30','4878.520508','-4793.985840','32.549927','0','doorway, run'),
      ('26814','31','4853.520996','-4773.153809','32.615387','0','run'),
      ('26814','32','4831.209961','-4775.220703','32.580078','0','run'),
      ('26814','33','4815.007324','-4793.448242','25.466448','0','run'),
      ('26814','34','4827.081543','-4833.012695','25.476900','0','run'),
      ('26814','35','4826.137695','-4842.380371','25.462563','0','run'),
      ('26814','36','4820.562988','-4850.163086','25.582867','0','run'),
      ('26814','37','4803.599121','-4851.593750','25.517899','0','run'),
      ('26814','38','4769.978516','-4847.950684','25.434967','0','run'),
      ('26814','39','4759.688477','-4857.292480','25.636557','0','run'),
      ('26814','40','4717.454102','-4857.819824','25.564335','0','run'),
      ('26814','41','4714.354492','-4858.347656','24.426430','0','run'),
      ('26814','42','4673.732422','-4862.985840','35.479126','0','run'),
      ('26814','43','4659.693359','-4886.814941','35.479156','0','run'),
      ('26814','44','4658.118652','-4907.916016','38.943035','0','run'),
      ('26814','45','4650.998047','-4918.918945','45.480255','0','run'),
      ('26814','46','4655.667480','-4924.229492','46.682201','0','run'),
      ('26814','47','4668.253906','-4946.233398','47.992596','0','run'),
      ('26814','48','4673.433594','-4964.857422','47.869415','3000','SAY_END1'),
      ('26814','49','4678.111328','-4970.680176','47.274849','0','fadeout'); -- Final 
      
      Destination
      --  Jones Text for script
      INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, 
      
      `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, 
      
      `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`, 
      
      `location_z`, `waittime`, `point_comment`)
      VALUES
      ('24405','0','4912.772461','-4797.773458','32.644875','1000','cheers'), -- Cheer
      ('24405','1','4912.772461','-4797.773458','32.644875','1000','SAY_START, emote Kiss'), 
      
      -- 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`, 
      
      `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, 
      
      `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
      VALUES
      ('-1001061','Thank you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','jones 
      
      SAY_START');
      DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 26865;
      -- Tecahuna EventAI scripts
      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
      ('2686501','26865','0','0','100','1','10000','15000','10000','15000','11','47602','4','
      
      0','11','47602','4','0','0','0','0','0','Tecahuna - Cast Summon Ancient Drakkari 
      
      King'),
      ('2686502','26865','0','0','100','1','15000','25000','15000','25000','11','47629','1','
      
      0','0','0','0','0','0','0','0','0','Tecahuna - Cast Tecahuna Venom Spit');
      DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 26871;
      -- Tecahuna EventAI scripts
      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
      ('2687101','26871','0','0','100','1','5000','15000','5000','15000','11','52466','1','0'
      
      ,'0','0','0','0','0','0','0','0','Ancient Drakkari King - Cast Drakkari Curse'); 
      
      sumber
    4. 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`, 
      
      `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 (2687500, 26875, 10, 0, 100, 0, 1, 35, 0, 0, 33, 28019, 6, 0, 0, 0, 
      
      0, 0, 0, 0, 0, 0, 'Credit for escaping Silverbrook.');
      SUMBER

      dan

      Code:
      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



    DRAGONBLIGHT
    Sumber : http://forum.indogamers.com/showthread.php?t=516502
    Fixed Quest

    1. Wanton Warlord - Item Works SUmmoned NPC - Series 5/5

    List :

    1. No Mercy for the Captured - Series 1/2
    2. Slim Pickings - Series 2/4

    Another Issue :

    1. The Focus on the Beach - Series 3/16
    2. A Means to an End - Series 2/2
    3. All Hail Roanauk! - Series 4/4
    4. Strengthen The Ancients - Series 1/1
    5. Where The wild things roam - Series 5/5
    6. Canyon Chases - Series 2/2
    7. Conversing With the Depths - Series 4/4
    8. Mystery of the Infinite - Series 1/1
    9. On Ruby Wings - Series 5/5
    10. Lumber Hack - Series 1/1
    11. A Fall From Grace - Series 5/7


    Unofficial Fixing Dragonblight
    Spoiler untuk DRAGONBLIGHT :



    1. No Mercy for the Captured
      NPC : Spy Mistress Repine
      Faction : Horde
      Error : Objective Quest, Deathguard Schneider, Senior Scrivener Barriga, Engineer Burke, Chancellor Amai friendly status yang harusnya netral untuk di slain
      Fix Code : npc harusnya netral
      Code:
      UPDATE `creature_template` SET `faction_H`='7' WHERE `entry` IN ('27376','27378','27379','27381');
    2. 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;



    Zul Drak
    Sumber : http://forum.indogamers.com/showthread.php?t=517355
    Fixed Quest

    1. A Tangled Skein - Item Works On target - Series 1/1


    List :

    1. I Sense a Disturbance - Series 5/12
    2. Argent Crusade, We Are Leaving! - Series 2/2
    3. Leave No One Behind - Series 1/1
    4. Tails Up - Series 1/1
    5. The Leaders at Jin'Alai- Series 1/3
    6. Troll Patrol - Beberapa Character tidak memiliki Quest Di Captain Brandon & Captain Grondel
    7. Troll Patrol: The Alchemist's Apprentice - series 1/1
    8. Lab Work- series 1/1
    9. The Storm King's Vengeance- series 1/1 - MANTAP sekali !
    10. Dark Horizon - Reunited- series 1/1 Support to Infiltrating Voltarus Series 5/9


    New List :

    1. It Rolls Downhill - Blight Geist dapat di control namun tidak ada skill pet untuk menjalankan quest - Syarat quest So Far, So Bad




    Unofficial Fixing Zuldrak
    Spoiler untuk Zul Drak :

    1. 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.');



    Trims Very Much
    Last edited by Anz69; 21-05-12 at 18:09.

  12. #24

    Join Date
    Aug 2009
    Posts
    11
    Points
    2.10
    Thanks: 0 / 1 / 1

    Default

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

  13. The Following User Says Thank You to Hac For This Useful Post:
  14. #25
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    Quote Originally Posted by Hac View Post
    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

    Btw Ditunggu nih grizzly hills nya bang GM ,kurang sedikit gemass2

  15. #26

    Join Date
    Jun 2008
    Posts
    154
    Points
    171.60
    Thanks: 2 / 1 / 1

    Default

    Quote Originally Posted by Hac View Post
    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

    moga2 yg chain dari harkoa di fix berikutnya

    zuldrak 87

    grizzly uda ijasah dong gw bbrp hari lalu hehe

    zuldrak 87

  16. #27
    oblivi0n's Avatar
    Join Date
    Nov 2011
    Location
    Solitary Ground
    Posts
    157
    Points
    120.10
    Thanks: 4 / 5 / 4

    Default

    Laporan quest2 yang telah di fix oleh Tim GM

    HOWLING FJORD

    FIXED
    1. Drop It then Rock It! series 4/7
    2. Bring Down Those Shields series 2/2


    Previous and New Issues
    1. It Goes to 11... series 6/7
      Vrykul Harpoon Gun tidak dpt kita kontrol atau kita gunakan.
    2. Warning: Some Assembly Required series 7/7
    3. The Fallen Sisters series 1/1
    4. The Echo of Ymiron series 2/3
    5. Guided by Honor series 2/2
    6. There Exists No Honor Among Birds series 4/4
    7. Iron Rune Constructs and You: Rocket Jumping series 1/3


    Grizzly Hills

    FIXED
    1. Runes of Compulsion series 6/8
    2. Subject to Interpretation series 3/8
      Final chain quest ini yaitu Cleansing Drak'Tharon dapat diselesaikan, yang merupakan salah satu kriteria achievment Guru of Drakuru.
    3. Dun-da-Dun-tah! series 1/1


    Previous and New Issues
    1. Free at Last series 8/8
      Quest item Gavrock's Runebreaker tidak berpengaruh apa2 saat digunakan pada Runed Giant.
    2. Search and Rescue series 2/3
      NPC Kurzel tidak ditemukan.
    3. Steady as a Rock? series 5/5
      Portable Seismograph tidak mengeluarkan sebuah mesin yang memberikan Thor Modan Stability Profile.
    4. Mounting Up series 1/1
      Highland Mustang tidak dapat ditunggangi setelah di beri umpan.
    5. See You on the Other Side series 3/5
      Kita sudah dapat memasuki dunia lain dengan menggunakan Charged Drakil'jin Mallet, namun NPC Gan'jo tidak dapat ditemukan.
    6. Out of Body Experience series 3/4
    7. Escape from Silverbrook series 1/2
    8. Ursoc, the Bear God series 1/1
    9. Truce? series 1/8
    10. Shred the Alliance series 1/1
    11. Riding the Red Rocket series 1/1


    Terima Kasih Tim GM, mudah2an issues bug quest diatas dapat di fix

  17. #28
    Anz69's Avatar
    Join Date
    May 2010
    Location
    Grizzly Hills
    Posts
    326
    Points
    372.64
    Thanks: 78 / 136 / 22

    Default

    Yuhuuuu lagi banyak yang difix nih, Makasih banyak yooo bang dah di fix2 , jadi makin seru nih

    Updated 29/05/2012

    Grizzly Hills

    Sumber List : http://forum.indogamers.com/showthread.php?t=517125

    Fixed Quest

    1. Rallying the Troops - Item Works on NPC- Series 3/8
    2. Loken's Orders - Event Works- Series 4/4
    3. Bringing Down the Iron Thane - Now Spawned - Series 6/6
    4. The Conquest Pit : Bear Wrestling !- Series 1/5
    5. Runes of Compulsion - Series 6/8
    6. Seared Scourge- Series 1/3
    7. Subject to Interpretation- Series 3/8 - Cleansing Draktharon, Criteria of Guru of Drakuru
    8. Shred The Alliance - Series 1/1 - Criteria of Grizzled Veteran
    9. Dun-da-Dun-tah!- Series 1/1

    Another List :

    1. Riding the Red ROcket - Series 1/1 - Last Criteria of Grizzled Veteran
    2. Truce? - Series 1/8 - Ini jalan ga sih ?? part 1 nya Guru of Drakuru
    3. Out of Body Experience - Series 3/4
    4. Escape from Silverbrook - Series 1/2
    5. Riding the Red ROcket - Series 1/1
    6. Ursoc, The Bear God - Series 1/1
    7. See You on the Other Side - Series 3/5


    Zul Drak
    Sumber : http://forum.indogamers.com/showthread.php?t=517355
    Fixed Quest

    1. A Tangled Skein - Item Works On target - Series 1/1
    2. Argent Crusade, We Are Leaving! - Series 2/2
    3. Leave No One Behind - Series 1/1
    4. Tails Up - Series 1/1
    5. The Leaders at Jin'Alai- Series 1/3
    6. The Storm King's Vengeance- series 1/1 - MANTAP sekali !
    7. Dark Horizon - Reunited- series 1/1 Support to Infiltrating Voltarus Series 5/9
    8. It Rolls Downhill - Blight Geist dapat di control namun tidak ada skill pet untuk menjalankan quest - Syarat quest So Far, So Bad
    9. I Sense a Disturbance - Series 5/12


    Another List :


    1. Fuel for the Fire - Bloated Abomination dapat di control namun tidak ada skill pet untuk menjalankan quest - Syarat quest Sabotage - Part 2 Guru of Drakuru
    2. Sabotage - Explosive Charges dapat digunakan pada Scourgewagon namun quest tidak terhitung - - Part 2 Guru of Drakuru
    3. seek the wind serpent goddess - series - 7/12
    4. Troll Patrol - Beberapa Character tidak memiliki Quest Di Captain Brandon & Captain Grondel
    5. Troll Patrol: The Alchemist's Apprentice - series 1/1
    6. Lab Work- series 1/1



    DRAGONBLIGHT
    Sumber : http://forum.indogamers.com/showthread.php?t=516502
    Fixed Quest

    1. Wanton Warlord - Item Works SUmmoned NPC - Series 5/5

    List :

    1. No Mercy for the Captured - Series 1/2
    2. Slim Pickings - Series 2/4

    Another Issue :

    1. The Focus on the Beach - Series 3/16
    2. A Means to an End - Series 2/2
    3. All Hail Roanauk! - Series 4/4
    4. Strengthen The Ancients - Series 1/1
    5. Where The wild things roam - Series 5/5
    6. Canyon Chases - Series 2/2
    7. Conversing With the Depths - Series 4/4
    8. Mystery of the Infinite - Series 1/1
    9. On Ruby Wings - Series 5/5
    10. Lumber Hack - Series 1/1
    11. A Fall From Grace - Series 5/7


    Unofficial Fixing Dragonblight
    Spoiler untuk DRAGONBLIGHT :



    1. No Mercy for the Captured
      NPC : Spy Mistress Repine
      Faction : Horde
      Error : Objective Quest, Deathguard Schneider, Senior Scrivener Barriga, Engineer Burke, Chancellor Amai friendly status yang harusnya netral untuk di slain
      Fix Code : npc harusnya netral
      Code:
      UPDATE `creature_template` SET `faction_H`='7' WHERE `entry` IN ('27376','27378','27379','27381');
    2. 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;



    Untuk Horde mungkin sebagian dapat mendapatkan Ijasah Grizzly Hills, apakah ada yang blm bisa ? ato masih mentok gitu untuk horde??

    Trims Very Much
    Last edited by Anz69; 31-05-12 at 18:28.

  18. #29

    Join Date
    Apr 2007
    Posts
    78
    Points
    65.80
    Thanks: 0 / 3 / 3

    Default

    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?

  19. #30
    spellweaver's Avatar
    Join Date
    Apr 2011
    Location
    Denpasar
    Posts
    155
    Points
    130.15
    Thanks: 0 / 7 / 5

    Default

    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

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •