Re: elements code need help
Quote:
Originally Posted by
88supra86
hey everyone i managed to create a fly mount but i want to restrict it to 2 classes,
these are the id's i know of so far so how would i be able ot make it for the human class and lets say beast class
255 = all
192 = elf
24 = beast
3 = human
would i just have to duplicate the item i made and make them seperate for each class or can i just put 3,24 on line 17 of the fly mount.
Mask Gen ;) :thumbup:
Re: elements code need help
Quote:
Originally Posted by
88supra86
hey everyone i managed to create a fly mount but i want to restrict it to 2 classes,
these are the id's i know of so far so how would i be able ot make it for the human class and lets say beast class
255 = all
192 = elf
24 = beast
3 = human
would i just have to duplicate the item i made and make them seperate for each class or can i just put 3,24 on line 17 of the fly mount.
It's a bit mask... (each bit represents on or off for a specific class.
For example, 3+24 = 27 so 27 would limit to humans and untamed.
Re: elements code need help
...and the exact reason I included "Mask Gen" with my release (as a pwAdmin plugin at that so it's easy to find ;) )
Re: elements code need help
uh ok so i knew i was on the right track just had to be sure. thanks man.
Re: elements code need help
Quote:
Originally Posted by
das7002
It's a bit mask... (each bit represents on or off for a specific class.
For example, 3+24 = 27 so 27 would limit to humans and untamed.
thanks i need this :thumbup:
Re: elements code need help
Open seledit > tools > class mask ... :sleep: