Jump to content

Recommended Posts

Posted (edited)

Hello folks , here is the small code for you ! 

this code help you for remove the weight limit in game. tested and work.

 

In order to change the character's weight limit you need to  change weight limit skill :

Open SKILLDATA.TXT and look for the skill there ;


Find this

skill_begin skill_name=[s_weight_limit1] /* [ok] */ skill_id=150 level=1 operate_type=P magic_level=10 main_effect={{p_weight_limit;100;per}} skill_end

 

Where main_effect = {{p_weight_limit; 100; per}} - change 100 to 25000, all the weight limit is increased, you should get something like: 

skill_begin skill_name=[s_weight_limit1] /* [ok] */ skill_id=150 level=1 operate_type=P magic_level=10 main_effect={{p_weight_limit;25000;per}} skill_end

 

credits : thanks to kick

Edited by Street-Gamer
  • Thanks 1
  • Street-Gamer changed the title to Remove Player Weight Limit! L2OFF PTS
  • 10 months later...

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
Reply to this topic...

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