Jump to content

Shadez

Members
  • Posts

    158
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Shadez

  1. Hm... Perhaps when I changed HTML templates to XSLT, I forgot to add some files, I'll re-check it tonight. FrozenGod, cristinel which browsers do you use?
  2. Bump... This bug still active in [9719]
  3. Write in english, please, I can't read anything because of your wrong charset. Use http://ru-mangos.ru/ for support in russian language.
  4. I'm working on it now, Armory will be updated in few days.
  5. Change character faction features: - Replace faction mounts - Update character reputation - Replace spells - Replace achievements - Replace items Attention: there's NO any web-interface, just core script. You can test it with link like this: http://localhost/changefaction/index.php?guid=1&race=10 where guid - your character guid, race - new race. http://filebeam.com/aa5c16c5622eb4aca97dc140de8a13fa Don't forget to upload sql dump to any DB and change config.php values.
  6. Path to index.php tells me that you using IIS server instead of Apache. I can't guarantee that any scripts will work with this server.
  7. Sorry. You should find <div class="adbox"> <div class="ad-container"> <div id="ad_728x90"></div> </div> </div> and delete this div. Tpl files: character_sheet_start.tpl, character_talents_start.tpl, overall_body_starter.tpl and overall_start.tpl
  8. Search for <div id="ad_728x90"></div> in *.tpl files I'll update icons/models archives as soon as i'll have enough time. Sorry, what?
  9. What are you talking about? In system console
  10. [115] Added support for Spanish language (es_ES). Read INSTALL for more info. We need to test it Spell names/descriptions are broken because my dbc extractor can't handle some Spanish letters
  11. At first - i do not understand what 'character menu' is. May be character sheet? Secondly, commit with character activity could not affect the appearance of any problems. If you don't patch the core, just nothing from logs would be shown on character page.
  12. Select language from bottom - i think that you have active session with ruRU locale ($_SESSION['armoryLocale'])
  13. It will be shown when this feature will be implemented in MaNGOS core.
  14. Try to disable Strict Standards errors: armory_loader.php: - error_reporting(E_ALL); + error_reporting(E_ALL & ~E_NOTICE); And what PHP version do you use? silvercmd, in what page these errors appeared? May be you try to open page of non-existing character or item?
  15. Check charset of includes/locales/ru_ru.conf file. It should be UTF8. Can you show character-model.php XML result for this character (just replace character-sheet.xml with character-model.xml in address)?
  16. If the helmet does not shown in the game, in 3D it will not be shown, too. Yesterday update (r110) could not possibly affect to your problem You should change DB charset only if your DB encoding is cp1251. If you have utf8_general_ci, leave UTF8 in configs. Same with the site charset - if *.tpl files are in win1251, you can change site_charset in configs to this encoding too. Can you show me a screenshot? Sure, because i have problems with my internet too git pull origin master
  17. Look at the charset in your browser. All files have UTF8 encoding. I think it's DB related problem (wrong encoding?). Or you changed Db charsets in configuration.php (to win-1251 for example). There're not all textures in archive if i'm right. I'll update archive in few days. I planned to add support for the Spanish language today, but i didn't have enough time now. May be on next week i'll do this.
  18. As for me, i don't see anything 'bugged'. Can you explain this bug in more details?
  19. Search in tpl files: <div id="ad_728x90"></div>
  20. Sorry, I forgot to add swfobject.js file that needs for correct 3D Viewer work. Update to [105] and test 3D viewer, it should work now.
  21. Yes. Show me source HTML code of character-model-embed.php page (do not poste full HTML here, copy&paste it to http://paste2.org/ and provide link here)
  22. Hm.. That's weird. Update to [104] and check again - i have removed $ArmoryConfig['settings']['modelserver'] parameter, may be there were some troubles with it.
×
×
  • 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