Gentlemens Club Gambler Addon

Discussion in 'Open Discussion' started by Myrx, Feb 14, 2008.

  1. Myrx Guild Member

    Might just need to update the number in the .toc file. Look at the toc in an add on that works.
  2. Enjoy, this is a working copy we used it just last night ^_^
  3. 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


    [IMG]
    Joeschmo likes this.
  4. Myrx Guild Member

    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.
    Joeschmo likes this.
  5. Did everything as written, the same effect (((
    [IMG]

    Attached Files:

  6. Myrx Guild Member

    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.
    Joeschmo likes this.
  7. Bunnay Administrator

  8. Synical Active Raider

    NOTEPAD++ is amazing
    Joeschmo likes this.
  9. Thank you to the change encoding it work;))
    Mtay, Myrx, Bunnay and 1 other person like this.
  10. im sorry, i feel like such a tard but how do u install this?
  11. Bunnay Administrator

  12. 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
    Joeschmo likes this.
  13. 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 -.-