lindenkron said:Yasueh, any news on adding a visual interface with a separate chatbox that will allow F2P to chat with eachother - or is that impossible? I believe I wrote an essay about this to you in a PM (send as 2, cus it was 7400 letters long), but never got a reply back of any sort (disappointed...)
Best regards,
Numberz said:This add-on is a violation of F2P accounts. Blizz is gonna ban the creator of this.
F2PAddon_Variables = {
["Alts"] = {
["Aerie Peak"] = {
["Yasueh"] = false,
["Dashiki"] = false,
["MaledÃctÃon"] = false,
["Dilfy"] = false,
["Sarthae"] = false,
},
},
["Realms"] = {
["Aerie Peak"] = {
["Horde"] = {
["Illý"] = {
["class"] = "Paladin",
["level"] = 20,
},
["Jambì"] = {
["level"] = 20,
["class"] = "Shaman",
},
["Emoclown"] = {
["class"] = "Rogue",
["level"] = 20,
},
["Guraan"] = {
["trial"] = "1",
["race"] = "Tauren",
["version"] = "1.0.0",
["xpLocked"] = "0",
["level"] = 20,
["gender"] = "male",
["class"] = "Warrior",
["spec"] = "845",
},
["Penix"] = {
["level"] = 20,
["class"] = "Mage",
},
["Bizr"] = {
["class"] = "Warlock",
["level"] = 20,
},
["Mikián"] = {
["class"] = "Warrior",
["level"] = 20,
},
["Garubashi"] = {
["level"] = 20,
["class"] = "Shaman",
},
["Arizak"] = {
["trial"] = "1",
["race"] = "Troll",
["version"] = "1.0.0",
["xpLocked"] = "0",
["level"] = 1,
["gender"] = "female",
["class"] = "Hunter",
["spec"] = "809",
},
["Uninstaller"] = {
["level"] = 20,
["class"] = "Druid",
},
["Sendenbar"] = {
["level"] = 20,
["class"] = "Shaman",
},
["Jeratrollz"] = {
["level"] = 20,
["class"] = "Warlock",
},
["Hamcaké"] = {
["class"] = "Hunter",
["level"] = 20,
},
["Uschî"] = {
["level"] = 20,
["class"] = "Shaman",
},
["Roenya"] = {
["trial"] = "1",
["race"] = "Troll",
["version"] = "1.0.0",
["xpLocked"] = "0",
["level"] = 11,
["gender"] = "female",
["class"] = "Rogue",
["spec"] = "183",
},
["Trandeya"] = {
["level"] = 20,
["class"] = "Warlock",
},
["Secco"] = {
["class"] = "Rogue",
["level"] = 10,
},
},
["Alliance"] = {
["Wezzley"] = {
["class"] = "Shaman",
["level"] = 4,
},
["Aricri"] = {
["level"] = 20,
["class"] = "Druid",
},
["Baldtankin"] = {
["level"] = 8,
["class"] = "Warrior",
},
["ßübblê"] = {
["level"] = 20,
["class"] = "Paladin",
},
["Mexy"] = {
["level"] = 20,
["class"] = "Hunter",
},
["Medanx"] = {
["level"] = 20,
["class"] = "Rogue",
},
},
},
},
}
Yasueh said:Well it's been out a month and a half, and I'm still playing.
Also I've just finished a major run of programming, and I'm getting closer to releasing a 1.2.0 version that is quite different from the current versions, in that everything is all combined in just one addon. A big step has been made, in that this version has the database part working, so you will have access to more information about the people who're in the channel.
This is the kind of thing it's gathered so far for me:
Code:F2PAddon_Variables = { ["Alts"] = { ["Aerie Peak"] = { ["Yasueh"] = false, ["Dashiki"] = false, ["MaledÃctÃon"] = false, ["Dilfy"] = false, ["Sarthae"] = false, }, }, ["Realms"] = { ["Aerie Peak"] = { ["Horde"] = { ["Illý"] = { ["class"] = "Paladin", ["level"] = 20, }, ["Jambì"] = { ["level"] = 20, ["class"] = "Shaman", }, ["Emoclown"] = { ["class"] = "Rogue", ["level"] = 20, }, ["Guraan"] = { ["trial"] = "1", ["race"] = "Tauren", ["version"] = "1.0.0", ["xpLocked"] = "0", ["level"] = 20, ["gender"] = "male", ["class"] = "Warrior", ["spec"] = "845", }, ["Penix"] = { ["level"] = 20, ["class"] = "Mage", }, ["Bizr"] = { ["class"] = "Warlock", ["level"] = 20, }, ["Mikián"] = { ["class"] = "Warrior", ["level"] = 20, }, ["Garubashi"] = { ["level"] = 20, ["class"] = "Shaman", }, ["Arizak"] = { ["trial"] = "1", ["race"] = "Troll", ["version"] = "1.0.0", ["xpLocked"] = "0", ["level"] = 1, ["gender"] = "female", ["class"] = "Hunter", ["spec"] = "809", }, ["Uninstaller"] = { ["level"] = 20, ["class"] = "Druid", }, ["Sendenbar"] = { ["level"] = 20, ["class"] = "Shaman", }, ["Jeratrollz"] = { ["level"] = 20, ["class"] = "Warlock", }, ["Hamcaké"] = { ["class"] = "Hunter", ["level"] = 20, }, ["Uschî"] = { ["level"] = 20, ["class"] = "Shaman", }, ["Roenya"] = { ["trial"] = "1", ["race"] = "Troll", ["version"] = "1.0.0", ["xpLocked"] = "0", ["level"] = 11, ["gender"] = "female", ["class"] = "Rogue", ["spec"] = "183", }, ["Trandeya"] = { ["level"] = 20, ["class"] = "Warlock", }, ["Secco"] = { ["class"] = "Rogue", ["level"] = 10, }, }, ["Alliance"] = { ["Wezzley"] = { ["class"] = "Shaman", ["level"] = 4, }, ["Aricri"] = { ["level"] = 20, ["class"] = "Druid", }, ["Baldtankin"] = { ["level"] = 8, ["class"] = "Warrior", }, ["ßübblê"] = { ["level"] = 20, ["class"] = "Paladin", }, ["Mexy"] = { ["level"] = 20, ["class"] = "Hunter", }, ["Medanx"] = { ["level"] = 20, ["class"] = "Rogue", }, }, }, }, }
(The Alts section has false after every name until you set one as a main (when I put together an interface for the options).
Names with just class and level after them are what's gathered from the friends list, from people running the current release of the addon, and the names with extra information are what the new addon will provide.
I still need to add last seen online times to it somehow, so I can switch to just removing people who haven't been on in ages from the friends list when it's full.)
Dovey said:I just installed the addons but there isn't anyone online, is that typical? Should I join a specific server in order to see other people online? Thanks!
*sorry I'm still learning*