Jump to content

Shadez

Members
  • Posts

    158
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Shadez

  1. 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.

  2. I have found on 1 .tpl file and then i discovered that this is not the right file (i deleted it and nothing happen)

    so can you tell me the REAL file name please?

    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

  3. i mean the black banner on the top right..

    Search for

    <div id="ad_728x90"></div>

    in *.tpl files

    and BTW there is no Arena Season8 sets icons/models.. :)

    I'll update icons/models archives as soon as i'll have enough time.

    Bug:Item used is 0.equip is 1.

    Now Item rev. 117 Item used is 1,equip is 0.

    Sorry, what?

  4. I think I know what the problem is with character menu. It is because of character activity.

    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.

  5. i think configuration file is not working because

    the armory page still in russian even after changing it to en_gb

    and yes i changed configuration.php.default to configuration.php

    Select language from bottom - i think that you have active session with ruRU locale ($_SESSION['armoryLocale'])

  6. 10>..\\..\\src\\game\\Group.cpp(1713) : error C2065: 'MAX_TOTEM' : undeclared identifier

    10>..\\..\\src\\game\\Group.cpp(1715) : error C2248: 'Unit::m_TotemSlot' : cannot access private member declared in class 'Unit'

    10> e:\\mangos\\compil\\mangos\\src\\game\\Unit.h(1899) : see declaration of 'Unit::m_TotemSlot'

    10> e:\\mangos\\compil\\mangos\\src\\game\\Unit.h(1076) : see declaration of 'Unit'

    MaNGOS 9556 (from insider42's repo)

  7. I have this problem and i was googling for it HOURS! and nothing helped me,

    Some help here mate's?

    Strict Standards: Non-static method DbSimple_Generic::ParseDSN() should not be called statically, assuming $this from incompatible context in C:\\AppServ\\www\\sgnwow\\armory\\includes\\classes\\libs\\DbSimple\\Mysql.php  on line 35

    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?

  8. Sure. Here it is 7064e3a61e7bt.jpg. I've noticed that it doesn't matter what is default charset in .htaccess. It always shows diamonds in armory.

    Check charset of includes/locales/ru_ru.conf file. It should be UTF8.

    I have updated my character_model.tpl. At first it displayed model (animation and freeze too), but only helmet, cape and shoulderplates. Not it displayes nothing. WTF?

    Can you show character-model.php XML result for this character (just replace character-sheet.xml with character-model.xml in address)?

  9. Now rev.110 3D Model shown't Helmet.

    If the helmet does not shown in the game, in 3D it will not be shown, too.

    When I used your armory before downloading 3D updates all worked fine, but yesterday I couldn't get to my character menu (because of russian nick).

    Yesterday update (r110) could not possibly affect to your problem

    then I've adapted config, changed default charset from utf-8 to cp1251

    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?

    If you'll add other textures, please add them separately of this archive. I live in Uzbekistan, and it's problematical to me download such big files.
    Sure, because i have problems with my internet too ;)
    can anybody tell me whats the code to update source?

    git pull origin master

  10. I have a problem with armory coding. In russian language armory displays diamond-shaped symbols instead of words. I've looked in ru_ru.conf, it showed not-russian letters too. I have changed this with ru_ru.conf from github, but it still showing diamonds. I've also changed .htaccess. No results.

    Look at the charset in your browser. All files have UTF8 encoding.

    The next problem is character menu. It doesn't shows characters with russian nicks.

    I think it's DB related problem (wrong encoding?). Or you changed Db charsets in configuration.php (to win-1251 for example).

    And 3D viewer. I have installed all sql updates, downloaded textures, but the progress bar comes to 100% and nothing happens. Hope for your help.

    There're not all textures in archive if i'm right. I'll update archive in few days.

    How about implement Spanish lang? :P

    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.

×
×
  • 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