Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Jan 2014
    Posts
    149
    Reputation
    30
    Rep Power
    21

    Ignore single mosnter

    Hello need persistent for ignore single mosnter after chest only if monster have more then 90 % can sb help with it ?: )
    or if someone pm to me ("xyz") bot turn off targeting
    Last edited by Nekro; 05-22-2016 at 10:35 PM.

  2. #2
    Free User Orimorfus's Avatar
    Join Date
    Dec 2013
    Location
    Way to Deletera
    Posts
    314
    Reputation
    92
    Rep Power
    21
    i dont understand what you want in the first part but heres the msg one, i hope there isn't any typo
    auto(500)
    local msg = "xyz"
    local sender = "Eternal Oblivion"
    foreach newmessage m do
    if m.content == msg and m.sender == sender then
    if $targeting then
    setsetting('Targeting/Enabled', 'no')
    else
    setsetting('Targeting/Enabled', 'yes')
    end
    end
    end


    edit: typo

 

 

Posting Permissions

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