Eross Posted May 22, 2021 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: 11 hours ago Share Posted May 22, 2021 Hi ! I need to show base attack and total attack (+ weapon attack) but it seems not possible ... Can you help me because I added readparam2 script for total STATS .. how to show the total attack magic hit etc with item ??? thanks Quote dispbottom "STR "+readparam(bStr)+" + "+(readparam2(0) - readparam(bStr))+""; dispbottom "AGI "+readparam(bAgi)+" + "+(readparam2(1) - readparam(bAgi))+""; dispbottom "VIT "+readparam(bVit)+" + "+(readparam2(2) - readparam(bVit))+""; dispbottom "INT "+readparam(bInt)+" + "+(readparam2(3) - readparam(bInt))+""; dispbottom "DEX "+readparam(bDex)+" + "+(readparam2(4) - readparam(bDex))+""; dispbottom "LUK "+readparam(bLuk)+" + "+(readparam2(5) - readparam(bLuk))+""; dispbottom "Max HP "+readparam(bMaxHP)+""; dispbottom "Max SP "+readparam(bMaxSP)+""; dispbottom "Base Atk "+readparam(bBaseAtk)+""; dispbottom "Weapon Atk "+readparam(bWeaponAtkRate)+""; Quote Link to comment Share on other sites More sharing options...
Question
Eross
Hi ! I need to show base attack and total attack (+ weapon attack) but it seems not possible ... Can you help me because I added readparam2 script for total STATS .. how to show the total attack magic hit etc with item ??? thanks
Link to comment
Share on other sites
0 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.