Jump to content

Question

3 answers to this question

Recommended Posts

Posted

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.

Posted (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 by MojoMojo

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