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!");
     }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...