[RELEASE] Guide to block mannequins out of your events.

06/30/2010 15:23 magewarior2#1
Hey, i`ve noticed (on my msn) that some people are searching for how to block mannequins out of the events ....

I have to say, its very very simple ...

this is how it goes;
Code:
TYPE 1001

PARAM "type == 1"
for example:
Code:
id              id_next        id_nextfail      type    data    param
Code:
500000086	[COLOR="red"]500000087[/COLOR]	500000062	[COLOR="red"]1001[/COLOR]	0	[COLOR="Red"]type == 1[/COLOR]
[COLOR="red"]500000087[/COLOR]	0	 0	126	0	[COLOR="red"]mannequins are not allowed![/COLOR]
enjoy this simply release! :bandit:
06/30/2010 16:24 PraDevil[ELITE]#2
nice release/guide my friend..:) anyway perhaps u can explain more coz newbie wont understand it:D
07/01/2010 06:46 Knight^Hawk#3

cq_user

type 0 = main chair
type 1 = mannequin

the 1001 action type checks for the cq_user type and denies entry if its diff

such as

Code:
500000086	500000087	500000062	1001	0	[COLOR="Red"]type == 1
[/COLOR]
that will not allow mannequins into the event
07/01/2010 06:49 Eurion#4
Quote:
Originally Posted by Knight^Hawk View Post

cq_user

type 0 = main chair
type 1 = mannequin 1
type 2 = mannequin 2
type 3 = mannequin 3
type 4 = mannequin 4
type 5 = mannequin 5




the 1001 action type checks for the cq_user type and denies entry if its diff

such as

Code:
500000086	500000087	500000062	1001	0	[COLOR="Red"]type == 1
[/COLOR]
that will only not allow mannequin 1 into the event


youd need something like this

Unless somethings changed that I haven't seen yet, All main characters have a type of 0 and all mannes have a type of 1.
07/01/2010 14:15 magewarior2#5
Quote:
Originally Posted by Eurion View Post
Unless somethings changed that I haven't seen yet, All main characters have a type of 0 and all mannes have a type of 1.
yes, 1th mannequin or 100th mannequin it stays type 1

type 2 is not a second mannequin !