Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Kerdizoume on November 25, 2014, 01:43:22 PM

Title: [HELP] Immunity question
Post by: Kerdizoume 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.
Title: Re: [HELP] Immunity question
Post by: JamminR 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" "^"
Title: Re: [HELP] Immunity question
Post by: Kerdizoume on December 03, 2014, 02:37:25 PM
Sorry for the late reply. Thanks very much.
Title: Re: [HELP] Immunity question
Post by: Bryantdl7 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.
Title: Re: [HELP] Immunity question
Post by: Megiddo on December 04, 2014, 06:03:41 AM
You can read what the operators mean in "ulx help". :P
Title: Re: [HELP] Immunity question
Post by: Bryantdl7 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