Jump to content

Ambal

Members
  • Posts

    371
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Ambal

  1. Happy New Year to everyone, guys! I wish all of you the very best things the life can offer!
  2. Such issue usually caused by access to already deleted object (in your case it is item).
  3. As far as I understand this issue is not caused be recent [11360]. Am I wrong, Schmoozerd?
  4. what is the problem with current Creature::CanInitiateAttack() function?
  5. Very nice, Neo2003. I have no objections about latest patch
  6. Why would map update be twice as fast? If you are right then why periodic auras do not expire with double speed? Current packet processing system does not care about MapManager update timer - it simply does not need any of those. Also, if you are aware, some packets are currently executed in Map::Update() function. So I'd like to get an example of the code which proves your findings - at current stage I do not believe in problems of such sort.
  7. Neo, isn't is easier to remove this code from MapManager::Update(uint32) function: i_timer.Update(diff); if( !i_timer.Passed() ) return; plus setup correct value for WUPDATE_OBJECTS timer to not invent brute hacks with Update(0)? Also, what do you mean by 'set interval = 1000 and get diff = 50'? We always send to Map::Update()/Transport::Update() methods real diffs between updates. So I'm not quite sure what are you trying to fix P.S. MapManager uses its own timer to handle Map updates, which is different from World tick update timer.
  8. Any info regarding this freeze? Is it actually fixed?
  9. Ok, then don't forget to write your feedback once you'll be able to test this commit. Cheers
  10. Janu, are you sure this freeze has gone away? I have no possibility to check, thats why I ask
  11. Well, how many of you are actually host 'private' servers with 2k+ players? Latest mangos core with mtmaps patch is able to host 3.0-3.5k+ online or ~2k in single-threaded mode. We do not have time to create 'cool' things which will make sense for 1% of servers... And mangos is still officially is not multi-threaded.
  12. If you mean 'multi-processing' e.g. several processes hosting one realm - no, mangos is not capable of such things.
  13. In [11284]. Next stop is support for SELECT queries Thanks to everyone involved!
  14. I suggest everyone interested to start testing the latest version of the patch since currently no problems were found on 1k+ realms. In case no issues will be reported I'll commit this patch in nearest week. Cheers
  15. The most important thing: backup your database! So in case something will go wrong you can easily restore your data.
  16. Please, repost this bugreport in AuctionBot topic. Closed.
  17. yes, please, drop VLD. In case we will need memory leak detector there are plenty brilliant profilers around.
  18. New version of the patch which will properly use static local variables to hold prepared statement related data. Support for rev [11265].
  19. CRITICAL: please, update to the latest patch version due to found critical issues with function static variable initialization in multi-threaded environment! And report by how much your server CPU usage has increased (shouldn't be more than 5-6%).
  20. this might be related to commit [11222]. Can you rollback and check?
×
×
  • 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