Jump to content

VladimirMangos

Members
  • Posts

    2813
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by VladimirMangos

  1. In [9541]. Thank you
  2. i not sure that this critical. Specially in case file data access and so slow system call.
  3. In [9540]. Thank you
  4. In [9539]. Thank you
  5. I think better caster exclude move in to own TARGET_ALL_FRIENDLY_UNITS_AROUND_CASTER code. It's already anyway have exceptions [added]In [9538] with this change. Thank you
  6. I add damage bonus part in [9534] (thanks to KAPATEJIb ) but not see generic way (or at least without _horrible_ hacks) fix remove immunity problem. ((
  7. prices must show for you in same scale. And this all not important because server not intresting how client show this. It can own prices and gold data and client not affect it.
  8. Just lol. Not bug. Not affect anything in reallity. Google before post nonsense.
  9. Added to master in [9523]. Thank you [added]And into 0.12. Anyone know, is this alsowork in same way for 1.x client time?
  10. I think need test aura itself: Because spell effects applied to different targets and can be buffs/debufs in same spell. Hmm, if we skip debufs then from weapon can be only exist auras at caster itself only? So safe GetTarget link maybe...
  11. In [9521]. Thank you I also move repeating code to function.
  12. Can you check last patch in http://mangos.lighthouseapp.com/projects/18208/tickets/441-linux-configure-script-doesnt-check-for-mysql-headers ?
  13. In [9494]. Thank you
  14. In any case last reported crashes not related to problem. I will add like posts in independent from it usefulness or will just close thread...
  15. Ofc, no. Like crash only meaning that greadsearch function called with NULL somewhere (look in crashdump for search where. And in BUT chance this is some broken script.
  16. Added to [9482] in rewrited form. Thank you
  17. Please, not use http://pastebin.com. It sometime corrupt patch strcuture as in last posted version case. Exist more safe services: github.com gists or http://www.paste2.org/ (but down currently) or http://pastebin.ca/ [added]I will add more commment, because patch big Must be
  18. Thank you! Add in to [9479]. This is can possible source for not fixed part crashes. So will look at result
  19. Move thread to accepted with link creating from original section (as non under review section).
  20. 1) old code have known freezes 2) use 2 socket lib in one project also not nice, additinal conflicts in code etc. Using only ACE let do more cleanups and improve portability
  21. In [9464] with some optimizations. Thank you
  22. Small note for using spell ids on code. Please always in comments write spell name for simplify in future search by code and code reading.
  23. I think implementation in overhard way and create additional problems. Bonuses expected to be applied while Presence active from start and removed at expire.I not see remove part. In general use for like aura bonuses spell proc handlers wrong. You need sql, you need handler code, you need remove aura code. Instead binus auras must be added in to Aura::HandleSpellSpecificBoosts specially created for like cases when some bonus with additional requirement applied at first main auras apply and removed at last main aura remove. This lot more easy way: you not need adding sql data, you have all checks in single place.
×
×
  • 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