- Joined
- Jun 11, 2008
- Messages
- 48
- Reaction score
- 0
I dunno if this have been release before cause the search button doesnt work on me ever since ragezone come out with this new layout...
In MapleCharacter.java
Find
Change the 25 to anything you like for example i changed it to 999
Compile,
Then it is done!
Note: This will only increase the buddylist default value to 999. Meaning, only new players or just created character will have the increase buddylist of 999.
For existing characters/players you just need to execute this code in sql depending on what table name it is (credits xphire )
or
Cheers
In MapleCharacter.java
Find
Code:
ret.buddylist = new BuddyList([B][COLOR="Red"][SIZE="4"]25[/SIZE][/COLOR][/B]);
Change the 25 to anything you like for example i changed it to 999
Code:
ret.buddylist = new BuddyList([B][COLOR="Red"][SIZE="4"]999[/SIZE][/COLOR][/B]);
Compile,
Then it is done!
Note: This will only increase the buddylist default value to 999. Meaning, only new players or just created character will have the increase buddylist of 999.
For existing characters/players you just need to execute this code in sql depending on what table name it is (credits xphire )
Code:
update characters
set buddylistcapacity = 999
or
Code:
update characters
set buddycapacity = 999
Cheers
Last edited: