Jump to content

QSOS

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

QSOS's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. It seems to have a few constant expiry dates it's pulling out from somewhere. They are: 1996200000 2200881600 4450651200 It's also failing to assign instance reset times ("instance locks are scheduled to expire in ."), which may be the cause of this problem?
  2. Without line numbers, your crash log has no use. The only thing it tells us is that Mangos crashed accessing invalid memory.
  3. You are quick to slag others and generalize the entirety of the community based on the unconstructive comments of a few. You even go to the extent to wonder "why people bother to contribute at all anymore" - yet the fact that you remain active here is an indicator that you could not operate your server without the selfless contributions by people such as TOM_RUS. Do yourself a favor and grow up. The real world is filled with assholes that should be burnt at the stake, but they're not going to go away anytime soon.
  4. FYI, SpellAuras.cpp line 8322, iterator is never incremented: for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); itr) Should be: for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
  5. Mangos Version: 9813 Custom Patches: None SD2 Version: 1679 Database Name and Version : YTDB 545_FIX_9799 How it SHOULD work: When entering Ironforge your zone should be updated and not passed as being in Dun Morogh. How it DOES work: When in Ironforge you are treated as still being in Dun Morogh. Do a /who in Ironforge if you don't understand.
  6. Does Mangos have a function which does this already?
  7. Any chance of a repost? http://paste2.org/p/356592 is a dead link.
×
×
  • 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