chromus28 Posted January 2, 2014 Posted January 2, 2014 guys need help on this kind of this script? •Max HP + 400 per base VIT?? Quote
AnnieRuru Posted January 3, 2014 Posted January 3, 2014 if ( readparam(bVit) >= 255 ) bonus bMaxHP, 102000; else bonus bMaxHP,readparam(bVit)*400; Quote
sotf Posted January 2, 2014 Posted January 2, 2014 400 max hp for every 1 vit? bonus bMaxHP,readparam(bVit)*400; Quote
chromus28 Posted January 3, 2014 Author Posted January 3, 2014 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 Quote
chromus28 Posted January 3, 2014 Author Posted January 3, 2014 if ( readparam(bVit) >= 255 ) bonus bMaxHP, 102000; else bonus bMaxHP,readparam(bVit)*400; thanks Quote
Question
chromus28
guys need help on this kind of this script?
•Max HP + 400 per base VIT??
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.