Author Topic: [HELP] Immunity question  (Read 2230 times)

0 Members and 3 Guests are viewing this topic.

Offline Kerdizoume

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
[HELP] Immunity question
« on: November 25, 2014, 01:43:22 PM »
So if I use
Code: [Select]
ulx groupallow operator "ulx ban" "!%admin"How do I make it where they can only target themselves? I really would like to know. I haven't been able to figure it out.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: [HELP] Immunity question
« Reply #1 on: November 25, 2014, 08:34:06 PM »
Users are allowed to use teleport, goto, and noclip as long as they're using it on themselves (Remember that '^' equates to self):
Code: [Select]
ulx groupallow user "ulx teleport" "^"
ulx groupallow user "ulx goto" "^"
ulx groupallow user "ulx noclip" "^"

That's from a link in a FAQ we have regarding How Can_target works.
So, your code should be
ulx groupallow operator "ulx ban" "^"
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Kerdizoume

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: [HELP] Immunity question
« Reply #2 on: December 03, 2014, 02:37:25 PM »
Sorry for the late reply. Thanks very much.

Offline Bryantdl7

  • Jr. Member
  • **
  • Posts: 86
  • Karma: -2
Re: [HELP] Immunity question
« Reply #3 on: December 04, 2014, 05:07:16 AM »

So if I use
Code: [Select]
ulx groupallow operator "ulx ban" "!%admin"How do I make it where they can only target themselves? I really would like to know. I haven't been able to figure it out.

!% refers to anything lower then the specified rank. To target rank 'operator' alone you would just put in 'operator' without the 's.

I may be wrong but ! Means less then and % means up to for how ulx sees it.

What i can 100% verify is !%serveradmin means anything less then serveradmin can be targeted, as for the others i recommend playing around until you understand what they do.



Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: [HELP] Immunity question
« Reply #4 on: December 04, 2014, 06:03:41 AM »
You can read what the operators mean in "ulx help". :P
Experiencing God's grace one day at a time.

Offline Bryantdl7

  • Jr. Member
  • **
  • Posts: 86
  • Karma: -2
Re: [HELP] Immunity question
« Reply #5 on: December 05, 2014, 07:57:31 AM »

You can read what the operators mean in "ulx help". :P

I know i was going by memory while i wrote this on my phone xD