hi, what make, what addon worked for RU client, roll = "выбрасывает", run, write "1", starting roll, and nothing happens, feeling that the addon does not see how we roll
1. change "rolls" to "выбрасывает" 2. Change Code: local player, junk, roll, range = strsplit(" ", temp1); if junk == "rolls" and GCGambler_Check(player)==1 then to Code: local player, junk, roll, range = strsplit(" ", temp1); if junk == "выбрасывает" and GCGambler_Check(player)==1 then Note that I got rid of junk2 and renamed junk1 to junk if your version has junk1 and junk2.
When I look at your file I see: Code: if junk == "âûáðàñûâàåò" and GCGambler_Check(player)==1 then Which means you likely tried to save the file with ANSI encoding and all of your crazy Russian letters got destroyed. You'll have to try changing the encoding when you save. I think UTF-8 worked for me, but I'm not 100% sure.
http://www.mediafire.com/?0avlnwp70hfc03v Found this to those who are still looking for an updated version, found here http://www.mmo-champion.com/threads/1203969-Anyone-got-a-GCG-for-5-0?highlight=GCG Auto rolls for you once roll now button is clicked. The typical commands are now /cg show,hide,reset,resetstats. Functions in raid channel like usual or a private channel Called "Gambler" strictly there just to prevent flooding to raid chat channel. Unless blizzard gets convinced to let you see rolls from people outside your group that are in your chat channel or something like that. Enjoy the addon :3
Pls new Download Link for the German Version. The Normal Version isnt working.. I have changed the junk part : local temp1 = strlower(temp2); local player, junk1, junk2, roll, range = strsplit(" ", temp1); if junk1 == "würfelt" and GCGambler_Check(player)==1 then But it isnt working -.-