Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: Anja
Forum: General WoW Chat 08-17-13, 04:39 PM
Replies: 0
Views: 12,894
Posted By Anja
PetBattleCup

if someone is interested in PetBattles, look at www.petbattlecup.de - its in german, but a very cool place to play petbattles versus other good players...

easy to handle and fun to play !
Forum: AddOn Help/Support 06-17-13, 04:15 PM
Replies: 31
Views: 14,624
Posted By Anja
... no the sorting is still not right, the script...

... no the sorting is still not right, the script have problems with the "swapped"- players, they sorted in wrong positions O.o
Forum: AddOn Help/Support 06-01-13, 11:44 AM
Replies: 31
Views: 14,624
Posted By Anja
oh oooooh oooooooh i think it works... omg just...

oh oooooh oooooooh i think it works... omg just an int problem, what a ... :eek:
Forum: AddOn Help/Support 06-01-13, 06:01 AM
Replies: 31
Views: 14,624
Posted By Anja
still the same problem :( the script always goes...

still the same problem :(
the script always goes to the else of if numInGroup[group] then
dont know why, but its not working well with this numInGroup

i think the numingroup is always nil:

attempt...
Forum: AddOn Search/Requests 05-29-13, 05:45 AM
Replies: 4
Views: 36,832
Posted By Anja
Slash Commands /dbm - shows/hides the GUI ...

Slash Commands

/dbm - shows/hides the GUI
/dbm timer <time> <name> - starts a local timer, the time can be in the mm:ss format
/dbm broadcast timer <time> <name> - broadcasts a timer to...
Forum: AddOn Help/Support 05-29-13, 05:29 AM
Replies: 31
Views: 14,624
Posted By Anja
i'm at my end, i didnt find the problem, why the...

i'm at my end, i didnt find the problem, why the f****** group is still full :(
Forum: AddOn Help/Support 05-24-13, 03:34 PM
Replies: 31
Views: 14,624
Posted By Anja
create a char on gilneas eu and i will give you...

create a char on gilneas eu and i will give you instant 10 chars in one raid to test this problem, i'm "Ikuria" on Gilneas
Forum: AddOn Help/Support 05-20-13, 10:36 AM
Replies: 31
Views: 14,624
Posted By Anja
*push* please :(

*push* please :(
Forum: AddOn Help/Support 05-17-13, 06:45 AM
Replies: 31
Views: 14,624
Posted By Anja
same problem: grp 1: a b c d e

same problem:

grp 1:

a
b
c
d
e
Forum: AddOn Help/Support 05-16-13, 06:58 AM
Replies: 31
Views: 14,624
Posted By Anja
group still full :/ numInGroup[group] is...

group still full :/

numInGroup[group] is sometimes nill and then it has problems because its not a swap
Forum: AddOn Help/Support 05-13-13, 03:31 PM
Replies: 31
Views: 14,624
Posted By Anja
it still said "group is full" so the switching is...

it still said "group is full" so the switching is not right :(
Forum: AddOn Help/Support 05-06-13, 12:56 AM
Replies: 31
Views: 14,624
Posted By Anja
thanks, i will test it... found a little error,...

thanks, i will test it... found a little error, but i can fixed it - thanks for your endurance ^^
Forum: AddOn Help/Support 05-05-13, 02:12 PM
Replies: 31
Views: 14,624
Posted By Anja
send you pm @ phanx

send you pm @ phanx
Forum: AddOn Help/Support 05-04-13, 03:45 AM
Replies: 31
Views: 14,624
Posted By Anja
local membercount = 1x...

local membercount =

1x <string>:"URLFrameEditBox:OnEnterPressed":1: attempt to call global "SortRaid" (a nil value)

i hate coding lua :( i have no idea why its so hard to make such a easy addon >.<...
Forum: AddOn Help/Support 05-03-13, 09:38 AM
Replies: 31
Views: 14,624
Posted By Anja
please make it right, and post it for me :(

please make it right, and post it for me :(
Forum: AddOn Help/Support 05-02-13, 12:55 PM
Replies: 31
Views: 14,624
Posted By Anja
Done, worked (hope in raid...

Done, worked (hope in raid too)

SLASH_RAIDSTRING1 = "/rs"
SLASH_MAKERAID1 = "/rm"

ClassTable = {
["WARRIOR"] = 1,
["ROGUE"] = 2,
["HUNTER"] = 3,
["PALADIN"] = 4,
Forum: AddOn Help/Support 05-02-13, 12:35 PM
Replies: 31
Views: 14,624
Posted By Anja
okay i killed the most errors, but now i think...

okay i killed the most errors, but now i think the regex is wrong, can you help with that?

name:2&name:5&name:1

name:group


[edit]
found: "([^&:]+):(%d+)"
Forum: AddOn Help/Support 05-02-13, 07:45 AM
Replies: 31
Views: 14,624
Posted By Anja
thanks for help, but it doesnt work... i always...

thanks for help, but it doesnt work... i always find errors,

wipe(raidstate) raidstate is old array right?
current undefined index (name?) so there is no name in the updateraidstate funktion, same...
Forum: AddOn Help/Support 05-01-13, 11:36 PM
Replies: 31
Views: 14,624
Posted By Anja
theres is a problem with local raidState,...

theres is a problem with

local raidState, numInGroup = {}, {}
local function UpdateRaidState()
wipe(raidState)
wipe(numInGroup)
for i = 1, GetNumGroupMembers() do
local _, _, group =...
Forum: AddOn Help/Support 05-01-13, 03:14 PM
Replies: 31
Views: 14,624
Posted By Anja
SwapRaidSubgroup with String...

hi, i work on a little function that sorts my raid from a string that i give...

function doRaid()
local msg = URLFrameEditBox:GetText();
URLFrameEditBox:SetText("")
URLFrame:Hide();
rs = {}
gr...
Forum: Lua/XML Help 01-04-13, 07:32 PM
Replies: 10
Views: 5,914
Posted By Anja
SLASH_DKP1 = "/dkp" SlashCmdList["DKP"] =...

SLASH_DKP1 = "/dkp"
SlashCmdList["DKP"] = function(msg, editBox)
-- change the text on the editBox.
print("Du hast "..gdkp.players.Ikuria.DKP.. "DKP")
end

local function filter(self, event,...
Forum: Lua/XML Help 01-04-13, 04:33 PM
Replies: 10
Views: 5,914
Posted By Anja
someone helped me in private message, for those...

someone helped me in private message, for those who search for the same answer

i used the wrong regex
%w finds only normal letters

string.match(msg, "(.+)")

finds the rest ;)
Forum: Lua/XML Help 01-04-13, 10:54 AM
Replies: 10
Views: 5,914
Posted By Anja
yepp the data format ist only...

yepp the data format ist only like

["B\195\162be"] or
["Dw\195\161yna"] = {
["DKP"] = 100.00
}

the data comes from http://absence-gilde.com/eqdkp/getdkp.php eqdkp
the old addon "GetDKP" doesnt...
Forum: Lua/XML Help 01-04-13, 09:40 AM
Replies: 10
Views: 5,914
Posted By Anja
but when the string value is with special...

but when the string value is with special character like é or â then i didnt find the array key because of this \015\102 in it, how can i convert the á into \016 ?! to match the key in the array?!
Forum: Lua/XML Help 01-04-13, 07:02 AM
Replies: 10
Views: 5,914
Posted By Anja
special letters

dkp = {
["Fr\195\170em\195\162n"] = 56.00
}


How can i get This value


dkp.playername doenst work with special letters, can i first convert the playername string to this \170\162 Stuff? to get the...
Showing results 1 to 25 of 27