Home
Services
Tools
rA Service
rA Store
Contact Me
Item Name: Guild Job limiter
Type: rA Script
Price: 10$
How To Get:
Contact me
.
Guild Job limit per map (used in woe normaly) Admin can set limit on guild members Job per map in the config if the guild members of that Job is at the limit , any new member of that Job warped in the map will be kicked out the config example: //AddMap(<"map_name">,<class id>,<count>{,<class id>,<count>{,<class id>,<count>{,<class id>,<count>}}}) //You can use the Job ID , OR The Job constant aka JOB_* AddMap("aldeg_cas01",JOB_KNIGHT,5);//Allow only 5 knights per guild in 'aldeg_cas01' map. AddMap("aldeg_cas02",JOB_KNIGHT,5,4019,2);//Allow only 5 knights and 2 Biochemist per guild in 'aldeg_cas01' map. //test //AddMap("payon",4062,1);//Allow only 1 Ranger per guild in 'payon' map.
❮
❯