• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Help with Cap System.

Plobby

New Member
Joined
Jun 16, 2008
Messages
4
Reaction score
0
Well I'm running the newest Crying Damson (8.54), and I'm wondering how I can disable capacity so that there's an unlimited amount of cap. Anyone have a clue as to how I can accomplish this?
 
Last edited:
go to:

data/xml/groups.xml

find:

Code:
	<group id="1" name="Player"/>

replace with:

Code:
	<group id="1" name="Player" flags="1048576"/>
 
Back
Top