Signup Now
Results 1 to 2 of 2
  1. #1
    Banned
    Join Date
    Dec 2013
    Posts
    556
    Reputation
    18
    Rep Power
    0

    Player Killer Alarm

    It will beep and flash your client whenever skulled player appers on your screen and you are not in protection zone.

    auto(1500, 2000) listas('skull on screen') 
    if not $pzone and paround(6) >= 1 then
    foreach creature m 'pxs' do if m.skull > 0 and m.skull ~= SKULL_GREEN then
    playsoundflash("loot.wav")
    end
    end
    end
    Last edited by Leonardo; 02-08-2014 at 02:32 PM.

  2. #2
    Free User
    Join Date
    Sep 2015
    Posts
    28
    Reputation
    10
    Rep Power
    0
    works??

 

 

Posting Permissions

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