Hi all,
I'm running getdkp on a mac. I have parallels and run the dkp.exe to fetch and create the dkp_list.lua and everything works fine, i put the file in my world of warcraft/interface/addons/getDKP folder but once i log in the game, the getdkp plugin doesnt have any standings in there.
I tried several things such as the /gda which doesnt let me press enter for some reason. /dkp doesnt work at all and doesnt seem to be registered by any addon.
Heres the link to my dkp site.
http://www.rizen-guild.com/rizendkpI looked in the dkp_list.lua and everything is there. Heres a little snippet of that file.
Code:
--[START]
--------------------------------------------------------
---- dkp_list.lua ----
---- dkp_list.lua is generated from getdkp.php 2.65 ----
---- created on 08.02.09 0:32:58
---- support http://www.eqdkp-plus.com ----
--------------------------------------------------------
multiTable = {
[1]= { ["Tier 7.5"] = {
["name"] = "Tier 7.5",
["disc"] = "Tier 7.5",
["events"] = "Naxxramas"
},
},
[2]= { ["Tier 8"] = {
["name"] = "Tier 8",
["disc"] = "Tier 8",
["events"] = "Ulduar"
},
},
}
DKPInfo = {
["date"] = "08.02.09 0:32:58",
["timestamp"] = "1234078379",
["process_dkp_ver"] = "2.65",
["total_players"] = 12,
["total_items"] = 23,
["total_points"] = 13000.00,
}
gdkp = {
["players"] = {
["Barbazed"] = {
["DKP"] = 1300.00,
["Tier 7.5_earned"] = 1300,
["Tier 7.5_spend"] = 0,
["Tier 7.5_adjust"] = 0,
["Tier 7.5_current"] = 1300,
["Tier 8_earned"] = 0,
["Tier 8_spend"] = 0,
["Tier 8_adjust"] = 0,
["Tier 8_current"] = 0,
["class"] = "Priest",
["rcount"] = 13,
},
Any help would be greatly apreciated.
Thanks.