Florix

Members
  • Content count

    536
  • Joined

  • Last visited

Everything posted by Florix

  1. Title: Beastmaster Tagh Bugtracker Link: https://firestorm-servers.com/en/report/see_report/114223 Patch Content: NPC missing 3 Quests. Patch Content: https://www.wowhead.com/npc=80833/beastmaster-tagh https://www.wowhead.com/quest=34108/wanted-kiluun https://www.wowhead.com/quest=34106/wanted-ratok-the-hammer https://www.wowhead.com/quest=34107/wanted-hilaani DELETE FROM `creature_queststarter` WHERE `id`='80833'; INSERT INTO `creature_queststarter` (`id`,`quest`) VALUES ('80833','34106'), ('80833','34108'), ('80833','34107'); DELETE FROM `creature_questender` WHERE `id`='80833'; INSERT INTO `creature_questender` (`id`,`quest`) VALUES ('80833','34106'), ('80833','34108'), ('80833','34107'); UPDATE `creature_template` SET `npcflag`='3' WHERE `entry`='80833';
  2. Title: Out of the Chains Bugtracker Link: https://firestorm-servers.com/en/report/see_report/114213 Patch Content: The required quest item https://www.wowhead.com/item=110664/bloodmaul-slave-key does not drop from https://www.wowhead.com/npc=78778/rugrum-the-pit-boss Patch Content: https://www.wowhead.com/quest=34314/out-of-the-chains https://www.wowhead.com/npc=78778/rugrum-the-pit-boss https://www.wowhead.com/item=110664/bloodmaul-slave-key DELETE FROM `creature_loot_template` WHERE `entry`='78778' AND `item`='110664'; INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`, `shared`) VALUES (78778, 110664, -71, 0, 0, 1, 1, 0);
  3. hi, there is no beta. They just haven't updated the launcher
  4. https://docs.google.com/spreadsheets/d/1cGDsRz34-6vHX12wMog8Cq_oHmVyVb9ezgHvMmv8Lyg/edit#gid=1397037625
  5. Title: Usuri Brightcoin Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: Comment from 4.0.1 "As of patch 4.0.1 this vendor has no items but she'll still buy your junk." Comment from 7.0.3 "Seems to be still the case... She has nothing to sell. Wish Blizzard wouldn't abandon NPCs like this." Patch Content: https://www.wowhead.com/npc=35790 https://www.wowhead.com/item=40752 https://www.wowhead.com/item=45624 https://www.wowhead.com/item=40753 https://www.wowhead.com/item=47241 Fix: DELETE FROM `npc_vendor` WHERE `entry`='35790' AND `item` IN ('40752','45624','40753','47241');
  6. Title: Spirit Drinker Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: The Bonus Quest https://www.wowhead.com/quest=57591/spirit-drinker does not provide any reputation, which was odd for me. I checked on Youtube and several videos, showing how players got reputation from this quest. And of course, there are more quest with this ID but only 57591 is available on Firestorm. I'm not really used to quest_template_addon so bear with me for any mistakes. Fix: UPDATE `quest_template_addon` SET `RequiredMinRepFaction`='2417',`RequiredMaxRepFaction`='2417',`RequiredMinRepValue`='15',`RequiredMaxRepValue`='15' WHERE `ID`='57591';
  7. Title: Demonic Gateway Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: Shortly after a Server Restart, i have spotted this random Demonic Gateway in Stormsong Valley which does not belong there. For sure it is from a sniff which has not been removed yet. Patch Content: https://www.wowhead.com/stormsong-valley https://www.wowhead.com/npc=59262/demonic-gateway Fix: DELETE FROM `creature` WHERE `ID`='59262' AND `ZoneID`='9042';
  8. The 7th chapter is not released yet.
  9. Well, try one of those: https://us.battle.net/support/en/article/13072
  10. Title: Yetissa Bugtracker Link: https://firestorm-servers.com/en/report/see_report/113284 Patch Content: This vendor sells no items. This data i got for him are from wowhead and the structure is from trinitywiki. No sniffing is involved for extra data. Patch Content: https://www.wowhead.com/npc=143593 https://www.wowhead.com/item=183954 https://www.wowhead.com/item=52188 https://www.wowhead.com/item=20815 Fix: -- #143593/NPC - Yetissa <Jewelcrafting Supplies> - Add missing items on the vendor DELETE FROM `npc_vendor` WHERE `entry`='143593'; INSERT INTO `npc_vendor` VALUES ('143593','0','183954','0','0','0','1','0','0','26715'), ('143593','0','52188','0','0','0','1','0','0','26715'), ('143593','0','20815','0','0','0','1','0','0','26715');
  11. Title: Remy Galanthos Bugtracker Link: https://firestorm-servers.com/en/report/see_report/113283 Patch Content: This vendor sells no items. This data i got for him are from wowhead and the structure is from trinitywiki. No sniffing is involved for extra data. Patch Content: https://www.wowhead.com/npc=143495 https://www.wowhead.com/item=6532 https://www.wowhead.com/item=6533 https://www.wowhead.com/item=6530 https://www.wowhead.com/item=6365 https://www.wowhead.com/item=6529 https://www.wowhead.com/item=6256 https://www.wowhead.com/item=136377 Fix: -- #143495/NPC - Remy Galanthos <Fishing Supplies> - Add missing items on the vendor DELETE FROM `npc_vendor` WHERE `entry`='143495'; INSERT INTO `npc_vendor` VALUES ('143495','0','6532','0','0','0','1','0','0','26715'), ('143495','0','6533','0','0','0','1','0','0','26715'), ('143495','0','6530','0','0','0','1','0','0','26715'), ('143495','0','6365','0','0','0','1','0','0','26715'), ('143495','0','6529','0','0','0','1','0','0','26715'), ('143495','0','6256','0','0','0','1','0','0','26715'), ('143495','0','136377','0','0','0','1','0','0','26715');
  12. Sure. If you want mounts from WoD, like from the Tanaan Jungle. This feature is only working on the WoD server but if you get them there, they will be also on the newer expansions
  13. Title: Delia Bugtracker Link: https://firestorm-servers.com/en/report/see_report/113266 Patch Content: This vendor sells no items. all the given informations in this patch are from wowhead. not a sniff. Patch content: https://www.wowhead.com/npc=166089/delia https://www.wowhead.com/item=179011 https://www.wowhead.com/item=179012 https://www.wowhead.com/item=179013 https://www.wowhead.com/item=179268 https://www.wowhead.com/item=179992 https://www.wowhead.com/item=184281 https://www.wowhead.com/item=179022 https://www.wowhead.com/item=179025 https://www.wowhead.com/item=179267 https://www.wowhead.com/item=179275 https://www.wowhead.com/item=179993 Fix: -- #166089/NPC - Delia <Innkeeper> - Add missing items on the vendor DELETE FROM `npc_vendor` WHERE `entry`='166089'; INSERT INTO `npc_vendor` VALUES ('166089','0','179011','0','0','0','1','0','0','36228'), ('166089','0','179012','0','0','0','1','0','0','36228'), ('166089','0','179013','0','0','0','1','0','0','36228'), ('166089','0','179268','0','0','0','1','0','0','36228'), ('166089','0','179992','0','0','0','1','0','0','36228'), ('166089','0','184281','0','0','0','1','0','0','36228'), ('166089','0','179022','0','0','0','1','0','0','36228'), ('166089','0','179025','0','0','0','1','0','0','36228'), ('166089','0','179267','0','0','0','1','0','0','36228'), ('166089','0','179275','0','0','0','1','0','0','36228'), ('166089','0','179993','0','0','0','1','0','0','36228');
  14. Title: Ta'xera Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: Well, i guess this got correctly implemented, so i think the npcflag for questgivers is not given. Should also be a Blackmarket auctionhouse but i doubt you guys gonna implement it anyway. Patch Content: https://www.wowhead.com/npc=160081/taxera Fix: UPDATE `creature_template` SET `npcflags`='3' WHERE `entry`='160081';
  15. In 25 Mythic https://www.wowhead.com/npc=76906/operator-thogar is also not working.
  16. Currently in 25HC is https://www.wowhead.com/npc=15990/kelthuzad bugged. cannot be killed.
  17. Title: Anima-Laden Dreamcatcher Bugtracker Link: https://firestorm-servers.com/en/report/see_report/112264 Patch Content: Confirmed Bug Report => Questender missing. Patch Content: https://www.wowhead.com/quest=62259/anima-laden-dreamcatcher https://www.wowhead.com/npc=165341/droman-dawnblossom Fix: -- #62259/Quest - Anima-Laden Dreamcatcher - Add missing questender UPDATE `creature_template` SET `npcflag`='2' WHERE `entry`='165341'; DELETE FROM `creature_questender` WHERE `id`='165341' AND `quest`='62259'; INSERT INTO `creature_questender` (`id`,`quest`) VALUES ('165341','62259');
  18. Title: Katy Stampwhistle Bugtracker Link: https://firestorm-servers.com/en/report/see_report/107950 Patch Content: The item https://www.wowhead.com/item=156833/katys-stampwhistle can be obtained on the Legion realm, but the NPC itself does not work. I do not have access to any sniffs to get the Blizzlike gossip ID or the correct Broadcast ID, so i added a custom ID and leave the broadcast ID empty. Patch Content: https://www.wowhead.com/item=156833/katys-stampwhistle https://www.wowhead.com/npc=132969/katy-stampwhistle Fix: -- #132969/NPC - Katy Stampwhistle - Fix Toy #156833 UPDATE `creature_template` SET `gossip_menu_id`='132969' WHERE `entry`='132969'; DELETE FROM `gossip_menu` WHERE `MenuId`='132969'; INSERT INTO `gossip_menu` (`MenuId`,`TextId`,`VerifiedBuild`) VALUES ('132969','132969','25632'); DELETE FROM `gossip_menu_option` WHERE `MenuId`='132969'; INSERT INTO `gossip_menu_option` (`MenuId`,`OptionIndex`,`OptionIcon`,`OptionText`,`OptionBroadcastTextId`,`OptionType`,`OptionNpcFlag`,`VerifiedBuild`) VALUES ('132969','1','11','I\'d like to check my mail.','0','1','67108864','25632'); DELETE FROM `npc_text` WHERE `ID`='132969'; INSERT INTO `npc_text` (`ID`,`text0_1`,`BroadcastTextID0`,`Probability0`,`VerifiedBuild`) VALUES ('132969','Salutions! How can i help you?','0','1','25632');
  19. Dead link, New Link: https://www.curseforge.com/wow/addons/gathermate2_data/download/3373556
  20. Title: Soulwell (Object) Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: Soulwell spawned by https://www.wowhead.com/spell=29893/create-soulwell and collected into sniff data and later spawned as permanent spawn. Patch Content: Gameobject = 303148 https://www.wowhead.com/spell=29893/create-soulwell Fix: DELETE FROM `gameobject` WHERE `id`='303148' AND `ZoneID`='6134';
  21. Title: Young Dragonhawk Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: Hunter pet is spawned there from sniffs. Patch Content: https://www.wowhead.com/npc=42710/young-dragonhawk https://www.wowhead.com/krasarang-wilds Fix: DELETE FROM `creature` WHERE `id`='42710' AND `ZoneID`='6134';
  22. Title: Nava Bugtracker Link: https://firestorm-servers.com/en/report/index Patch Content: Vendor sells no items. It's not a sniff, just the infos from wowhead. There are no infos about intem context and support bonus on Trinity Wiki. Patch Content: https://www.wowhead.com/npc=174493/nava https://www.wowhead.com/item=173859/ethereal-pomegranate https://www.wowhead.com/item=174284/empyrean-fruit-salad https://www.wowhead.com/item=174281/purified-skyspring-water https://www.wowhead.com/item=174282/airy-ciabatta https://www.wowhead.com/item=174285/candied-walnuts Fix: DELETE FROM `npc_vendor` WHERE `entry`=174493; INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES (174493, 1, 173859, 0, 0, 1, 0, 0, 36228), (174493, 2, 174284, 0, 0, 1, 0, 0, 36228), (174493, 3, 174281, 0, 0, 1, 0, 0, 36228), (174493, 4, 174282, 0, 0, 1, 0, 0, 36228), (174493, 5, 174285, 0, 0, 1, 0, 0, 36228);