Jump to content

darkstalker

Members
  • Posts

    717
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About darkstalker

  • Birthday 01/01/1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

darkstalker's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. if you're gonna have a dedicated pc why not use linux? windows is terrible for servers
  2. Is it possible to run builtin-ACE configure in the cmake configure step (when running 'cmake ..'). That's what currently causes problems while doing multi-jobs builds (make -jN). That external project thing doesn't fit well with the whole cmake build system.
  3. Values displayed in client are wrong, like mana/energy costs, casting times. It displays like you had no talents, but they're working server side. For most effects it's harmless, but some of them are used for client-side spell cast checking.
  4. Mangos Version: 11751 Custom Patches: none (tested on R2 and clean mangos, was the same) SD2 Version: none Database Name and Version : YTDB 604 How it SHOULD work: spell mods affect both client and server effects How it DOES work: spell mods are affecting only server side effects, client side effect is missing. Can easily test with a shaman spec'd into Improved Ghost Wolf. If you have the talent, client displays cast time on Ghost Wolf and doesn't let you cast while moving, but if you stand still you can cast it and it goes instant cast.
  5. that's patch for R2's extended ClassFamilyMask
  6. we should stop using printf-like functions and use stream-type ones (like std::cout)
  7. blizz servers run with a different version of the dbc. Shipped one with client is only meant for displaying spell data on interface. Or maybe they create/modify spell entries in run-time.
  8. new version of patch here, for anyone still interested in bit access and enumeration of spell family masks.
  9. Visual studio doesn't follow standards and compiles wrong code in several cases. Better use gcc as reference.
  10. Added sample implementation in base of mangosR2 branch https://github.com/darkstalker/mangos/commit/eb8400dcdf5de4fa63ebd3d4edc937c86c6476b9
  11. R2 contains all stuff on rsa branch? or it's totally different? comments would be interesting if they wouldn't be on russian ><
  12. You can reproduce it like this: 1. Mount up 2. Enter a battleground (like WSG) 3. Try passing through a door (you're too fat) Seems to be caused by map switching while mounted.
  13. Cooldown system should be rewritten with millisecond precision, so can properly implement spells like 70811
×
×
  • 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