Jump to content

hunuza

Members
  • Posts

    133
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

hunuza's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. item_instance is not only used by character_inventory but also by guild_bank_item, auctionhouse, mail_items...
  2. Didn't try it but I think this should work: DELETE FROM corpse WHERE player = GUID; DELETE FROM character_aura WHERE guid = GUID AND (spell = 20584 OR spell = 8326); UPDATE characters SET health=1 WHERE guid = GUID;
  3. No, in case of holy >= 0, you don't need to do anything..
  4. Did you try that commit? http://github.com/Lynx3d/mangos/commit/ca35635a767b52c99891581bd3f6bb303724d2f5
  5. Do not post any links like that again. There will be no support for any alpha clients on this forums.
  6. Stop this. There will be no support for 4.0.0 in the near future...
  7. It might be safe to delete skills when we display the error message that the skill does not exist... But I plan to do a character database cleaner, that we can run on client switches etc.
  8. Skill 40 is the poison skill that no longer exists since 3.0.2. You can safely drop those from the database...
  9. Data in patch mpqs overrides data in common mpq. I think if they add file with size=0 they want to delete data from old mpq, without acutally editing the old mpq itself...
  10. You also compile MaNGOS in 64bit mode?
  11. You can either add it to character_stats or calculate it by equipped items...
  12. Derex told me that he has finished the patch support, but he would need to update it for 3.3.3a and he is currently very busy...
  13. No, currently we send the packet only to the person who used the command.
  14. This should no longer be a problem as honor and arena points are stored in a separate column in characters table...
×
×
  • 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