Author Topic: ULX Immunity Problem  (Read 2910 times)

0 Members and 1 Guest are viewing this topic.

Offline MikeyMatou

  • Newbie
  • *
  • Posts: 8
  • Karma: 1
ULX Immunity Problem
« 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"

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: ULX Immunity Problem
« Reply #1 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
bw81@ulysses-forums ~ % whoami
Homepage

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Immunity Problem
« Reply #2 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. Instead, you probably want to specify groups explicitly using #<group1>,#<group2>,etc.
Experiencing God's grace one day at a time.

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Re: ULX Immunity Problem
« Reply #3 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?
Lua Student

"The more you understand, the crazier you get."

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Re: ULX Immunity Problem
« Reply #4 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
Lua Student

"The more you understand, the crazier you get."

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: ULX Immunity Problem
« Reply #5 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

Owner ranks don't necessarily mess anything up if just running ULX/ULib plugins.
Out of the Garry's Mod business.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Immunity Problem
« Reply #6 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. ;)
Experiencing God's grace one day at a time.