Jump to content

Marlo00580

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Marlo00580

  1. Hello everyone, I need help with a script I found on the internet for auto target. It's working fine, but it targets any player in PvP, and I want to block certain classes. I added the condition and not ((User.ClassID = 27) or (User.ClassID = 103)) to the script, but after that, it doesn't target any class at all. I want it to target only specific classes defined in the script. if (user.DistTo(Char2) < radius_max) and not (char2.ismember) and not (char2.dead) and not (user.clanid = char2.clanid) and not ((User.ClassID = 27) or (User.ClassID = 103)) and (char2.pvp) then begin
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..