Dissidia Posted May 26, 2012 Posted May 26, 2012 (edited) item bonus: max hp and sp swap.. please help tnx Edited May 26, 2012 by Yurika Quote
plankt Posted May 26, 2012 Posted May 26, 2012 As item script: set .@hp, MaxSp-MaxHp; set .@sp, MaxHp-MaxSp; bonus bMaxHP, .@hp; bonus bMaxSP, .@sp; Will bug a bit if you put stats while the item is equipped. Solved by re-equipping the item. Quote
MojoMojo Posted June 8, 2012 Posted June 8, 2012 (edited) I think will work like this: bonus bMaxHP, MaxSP-MaxHP; bonus bMaxSP, MaxHP-MaxSP; So i think it gonna work even if the status change while the equipment is equipped. Edited June 8, 2012 by MojoMojo Quote
Dissidia Posted September 28, 2012 Author Posted September 28, 2012 (edited) done with source code edit. i already do it by my self. thanks for your reply guys. Edited September 28, 2012 by Yurika Quote
Question
Dissidia
item bonus: max hp and sp swap.. please help tnx
Edited by Yurika3 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.