Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on November 09, 2013, 09:20:43 am
-
Ive tried to get my exp to stop at 90 using the EXP LUA guide on the modcraft forums. but i continuesly getting Corrupted FrameXML error.
-
Did you use this (http://modcraft.io/viewtopic.php?f=59&t=883)?
-
Did you use this (http://modcraft.io/viewtopic.php?f=59&t=883)?
Yes
-
Have you modified ReputationFrame.lua like this ?
(lines 14 to 20)
-- Hard coded =(, will need to add entries for each expansion
MAX_PLAYER_LEVEL_TABLE = {};
MAX_PLAYER_LEVEL_TABLE[0] = 60;
MAX_PLAYER_LEVEL_TABLE[1] = 70;
MAX_PLAYER_LEVEL_TABLE[2] = 90;
MAX_PLAYER_LEVEL = 0;
REPUTATIONFRAME_ROWSPACING = 23;
-
Have you modified ReputationFrame.lua like this ?
(lines 14 to 20)
-- Hard coded =(, will need to add entries for each expansion
MAX_PLAYER_LEVEL_TABLE = {};
MAX_PLAYER_LEVEL_TABLE[0] = 60;
MAX_PLAYER_LEVEL_TABLE[1] = 70;
MAX_PLAYER_LEVEL_TABLE[2] = 90;
MAX_PLAYER_LEVEL = 0;
REPUTATIONFRAME_ROWSPACING = 23;
Yes mine says exactly that
NUM_FACTIONS_DISPLAYED = 15;
REPUTATIONFRAME_FACTIONHEIGHT = 26;
FACTION_BAR_COLORS = {
[1] = {r = 0.8, g = 0.3, b = 0.22},
[2] = {r = 0.8, g = 0.3, b = 0.22},
[3] = {r = 0.75, g = 0.27, b = 0},
[4] = {r = 0.9, g = 0.7, b = 0},
[5] = {r = 0, g = 0.6, b = 0.1},
[6] = {r = 0, g = 0.6, b = 0.1},
[7] = {r = 0, g = 0.6, b = 0.1},
[8] = {r = 0, g = 0.6, b = 0.1},
};
-- Hard coded =(, will need to add entries for each expansion
MAX_PLAYER_LEVEL_TABLE = {};
MAX_PLAYER_LEVEL_TABLE[0] = 60;
MAX_PLAYER_LEVEL_TABLE[1] = 70;
MAX_PLAYER_LEVEL_TABLE[2] = 90;
MAX_PLAYER_LEVEL = 0;
REPUTATIONFRAME_ROWSPACING = 23;
function ReputationFrame_OnLoad(self)
self:RegisterEvent("UPDATE_FACTION");
-- Initialize max player level
MAX_PLAYER_LEVEL = MAX_PLAYER_LEVEL_TABLE[GetAccountExpansionLevel()];
--[[for i=1, NUM_FACTIONS_DISPLAYED, 1 do
_G["ReputationBar"..i.."FactionStanding"]:SetPoint("CENTER",_G["ReputationBar"..i.."ReputationBar"]);
end
--]]
end
-
Did you update the server database table for xp per level?
-
Where you're got the error? And is it a higher version of ReputationFrame?
-
Where you're got the error? And is it a higher version of ReputationFrame?
I could not fine ReputationFrame in Patch-enUS-2 or Patch-enUS-2
-
Extract all client files like i describe in tutorial part 2
-
Extract all client files like i describe in tutorial part 2
Which Tut?
-
viewtopic.php?f=78&t=3381 (http://modcraft.io/viewtopic.php?f=78&t=3381" onclick="window.open(this.href);return false;)
:D Steff rages atm (for sure)
-
http://modcraft.io/viewtopic.php?f=78&t=3381
:D Steff rages atm (for sure)
Nope Same error again. Corrupt FrameXML erro
-
Try fired t with unmodded xml. And did you use a modded wow exe without interface check?
-
Try fired t with unmodded xml. And did you use a modded wow exe without interface check?
yes ive done both the and "Your Game Interface Files are corrupt. Please remove your InterfaceFrameXML Folder"