Jump to content
  • 0

Fix Weight limit & announce castle lords


Question

Posted

hi guys,first i want to ask how can i fix weight limit fro players,and second how can i option to announce the castle lords in their login,if someone can help plz answer me!ty

6 answers to this question

Recommended Posts

  • 0
Posted

Ok weight limit..its somewhere in your..gameserver/config/*.properties..

 

Search all files...to see something like that

I went to gameserver/config/character.properties

 

# Weight limit multiplier. Example: Setting this to 5 will give players 5x the normal weight limit.

# Default: 1

AltWeightLimit = 1

 

Make it :

 

# Weight limit multiplier. Example: Setting this to 5 will give players 5x the normal weight limit.

# Default: 1

AltWeightLimit = 200000000

  • 0
Posted

EnterWorld.Java

if (activeChar.isClanLeader());
     {
String ClanName = activeChar.getClan().getName();
Announcements.getInstance().announceToAll("Clan Leader " + activeChar.getName() + " The Lord Of " + ClanName + " Has Loged In Game!");
     }

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock