Jump to content

Olion

Members
  • Posts

    537
  • Joined

  • Last visited

  • Days Won

    30
  • Donations

    0.00 GBP 

Everything posted by Olion

  1. Changed Status to In Progress Changed Priority to High I can test it again only two days later. In between, didn't you miss this core commit? Your issue suggests you've overlooked this change.
  2. Changed Status to In Progress Changed Assigned to Olion Changed Priority to Low
  3. Indeed. This is because blizz relied on the gameobject casting in this encounter. The 5 spells involved do not complicate it further, so the simplest fix is evident. Just have to invent the Zeppelin Power Core's (shining blue crystals) behaviour based on the quest text.
  4. Changed Status to Duplicate
  5. Changed Status to Awaiting Feedback Changed Implemented Version to 22.1 Changed Milestone to 24 Changed Priority to New / Assign Priority
  6. Could you provide a video to this quest? It involves also Zeppelin Power Core GO (186396), so the question is how many are there such GOs and what they do (spawn/despawn) besides adding the Energized! aura to the nearby players.
  7. Changed Status to Cannot Reproduce Changed Implemented Version to 22.1 Changed Milestone to 24 Changed Priority to New / Assign Priority
  8. One can barely do anything helpful without the stack trace. Also, nobody is able to fix a code without reading it. The fragment cited above does not belong to contemporary Mangos (Zero, One, Two), it is rather a part of the TrinityCore.
  9. Changed Status to Completed
  10. Olion

    Extracting Game Data

    If you have Git installed, then you have the program able to execute Linux shell scripts. Start Git console, change directory (commands "cd" and "pwd" to check) to your client directory (where wow.exe file resides) and enter "./ExtractResources.sh" without quotes. But yes, this detail must be mentioned in the guide.
  11. Namely, this is their solution preventing a crash. Which does not mean that there are no other similar bugs causing crashes. Probably it would be good to import this change up to One and Two.
  12. This is a DB-based implementation. I was confused about the spell_linked table (whch core does contain it and which one does not), so I had to port it from Zero.
  13. It is not the last crash due to holding Player* in control structures instead of ObjectGuid. This one must be mended by the recipe from the referred topic.
  14. Changed Status to Confirmed
  15. Changed Status to In Progress Changed Assigned to Olion Changed Implemented Version to 22.1 Changed Milestone to 24 Changed Priority to New / Assign Priority
  16. Thank you for the valuable info on spell linking. However the fix proposed is unacceptable. An obvious reason is sharing issue. If you do need to modify Spell.dbc visible within the server, use SpellMgr::ModDBCSpellAttributes(). This is not the case, the spell_linked table must have the desired effect and deserves to be filled finally. I wonder what blizz have meant omitting Effect1. I suspect the link between the spells may be more complex, but the presented info gives us a good start.
  17. I consider a "fixing" as "to make things blizzlike". It's more complex to make the mentioned spells exclusive (as they are now) than to make them stackable. But, in this case "blizzlike" means "exclusive since 1.7.0 version", so until we support either 1.12 or a TBC version here, it's all right. The "bugged server" can support vanilla 1.6 version and be correct in the buff stackability. But if they claim supporting any TBC (2.x), the stackable Sayge's buffs are non-blizzlike (more exactly, antiblizzlike due to our knowledge of desired behaviour) and, in my terminology, bugged.
  18. Changed Status to Completed Changed Implemented Version to 22.1 Changed Milestone to 24 Changed Priority to Low
  19. Sorry, the screenshot cannot be accepted also, since it is from a buggy private server. Note also that the spells have attribute SPELL_ATTR_EX6_NOT_IN_RAID_INSTANCE, meaning the buff vanishes while walking a raid instance.
  20. Exactly this bit on CreatureEventAI is shown in the logs (both console and world-server.log) with all default mangosd.conf settings. To get others, I suppose, you need to request more detailed logging in the config. I tested it on a Win32 clean build with DB set up via InstallDatabases.bat. Just checked that the latest DB updates were installed too.
  21. Quite possible. However, few errors from this list I've randomly looked at, are One DB bugs actually.
  22. Here. I did not manage to get both DND and Blizz tags (the later has priority), but it is possible that at these ancient times blizz GMs had been never resting .
×
×
  • 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