Jump to content

Shadez

Members
  • Posts

    158
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Shadez

  1. Before new gossip system was implemented, guards' gossips were stored in ScriptDev2 sources, so you need to disable their scripts in db: update creature_template set ScriptName='' where entry in (paste guards IDs here) but if guard scripts have some other operations besides gossips, they will be disabled too, remember this.
  2. Core: 9320 Once logged in, character's title is reset and does not appear. However, you can re-select it in the titles list and it will be displayed until the next logon.
  3. You need to add model data to `creature_model_info` table: INSERT INTO `creature_model_info` VALUES (31119, 0.5, 1, 2, 0);
  4. These strings in en_gb.conf are not used, so don't worry about it. About news: you can add/edit it by filling rows in `armory_news`table. Row `date` must have unix-timestamp format.
  5. Yeah, I know that too Current progress state: basic character animation works fine http://img709.imageshack.us/gal.php?g=20100201014633.jpg
  6. I got this data in first day when 3D viewer feature was released I have parsed DBC files and now i got all textures urls and downloading it to my local server. Main problem is correctly generate texture filenames in character-model.xml. Size of all unpacked textures & blps is ~1.5GB =(
  7. Go to Start -> Run... type cmd and press Enter then, in command promt type this: cd /d D:\\xampp\\htdocs\\Arsenal\\ <press Enter> ren htaccess .htaccess <press Enter> or use some file manager such as Far or Total Commander
  8. Edit files: Generic.php Line 113: $object = new $class($parsed); Line 133: $t = new Cache_Lite(array('cacheDir' => $dir.'/', 'lifeTime' => null, 'automaticSerialization' => true)); Mysql.php Line 73: $obj = new DbSimple_Mysql_Blob($this, $blobid); And run script again. If these errors will disappear, please report here, i'll make commit to repository.
  9. In most cases, yes No, official armory has no these features. Pack HTML, PHP and SQL codes in one file? No, thank you, I do not need such scramble. Why? May be you just don't know how to use it?
  10. Working patch from insider42 repo. PS I don't know who is author of this patch
  11. Have you read start post in this thread??
  12. Make sure that you have mod_rewrite installed & enabled and rename htaccess to .htaccess (in root directory)
  13. I can confirm this crash on [9245].
  14. Try to upload new dump, added in [53] (be patient, uploading will take long time!)
  15. Read INSTALL Update to last revs and check again. Are you sure that you have mod_rewrite installed and enabled on you Apache server?
  16. http://paste2.org/p/622730 MaNGOS: 9221 Custom patches: none SD2: 1553
  17. The World of Warcraft Armory is a vast searchable database of information for World of Warcraft - taken straight from the real servers and presented in a user-friendly interface. Since the Armory pulls its data from the actual game servers, it is the most comprehensive and up-to-date database on the characters, arena teams, guilds, and items of World of Warcraft in existence. I would like to introduce you my project - WoWArmory. This is PHP-written engine, which allow you to show characters, guilds, items pages, etc. Supports all European languages which are available in official Armory. Features: - Works with 3.3.5a version - Works with MaNGOS and Trinity Core (since [200] rev.) - Supports multiply realms - Character profile - Character achievements - Character reputations - Character talents (with dual talent specialization) - Guild roster - Guild statistics - Guild vault - Arena teams ladder (2v2, 3v3, 5v5) - Arena team profile - Arena team history (works only with provided MaNGOS/TC2 core patch) - Item info page (with source, drop table, craft info, disenchat, required reagents, opposite faction equivalents, etc.) - Database search through multiply realms (characters, guilds, items, arena teams) - Blizzlike design - Talents calculator (character and pet) - Arena calculator - Account profile support - Bookmarks - 3D Viewer TODO: - Switch to native XSL templates and drop Smarty engine support. // Implemented in rev. 122 - Need to finish account functions to allow create character bookmarks, manage access to guild bank page, calendar (when it will be implemented in MaNGOS core). // Implemented in rev. 49 - Correct display character reputation page (faction headers) - Search filters for items support // Implemented in rev. 334 - Add support for more than 1 realm // Implemented in rev. 168 - 3D Model Viewer suppot // Basic support added in rev. 101 Known bugs: - Armory is not working/not properly working with Internet Explorer - Some item set pieces are not shown or not highlighted even if item is equipped. // Fixed in rev. 256 System requirements and installation: 1. Download sources from GitHub repo (git clone git://github.com/Shadez/wowarmory.git). 2. Read INSTALL file and follow all steps. 3. For correct 3D Viewer installation read 3DViewer_info.txt Recommended internet browser: Opera 10. Screenshots: ImageShack gallery F.A.Q: Q.: When I try to open character page error appears: A.: Make sure that you've installed server core patch and applied SQL update to characters database (create `armory_character_stats` table). Also, enable debug log in configuration.php file ($ArmoryConfig['settings']['useDebug'] = true; $ArmoryConfig['settings']['loglevel'] = 2;) and copy-paste log from http://armory_url_here/cache/_debug/. Please, use http://paste2.org service if you log is too big or use code tags. Please note that character will be displayed in Armory only after saving (log in game with character and .save him). Q.: Is 3D Model Viewer implemented? A.: Yes. For more info read 3DViewer_info.txt. Q.: I've installed Armory but when I try to open any page it says "DbVersion Error" or "Configuration file is outdated". A.: Update Armory database with all required SQL updates from sql/updates folders or update your configuration.php from default file (configuration.php.default). Thanks: I would like to thank these people: Chestr (aka DiSlord), SUPERGADGET, Fog (aka LordJZ), Arcano, FearX for code examples, help and support. Related links: Russian MaNGOS Community thread. Project page on GitHub Commits history Issues Files to download Twitter Changelog License: Armory is developed under GNU GENERAL PUBLIC LICENSE, so you can do anything with this sources (but you must leave original author's copyrights and publish project under GNU/GPL license too). Donate: If you want to support the project, you can send any amount to the WM-wallet (only on your personal choice!): R259871674928 (RUR) or Z622983414454 (USD) World of Warcraft™, Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. The data contained herein is proprietary to Blizzard Entertainment, Inc. You are granted a limited license to make personal use of the information contained herein for non-commercial purposes only.
  18. Hello. 3.2.x items with herioc flag (i'm suggest it's 4104) are shown without gem sockets and enchants. But if you shift-click on it, socket window will open if item have it. Core: MaNGOS 9110 DB: YTDB r527
  19. MaNGOS 9110 (insider42 repo) SD2 1541 (insider42 repo) Custom patches: dual talent spec. DB: YTDB 527 http://paste2.org/p/602508 Does this crash caused by some SD2 script? > ?DoScriptText@CreatureEventAI@@QAEXHPAVWorldObject@@PAVUnit@@@Z+160 Thanks.
  20. I think that you hide server windows before server restart, right? I forgot to set windows shown before shutdown server and i think that you problem in it. Tested by myself - works fine. Download. Yes, you right. Correct, it's my typo =/
×
×
  • 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