Jump to content

antz

Community Manager
  • Posts

    2813
  • Joined

  • Last visited

  • Days Won

    94
  • Donations

    0.00 GBP 

Everything posted by antz

  1. 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.
  2. 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
  3. 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.
  4. 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.
  5. 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
  6. 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;
  7. 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.
  8. 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;
  9. 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;
  10. 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';
  11. By Ghost: its core issue entirelly...
  12. 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.
  13. 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.
  14. 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.
  15. 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!'.
  16. Return to Razor Hill CompleteText is wrong By GiantCrocodile: CompletedText: Buy a wind rider to the Crossroads from the wind rider master Doras, then bring Gryshka's Letter to Zargh at the Crossroads. Objectives: Buy a wind rider to Razor Hill from the wind rider master Doras, then bring Gryshka's Letter to Grimtak at Razor Hill. Fix: UPDATE `quest_template` SET `CompletedText`='Buy a wind rider to Razor Hill from the wind rider master Doras, then bring Gryshka\'s Letter to Grimtak at Razor Hill.' WHERE `entry`=6386;
  17. Many Level 85 achievements are wrong By GiantCrocodile: If you achieve level 85 you get a lot of achievements. For example not only for being the first level 85 orc on the realm but also for being the first troll, gnome, etc. which is obviously wrong.
  18. Git Issue #3 By GiantCrocodile: If you try to filter the items in the auction house by only max level it won't work. It will all items and not every item till character level x. If you fill in a min level it will work.
  19. Item Duration is 0/x of items in mail By: GiantCrocodile: I did buy some items from the auction house. The items were displayed as broken (0 of x durability left) in the mail box but after I got them into the inventory they weren't broken and with full durability.
  20. By GiantCrocodile: 0x3D54 0x7202 0x720E
  21. By Giant Crocodile: 0x7302 Thanks for your feedback @billy1arm! :)
  22. Thanks for these, they are a big help :)
  23. More Missing Opcodes From Giant Crocodile: 0x720A 0x2413 0x7816 0x1027 0x7102 Also this error gets spammed when you are watching the ingame video after account creation: received not allowed opcode msg_move_time_skipped (0x7A0A)
  24. By D3thw0lf: same problem...but that's not all. Chars who can ride and dismount can run in riding speed. for example: Player x mounts and dismounts he's as fast as his mount (100% or more) looks like .modify speed 2 or more. ;)
  25. By GiantCrocodile My character learned all possible riding and flying skills in Orgrimmar and he's level 85. Maybe this information does help. If you are not able to reproduce this I can give you a copy of my character out of the database so you can import it to your database copy and test it again.
×
×
  • 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