BG Help ASAP Plz!!

Join Discord

Omen_lom

Golden Oldie
Golden Oldie
May 29, 2006
1,761
14
144
Can someone tell me and/or give me an example of a way of restricting battlegrounds to a party size of 3 people.

in other words, say i went into battlegrounds. im a wizz with a warrior and tao.

Suddenly, the wizz dies cause hes a low hp noob, now the party size is reduced to two. What would i need to script to make the warrior and tao automatically teleport out??

Also while were at it, how would i set a time limit for this party when the size is reduced below 3. In other words, when noob wizz dies, the party have 60 seconds to do things like finish killing a boss or even giving the tao time to use res on the wizz :P and regrouping to secure their position in battlegrounds.

will give thanks for help!

Omen/
 

Bon

Legend
Legendary
Jul 29, 2004
6,726
330
300
Kent, UK
[@onkillmob(ZumaStatue181)]
#IF
CHECKGROUPCOUNT > 2
#ACT
break
#ELSEACT
mapmove 5 999 999
SENDMSG 6 "Must be in a Group of 3+ at all times!"
BREAKTIMERECALL

i have somehting like that


yes iceslice, im very clever, copy the idea and use it for ur server now like u have the rest of my ideas ;)
 
Upvote 0

IceSlice

Golden Oldie
Golden Oldie
May 24, 2005
1,186
58
155
Under the Sea :O
[@onkillmob(ZumaStatue181)]
#IF
CHECKGROUPCOUNT > 2
#ACT
break
#ELSEACT
mapmove 5 999 999
SENDMSG 6 "Must be in a Group of 3+ at all times!"
BREAKTIMERECALL

i have somehting like that


yes iceslice, im very clever, copy the idea and use it for ur server now like u have the rest of my ideas ;)

Name 1 idea im using from ur server lmao ?
 
Upvote 0