Signup Now
Results 1 to 3 of 3
  1. #1
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23

    Lightbulb Oranges Messages - Screen - only Windbot 11

    At the moment according to the tests that I realized I only managed to reach this point, the persistent ignores all the phrases and picks up any other that you have specified the message. You will not get messages from other players.

    auto(1000)

    --Edit the line 13 for the character to do what you want.

    local CheckMessages = true
    local Sections = {"Hunt"} --{"Hunt"} or {"Floor 1", "Floor 2"} or {"City", "ToHunt", "Hunt"} etc...
    local Messages = {"message"} --{"message"} or {"message 1", "message 2"}

    if $connected then
    if CheckMessages then
    foreach newmessage m do
    if m.sender == '' and table.find(Messages, m.content) then
    --Any action you want
    end
    end
    end
    end


    I tested with mana potion, not influenced by mana potion from other players.

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Orange messages can only be read in T11, it won't work in T10.

  3. #3
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Lucas Terra View Post
    Orange messages can only be read in T11, it won't work in T10.
    So it's explained, I did it on wind 11 kkkk. I should have done it in wind 10, sorry

    ------

    Então está explicado, eu fiz isso no wind 11. Eu deveria ter feito no wind 10

 

 

Posting Permissions

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