1. #1

    WIM Armory Link changing. Help?

    WIM has been updated several times, but they have yet to change the Armory link to the new Battle.net template. What can I change in the LUA files that will make it use the Battle.net site instead of WoWarmory?

  2. #2

    Solved

    File:
    WIM-3.5.8\WIM\Modules\URLHandler.lua

    I use this config:
    Code:
    armoryLinks = {
        {
            title = "ArmoryLite",
            url = "http://armorylite.com/{eu/us}/{realm}/{user}"
        },
        {
            title = "WoW Armory",
            url = "http://{eu/www}.battle.net/wow/es/character/{realm}/{user}/simple"
        },
        {
    		title = "Wowhead Profiler",
    		url = "http: //www.wowhead.com/?profile={eu/us}.{realm-}.{user}",
        }
    };
    You can change "es" and "simple"
    Last edited by lawomous; 2011-12-10 at 03:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •