Jump to content
  • 0

Question

Posted

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

 

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...