Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Fair on June 23, 2010, 01:43:25 PM

Title: Value restrictions?
Post by: Fair on June 23, 2010, 01:43:25 PM
Hey there.

I have been playing around with this and by this, I mean:

A player can slap himself with 0 - 100 damage ect..

I use:
ulx groupallow blabla "ulx slap" "^ 0"

But, obviously that only makes them allowed to slap themselves with 0 damage.

My question is..

How can I put limits on, like from 0 to 100 damage?
If possible?

Thanks.

Edit:

Btw, I have tried adding these 2 right after each other (if I want them only to be able to slap themselves with 0 AND 100 damage):

ulx groupallow blabla "ulx slap" "^ 0"
ulx groupallow blabla "ulx slap" "^ 100"

For some reason, the last one typed is overwriting the other one?

I have also tried:
ulx groupallow blabla "ulx slap" "^ 0-100"
ulx groupallow blabla "ulx slap" "^ 0 100"
and so on. None of them worked.

That's all, thanks.
Title: Re: Value restrictions?
Post by: Aaron113 on June 23, 2010, 02:03:42 PM
I'm not 100% sure, but I think this may work...
Code: [Select]
ulx groupallow blabla "ulx slap" "^ 0~100 0~100"because it is "ulx slap <player> <times> <damage>".
Title: Re: Value restrictions?
Post by: Fair on June 23, 2010, 03:27:03 PM
Will try out..

Apparently, you can't type ~ in console, since that closes it down.. O.o

I will edit the group file, and restart my server, when there's not so many online.. ;)
Title: Re: Value restrictions?
Post by: Aaron113 on June 23, 2010, 03:28:37 PM
You can copy and paste ~ into  the console.
Title: Re: Value restrictions?
Post by: Stickly Man! on June 23, 2010, 03:43:09 PM
I think you can also just press it twice, when it reopens it inserts a '~' into the console after whatever you were typing. (Just going off of my memory, not at home to try it)
Title: Re: Value restrictions?
Post by: Fair on June 23, 2010, 03:50:07 PM
I tried to copy-paste, nothing happened..

But after server restart, or in this case crash, it's working..

Thanks for your help ^^

There's a lot of "hidden" features.. :S