Jump to content
  • 0

Custome_Beginner_Cap


CasperX

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  01/12/17
  • Last Seen:  

Hi , can i get the script of this item ? Custome_Beginner_Cap " ID : 20307 " 

 

Thanks :)

74c222ae6dc4b1aff87319e8ebe81ae8.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  11/23/11
  • Last Seen:  

.@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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  740
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

			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);

 

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.

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