Jump to content

darkstalker

Members
  • Posts

    717
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by darkstalker

  1. i always tought that was done with macros
  2. no, titan's grip doesnt allow polearms
  3. thats made with vehices (not supported yet)
  4. looks like i was right, there is a way to make client reconnect to another server: http://github.com/mangos/mangos/commit/cc082e6d812d2c42e187801c2a537cb591447afc so multiprocessing is the way to go
  5. client bugs are caused by the server sending wrong data
  6. this "works" but doesnt totally solve the problem, you can still open the chest during despawn animation and get double loot, so a server side check is needed.
  7. git rebase doesnt apply new patches, it just does all you said here automatically (update repo, then reapply custom patches on top). you will get merge conflicts but its a lot less work overall to fix conficts than apply tons of patches manually
  8. that "disabling stuff for more stablity" is a wrong concept.. instead read the crash dumps and see whats really crashing your server
  9. PvP trinket items have spellcategory_1 = 1182, so it should work there is actually 2 spells: 72752 - category 1166, same as WOTF 72757 - category 1182, same as PvP trink so spell 72752 should be precasted by pvp trink, and 72757 by will of the forsaken edit: tried it but seems that items/spell cooldowns don't interact..
  10. that spells could be added to playercreateinfo_spell
  11. he asks for instance script sounds, what you need is to use DoScriptText call in SD2
  12. why not just rebasing git instead of applying patches all over again?
  13. try mysql tuning-primer https://launchpad.net/mysql-tuning-primer
  14. add a exception in IsNoStackSpellDueToSpell for SpellIconID 108
  15. maybe its there an spell that does the damage
  16. spell power is getting added twice there, once in code and other in database (spell_bonus_data)
  17. the "player->isAlive()" seems to be the problem here, maybe you can keep the "player->GetMapId() != GetId()" check.
  18. always been using UnSummon() instead of ForcedDespawn() because of this
  19. who cares about the delay? if it's done in the right way its ok. This is a educational project, no need to do things fast.
  20. mangos separate everything due to legal reasons, and to improve modularity
  21. this patch is obsolete, use SOAP interface instead.
×
×
  • 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