Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: MikeyMatou on January 24, 2014, 05:34:43 AM

Title: ULX Immunity Problem
Post by: MikeyMatou on January 24, 2014, 05:34:43 AM
Oh hey guys!

I was just having a problem adding Immunity.

For example. ulx groupallow admin "ulx physgunplayer" "!%owner, coowner" won't work as admins can't pick up Owner (Which is good) but can still pick up Co-Owner?
Same with: ulx groupallow admin "ulx physgunplayer" "!%owner, %coowner"
ulx groupallow admin "ulx physgunplayer" "!%owner, !%coowner"
Title: Re: ULX Immunity Problem
Post by: Bytewave on January 24, 2014, 05:38:54 AM
Does your owner rank inherit from coowner? Also, does coowner inherit from admin or superadmin?
Basically, could you list your inheritance tree from lowest to highest powers? :p
Title: Re: ULX Immunity Problem
Post by: Megiddo on January 24, 2014, 03:45:16 PM
If you ever find yourself doing !%<group1>,!%<group2>, there's a 99% chance it won't work the way you think. The comma is a union operator (http://en.wikipedia.org/wiki/Union_(set_theory)). Instead, you probably want to specify groups explicitly using #<group1>,#<group2>,etc.
Title: Re: ULX Immunity Problem
Post by: syn. on January 24, 2014, 04:46:43 PM
oh really meg cus I did that for my ranks :o for example in moderator i put !%moderator, ^ and it works fine :) I've never tried using #moderator though, does it do the same thing? what are the differences?
Title: Re: ULX Immunity Problem
Post by: syn. on January 24, 2014, 04:50:48 PM
Also before my server got messed up, I had an Owner rank as well and it wouldn't work for me either. I don't know if it's a coincidence but yea just wanted to let you know. Also you should probably read this http://forums.ulyssesmod.net/index.php/topic,6291.0.html (http://forums.ulyssesmod.net/index.php/topic,6291.0.html)
Title: Re: ULX Immunity Problem
Post by: Neku on January 24, 2014, 10:28:40 PM
Also before my server got messed up, I had an Owner rank as well and it wouldn't work for me either. I don't know if it's a coincidence but yea just wanted to let you know. Also you should probably read this http://forums.ulyssesmod.net/index.php/topic,6291.0.html (http://forums.ulyssesmod.net/index.php/topic,6291.0.html)

Owner ranks don't necessarily mess anything up if just running ULX/ULib plugins.
Title: Re: ULX Immunity Problem
Post by: Megiddo on February 04, 2014, 06:42:39 PM
oh really meg cus I did that for my ranks :o for example in moderator i put !%moderator, ^ and it works fine :) I've never tried using #moderator though, does it do the same thing? what are the differences?

Sorry for the long reply. In my first post, I said "If you ever find yourself doing !%<group1>,!%<group2>, there's a 99% chance it won't work the way you think." Using !%moderator,^ is not !%<group1>,!%<group2> and will work fine. !%moderator,!^ would not work as one might expect, however. ;)