Jump to content
  • 0

Custome_Beginner_Cap


Question

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

.@b = (BaseLevel/10); bonus bHit, 30-(.@b*3); bonus bMaxHP, 1000-(.@b*100); bonus bMaxSP, 200-(.@b*20); bonus bVariableCastrate,-10+.@b; bonus2 bAddItemHealRate,569,50-(.@b*10); bonus bHealPower,150-(.@b*10); bonus bHealPower2,150-(.@b*10);

i not test.

Edited by gugusjungs
  • 0
Posted
			bonus bHit,30-(3*(BaseLevel/10));
			bonus bMaxHP,1000-(100*(BaseLevel/10));
			bonus bMaxSP,200-(20*(BaseLevel/10));
			bonus bVariableCastrate,-10+(BaseLevel/10);
			bonus bHealPower,150-(10*(BaseLevel/10));
			bonus bHealPower2,10*(BaseLevel/10);
			bonus bAddItemHealRate,10*(BaseLevel/10);

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...