Jump to content

Shadez

Members
  • Posts

    158
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Shadez

  1. For Trinity users: where is arena team rating is stored now? AFAIK it was in `arena_team_stats` table, but now I can't see that table in characters_database.sql dump and some data are stored in `arena_team_member` table. How to get team rating now?
  2. Thank you! Changes were added to repository in [435] commit.
  3. Armory requires Apache's mod_rewrite module.
  4. drkcodeman, you can use this Armory with 3.3.3/3.3.5 version only. Of course, you can try to change a lot of code to make it works with Classic or Burning Crusade servers but I can't guarantee you anything about it.
  5. As you all maybe already know, Blizzard has launched new WoW Community Site with new Armory in it. I've been starting to work under new version of the project which will include most of all WoWCS's features (I hope I can do it ). So, because of it, current repository will have only high-priority updates. Also, if somebody wants to help me with development, you can contact me via Private Messages here on forum (or on GitHub.com) or via ICQ (UIN is in the profile information).
  6. Talent trees are back with [408] revision
  7. Show me the source code of this page (CTRL+U). Edit: read your message on github. Warning: Unknown: open(C:\\Blizzlike 3.3.0\\Server\\tmp\\sess_a0a0b1566e9356efba25119af4639edf, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\\Blizzlike 3.3.0\\Server\\tmp) in Unknown on line 0 It's a web-server side problem, not wowarmory issue.
  8. Can you provide more info about this? Item ID for example. I have information about problems with talent preview on TC characters, but this issue is still not resolved yet, I'm working on it. Also, look at your debug log (http://armory_url/cache/_debug/), maybe there's some info about your problem.
  9. What's wrong with UNIX_TIMESTAMP() function?
  10. Try to update your characters DB with provided sql update in [400] revision (sql/updates folder).
  11. Fixed in [396] rev., thank you for report!
  12. Those who enabled this hack can remove it and try to launch armory after [392] revision. I've changed some code and it's really decrease connections number. But I'm still doubt about the way I've changed it. If somebody have any tips about improvements, please post it here.
  13. I think I screwed up with XML locales (talent-tree-*-*-*.xml files in _data or data directory, can't check right now), I'll try to fix this on next weekends. Calendar feature needs core support.
  14. Possible fix for those who have troubles with browsing items, characters, etc. and have SQL-related errors in debug log (unable to connect or unable to select data from original MaNGOS/TrinityCore tables such as `item_template` or `characters` (and table structure in query is fine)) - change max_connections variable in MySQL config to more higher than current (default - 100). Why you need this? I'll explain: currently, each class is inheriting from the "Armory" class (class.armory.php) and with new instance of any class script reconnects to the database which leads to these errors when the maximum allowable number of connections reaches the maximum. This is temporary hack. Until I fix this (only on next weekends or when I'll have free time (maybe earlier, maybe later)) you need to reconfigure your MySQL server. My apologize for the inconvenience.
  15. roelv, try to compile as usual (with one of processor cores, if I'm right) with patch update from [381].
  16. That's bad. If you can, please, provide these erorrs. I'm not so good at C++ programming but I don't see any reasons to compile fail. Some threads in Database section were recovered from old archive after unsuccessfull maintenance. I don't know what Amber mangos website is. Wowarmory is stand-alone project and configures independently from other sites.
  17. Added in [377] revision, thank you. You can find character with search (`armory_character_stats` table is not checking here) but if this table have no data for selected char, you'll unable to view it on character-sheet page.
  18. Maybe you should read first instead of posting already discussed issues?
  19. Your log is ok, I don't see any Characters::BuildCharacter() error messages.
  20. I need your debug log. It's not error - just debug message.
  21. From /src/server/game/Battlegrounds/Battleground.h: And also look at this commit - all "BattleGround[...]" were changed to "Battleground[...]".
×
×
  • 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