Jump to content
  • 0

what is the script for this effect help?


chromus28

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

guys need help on this kind of this script?

 

Max HP + 400 per base VIT??

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

if ( readparam(bVit) >= 255 ) bonus bMaxHP, 102000;

else bonus bMaxHP,readparam(bVit)*400;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

400 max hp for every 1 vit?

 

bonus bMaxHP,readparam(bVit)*400;

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

400 max hp for every 1 vit?

 

bonus bMaxHP,readparam(bVit)*400;

yes thanks gonna try it now

400 max hp for every 1 vit?

 

bonus bMaxHP,readparam(bVit)*400;

it works sir thanks, but what if 400 max HP for every 1 vit with capped to 102,000 HP? because this is an accessory card it will over 102,000 HP if not capped

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

if ( readparam(bVit) >= 255 ) bonus bMaxHP, 102000;

else bonus bMaxHP,readparam(bVit)*400;

thanks

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