Jump to content
  • 0

[HELP]Weight Penalty


Question

Posted

I got a problem, i run l2umbrella server and made (increase weight limit per level = true) but players still get weight penalty very easy, how can i disable weight penalty or do that the players have very much space because i run a high rate server, and its very poor when players get weight penalty that fast.

 

Thank you!

2 answers to this question

Recommended Posts

  • 0
Posted

L2PcInstance.java...Line 1729

 

return (int)calcStat(Stats.MAX_LOAD, baseLoad*XYZ, this, null);

 

 

Instead of XYZ add how much you want to multiply the weight limmit with.

If you dont know how to complie or change a code, learn! Or quit having a server...I wont tell you how to do it! Go search

  • 0
Posted

umbrella has option in altsettings.properties ..

 

# Weight Limit multiplier - default 1

AltWeightLimit = 1.

 

put it to 150000 or as you wish ..

 

its more easier if u dunno how to compile a pack or get source code ..

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...