Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0

    Action to answer questions OT server related.

    Hi everyone, I play an OT from brazil, but if I turn cave bot and start to hunting....... the system regularly send a question to me

    he ask me a simple question 40-4...... 86+2 .... etc....

    and tell me to answer this on local chat !antibot x where X is the response.... and the system goes off

    is this possible the windbot detects what is the question and solve and send a answer.


    I have 120 seconds to do repply

    this is the message at local chat: {Anti Bot System} Você tem 120 segundos. Quanto é 31 + 3. Responda utilizando o comando !antibot RESPOSTA ... caso não responda esta pergunta você receberá como punição um aviso.

    Translation: {Anti Bot System} You have 120 seconds. How much is 31 + 3. Answer using the command! Antibot ANSWER ... if you do not answer this question you will receive punishment as a warning.

    I type !antibot 34 and the message I recieve is: {Anti Bot System} Resposta correta, o sistema foi desativado.

    {Anti Bot System} correct answer, the system has been disabled.


    I hope u guys can understand and help me. Sorry for any typing errors

    Version of the OT: 10.82

  2. #2
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    As long as its not orange text, yes it is possible. Ask for action on prober board and someone will make it for you, or atleast help you with making it

  3. #3
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Imba View Post
    As long as its not orange text, yes it is possible. Ask for action on prober board and someone will make it for you, or atleast help you with making it

    yes, it is a orange text

  4. #4
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    If its orange text, like the one monsters are making (on screen), then its impossible to read it ;/ If its in chat then its ez.

  5. #5
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Imba View Post
    If its orange text, like the one monsters are making (on screen), then its impossible to read it ;/ If its in chat then its ez.
    Here is what happens antibot.jpg







    edit: btw, anyone can move this topic to: Scripting> Lua Scripts
    Last edited by marshallfx; 09-03-2016 at 02:26 PM.

  6. #6
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    thread moved on request

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  7. #7
    Free User Dolmero's Avatar
    Join Date
    Jun 2016
    Location
    Sweden
    Posts
    118
    Reputation
    56
    Rep Power
    16
    try to write
    auto(500)
    foreach newmessage m do
    print(m)
    end

    And see if they show up in the windbpt console

  8. #8
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0
    There it is

    Sem título.jpg




    Quote Originally Posted by Dolmero View Post
    try to write
    auto(500)
    foreach newmessage m do
    print(m)
    end

    And see if they show up in the windbpt console



    https://uploaddeimagens.com.br/image...png?1472921662
    Last edited by marshallfx; 09-03-2016 at 04:55 PM.

  9. #9
    Free User
    Join Date
    Jul 2016
    Posts
    22
    Reputation
    10
    Rep Power
    0
    double post by mistake, sorry
    Attached Images Attached Images

  10. #10
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    Try this
    auto(100)
    foreach newmessage m do
    if m.type == 14 and string.match(m.content, "{Anti Bot System}") and m.sender == "" then
    local q1 = string.match(m.content, "é%s(.-)%.")
    if string.match(q, "^[%d%s%+%-%/%*]+$") then
    exec("say('!antibot '.."..q..")")
    end
    end
    end
    Last edited by Imba; 09-03-2016 at 09:17 PM.

 

 

Posting Permissions

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