Jump to content
  • 0

[Help]Buff time


mikelpsk8

Question

7 answers to this question

Recommended Posts

  • 0

You have to find the buffs (skills) ID...Then you must go: server\gameserver\data\stats\skills

and find the skills that you want by their IDs...The you can change their duration at the following lines:

 

<effect count="1" name="Buff" time="30" val="0">

      <sub order="0x40" stat="maxMp" val="#Tab-maxMp"/>

    </effect>

 

At the yellow one you must put the time that you want in minutes! I hope it helps you!

 

Link to comment
Share on other sites

  • 0

OK, You can remove weight limit by this way, go to:

 

server/gameserver/configs/altsettings.prop

 

and find this:

 

# Weight Limit multiplier - default 1

AltWeightLimit = 1.

 

Then make it as you wish (ex.100000)

 

 

Link to comment
Share on other sites

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