Signup Now
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43

Thread: Casino

  1. #11
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Loving the setup !


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  2. #12
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Quote Originally Posted by BUgWT View Post
    Loving the setup !

    And i love your Stream, that i know it .-.

    You are a pretty bug..

    This image is hosted on a possibly dangerous website (https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQ3NKv5npuyCoNu4TsbLMi2-RZrLvVKCXuHmEUS1nMgCIaGE-mftw). Please consider reuploading it on Imgur.com.




    Remembering, the script, will work on ANY, yes, ANY DP. With this little system i can set it

  3. #13
    Free User Eli's Avatar
    Join Date
    Dec 2013
    Location
    www.eliscripts.com
    Posts
    355
    Reputation
    85
    Rep Power
    21
    Sorry for question but I'm generally lazy :P is there any function to read proxy messages in Tibia?

  4. #14
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Quote Originally Posted by Eli Scripts View Post
    Sorry for question but I'm generally lazy :P is there any function to read proxy messages in Tibia?

    Code:
    MSG_STATUS = 0 -- Status messages (In the screen).MSG_DEFAULT = 1 -- Any player/npc message in Default channel.
    MSG_WHISPER = 2 -- Any player whispering.
    MSG_YELL = 3 -- Any player yelling.
    MSG_NPC = 5 -- Any NPC answers in NPC channel.
    MSG_PVT = 6 -- Private messages from other players.
    MSG_CHANNEL = 7 -- Any player message in Game/Help/Real/Tutor/Trade channel.
    MSG_RED = 15 -- Red alert messages.
    MSG_RAID,MSG_ADVANCE = 16,16 -- Any white alert message.
    MSG_WELCOME = 17 -- Game/Channel welcome messages.
    MSG_STATUSLOG = 18 -- Status messages in Server Log.
    MSG_INFO = 19 -- Green messages (like loot message) in Server Log.
    MSG_SENT = 21 -- Private messages sent by you.

    Use these codes above with

    Code:
    foreach newmessage m then
          if m.type == MSG_* and m.content == "message" then
    end
    end

  5. #15
    Free User Eli's Avatar
    Join Date
    Dec 2013
    Location
    www.eliscripts.com
    Posts
    355
    Reputation
    85
    Rep Power
    21
    wOOt! Nice, the dice should be epic now!

  6. #16
    Free User Bolatrix's Avatar
    Join Date
    Dec 2013
    Posts
    27
    Reputation
    10
    Rep Power
    0
    I am really looking forward to this!

  7. #17
    Free User alexmica11's Avatar
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    13
    Rep Power
    0
    Im waiting for this, really nice script!

  8. #18
    Free User Emma's Avatar
    Join Date
    Dec 2013
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Bring more noobs into dicing.

  9. #19
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Don't release it for free and wait for some encryption method for scripts. Otherwise you'll kill the main point of the game.

  10. #20
    Free User
    Join Date
    Dec 2013
    Posts
    28
    Reputation
    7
    Rep Power
    0
    The setup look's so smooth D: nice job

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •