Jump to content

antz

Community Manager
  • Posts

    2819
  • Joined

  • Last visited

  • Days Won

    96
  • Donations

    0.00 GBP 

Everything posted by antz

  1. To Legion Hold (#10563) By jerbookins: Using the quest item, Box o' Tricks (#30638), near the Legion Communication Device in Legion Hold does not complete the quest. There is a scripted event missing that is necessary for the completion of the quest.
  2. Dissension Amongst the Ranks... (#10776) By jerbookins: Killing Crazed Colossus with the Blood Elf disguise does not correctly count toward the quest completion.
  3. To Catch a Thistlehead (#10570) By jerbookins: Placing the quest item on the ground, Bundle of Bloodthistle, does not properly spawn a Wild Sparrowhawk to kill.
  4. The Summoning Chamber (#10585) By Jerbookins: Using the quest item, Elemental Displacer (#30672), does not interrupt any sort of summoning event inside of the summoning chamber. There is a single mob near the summoning chamber named Summoner Skartax but he does nothing to contribute to completing the quest.
  5. The Fel and the Furious (#10612) By jerbookins: The fel reaver control consoles do not function and the deathforged infernals are objects that do not move and you cannot interact with.
  6. Fires over Skettis (#11008) By jerbookins: Using the quest item, Skyguard Blasting Charges, on the Monstrous Kaliri Eggs does not destroy the eggs. Unable to complete quest.
  7. Zuluhed the Whacked (#10866) By jerbookins: Using the key dropped from Zuluhed to unlock Zuluhed's Chains on the dragon Karynaku does not free Karynaku for the quest requirement.
  8. Abduction (#11590) by jerbookins: Using the quest item on the appropriate mob does not fulfill the quest requirement.
  9. Oh Noes, the Tadpoles! (#11560) By jerbookins: Freeing the baby Murlocs from the cages does not fulfill the quest requirement.
  10. Fueling the Project (#11715) by jerbookins: Using the Portable Oil Collector near the Oil Pool successfully kills the oil pool npc but does not fulfill the quest objective.
  11. Last Rites (#12019) By jerbookins: The NPC that is supposed to be atop the Naxxanar is not there. Valanar (#25601). If I spawn the NPC manually with a GM, killing him does not fulfill the quest requirement.
  12. The Focus on the Beach (#12065) By jerbookins: Using the quest item, Ley Line Focus Control Ring, near the quest object, Ley Line Focus, does not fulfill the quest requirement
  13. Conversing With the Depths (#12032) by jerbookins: This quest NPC does not appear after interfacing with the Pearl of the Depths, even if the NPC is spawned with a GM there is no way to interface with the NPC to complete the quest.
  14. The Plume of Alystros (#12456) By jerbookins: Using the quest item, Skytalon Molts (#37881), does not taunt Alystros down to attack you. Also, Alystros (#27249) is completely still and has no animation while not in combat.
  15. The Thane of Voldrune (#12255) By jerbookins: Interfacing with the dragon, Flamebringer (#27292), prompts the player with a dialogue "Unchain and control Flamebringer." but selecting this does not initiate any scripted event or allow you to ride the dragon in order to reach Thane Torvald Eriksson
  16. Blood Draining not work on health < 35% By arliweng: for now, the enchant "Blood Draining" not work when GetHealth() about: [URL="https://github.com/mangostwo/server/commit/eb61995f7e40c1d1da2ba093f011a96d2fc87d57"] eb61995[/URL] if (GetHealth() - damage > health35 || GetHealth() return SPELL_AURA_PROC_FAILED; fix to: if (GetHealth() - damage > health35) return SPELL_AURA_PROC_FAILED;
  17. guthub issue #60 By tbayart: When an Elite mob is killed, it never drop anything else than money. Don't know if there is something broken in database, server ou mangos.conf file. Maybe something missing.
  18. Quest 10309 fix By tbayart: During the quest, some 'Zaxxis Ambusher' attack the player. They appear to be green and are unattackable. I applied this to fix the problem : update creature_template set faction_A = 16, faction_H = 16 where entry = 20287;
  19. Quest 10310 by tbayart: The quest needs you to protect an NPC from 3 kind of creatures wich will spawn and attack the npc. All creatures appears to be green and are unattackable. I applied those to fix the problem : update creature_template set faction_A = 90, faction_H = 90 where entry = 20399; update creature_template set faction_A = 90, faction_H = 90 where entry = 20402; update creature_template set faction_A = 90, faction_H = 90 where entry = 20403;
  20. Can't learn first aid from NPC 18990 By tbayart@ As an alliance player, you can speak to NPC 18990 named 'Burko'. You should be able to learn first aid from him but to do so, I had to fix his template with this : UPDATE mangos . creature_template SET npcflag ='80' WHERE entry ='18990'; I didn't test it but I think horde player have the same problem with NPC 18991 named 'Aresella' (same wrong npcflag). Apply this to fix Aresella : UPDATE mangos . creature_template SET npcflag ='80' WHERE entry ='18991';
  21. By Ghost: its core issue entirelly...
  22. Training Dummies are bugged By GiantCrocodile: The training dummies can move and die. The correct behavior would be to make them immobile and having a minimum of 1 HP.
  23. Lazy peons quest in Durotar is bugged By GiantCrocodile: If you try to use the quest item to hit the lazy sleeping peons nothing happens.
  24. Quest Meats to Orgrimmar By GiantCrocodile: Burok in Razor Hill give me the quest to bring Grimtak's Meats to Burok (himself). The quest is instantly finished.
  25. Great-father Winter offers the same quest twice By: Giant Crocodile I talked to Great-father Winter to complete the quest from the Wonderform Operator but Great-father Winter offers me still two times the quest 'Great-father Winter is Here!'.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use