WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 152 to Rev 153
    Reverse comparison

Rev 152 → Rev 153

UrbanAchiever.toc
1,4 → 1,4
## Interface: 60000
## Interface: 60100
## Title: Urban Achiever
## Author: Syzgyn, Tomate
## Notes: Improved Achievement Frame
script-import.php
8,8 → 8,11
);
$completearray = array();
foreach($URLs as $URL => $side){
$page = file_get_contents($URL);
$outputfile = "dl.html";
$cmd = "wget.exe -q \"$URL\" -O $outputfile";
exec($cmd);
 
$page = file_get_contents($outputfile);
$page = str_replace(array("\r\n", "\n", "\r"), '', $page);
 
 
Main.lua
11,7 → 11,7
--bindings
BINDING_HEADER_URBANACHIEVER = "Urban Achiever"
 
local MAX_ACHIEVEMENTS = 9709 --last 9708
local MAX_ACHIEVEMENTS = 9929 --last 9928
local menuTypes = {"PLAYER", "PARTY", "RAID_PLAYER"}
local playerFaction = UnitFactionGroup("player") == "Alliance" and 1 or 2
 
FactionSpecificAchievements.lua
10,6 → 10,7
["5129"] = 1, --Ambassadors
["8845"] = 1, --As I Walk Through the Valley of the Shadow of Moon
["4925"] = 1, --Ashenvale Quests
["9912"] = 1, --Azeroth's Top Twenty Tunes
["5375"] = 1, --Baradin's Wardens
["8314"] = 1, --Battle on the High Seas
["4436"] = 1, --BB King
40,8 → 41,10
["8340"] = 1, --Deck Your Collection (Season 1)
["9630"] = 1, --Defender of Draenor
["5130"] = 1, --Diplomacy
["9928"] = 1, --Don't Call Me Junior
["8920"] = 1, --Don't Let the Tala-door Hit You on the Way Out
["5231"] = 1, --Double Jeopardy
["9228"] = 1, --Down Goes Van Rook
["5229"] = 1, --Drag a Maw
["5126"] = 1, --Dungeon Diplomat
["4929"] = 1, --Dustwallow Marsh Quests
108,8 → 111,10
["5339"] = 1, --Lieutenant Commander
["8010"] = 1, --Lion's Landing
["4899"] = 1, --Loch Modan and Wetlands Quests
["9833"] = 1, --Loremaster of Draenor
["5341"] = 1, --Marshal
["5489"] = 1, --Master of Tol Barad
["9825"] = 1, --Master Relic Hunter
["5333"] = 1, --Master Sergeant
["6535"] = 1, --Mighty Roamin' Krasaranger
["9100"] = 1, --More Plots
164,6 → 169,7
["6030"] = 1, --Taking the Show on the Road
["6603"] = 1, --Taming Eastern Kingdoms
["5168"] = 1, --Tauren Slayer
["9828"] = 1, --Ten Hit Tunes
["7947"] = 1, --The First Rule of Brawler's Guild
["9491"] = 1, --The Garrison Campaign
["9169"] = 1, --The Second Rule of Brawler's Guild
304,6 → 310,7
["5179"] = 2, --Alliance Slayer
["7844"] = 2, --Ambassadors
["4976"] = 2, --Ashenvale Quests
["9914"] = 2, --Azeroth's Top Twenty Tunes
["4927"] = 2, --Azshara Quests
["8315"] = 2, --Battle on the High Seas
["4437"] = 2, --BB King
336,6 → 343,7
["8206"] = 2, --Dominance Offensive
["7929"] = 2, --Dominance Offensive Campaign
["8013"] = 2, --Domination Point
["9901"] = 2, --Don't Call Me Junior
["8919"] = 2, --Don't Let the Tala-door Hit You on the Way Out
["5552"] = 2, --Double Jeopardy
["5177"] = 2, --Draenei Slayer
408,7 → 416,9
["5844"] = 2, --Let's Do Lunch: Undercity
["8680"] = 2, --Liberator of Orgrimmar
["5354"] = 2, --Lieutenant General
["9923"] = 2, --Loremaster of Draenor
["5490"] = 2, --Master of Tol Barad
["9836"] = 2, --Master Relic Hunter
["6536"] = 2, --Mighty Roamin' Krasaranger
["4177"] = 2, --Mine
["9545"] = 2, --More Plots
461,6 → 471,7
["9224"] = 2, --Take Them Out
["6031"] = 2, --Taking the Show on the Road
["6602"] = 2, --Taming Kalimdor
["9897"] = 2, --Ten Hit Tunes
["7948"] = 2, --The First Rule of Brawler's Guild
["9492"] = 2, --The Garrison Campaign
["9173"] = 2, --The Second Rule of Brawler's Guild