Jump to content
  • 0

hpRegen and spRegen Error


Question

Posted

Hello

Can't find how to work these things

bonus2 bHPRegenRate,n,t;        Gain n HP every t milliseconds

bonus2 bSPRegenRate,n,t;        Gain n SP every t milliseconds

bonus2 bRegenPercentHP,n,t;        Gain n% of max HP every t milliseconds

bonus2 bRegenPercentSP,n,t;        Gain n% of max SP every t milliseconds

anyone knows how?

1 answer to this question

Recommended Posts

  • 0
Posted

Check iteminfo.lua / iteminfo.lub for description 

bonus2 bHPRegenRate,n,t;        Gain n HP every t milliseconds

bonus2 bSPRegenRate,n,t;        Gain n SP every t milliseconds

1630,Release_Of_Wish,

bonus bInt,3; bonus bHealPower,5; autobonus "{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_HEAL; }"; },{},{}

 

bonus2 bRegenPercentHP,n,t;        Gain n% of max HP every t milliseconds

bonus2 bRegenPercentSP,n,t;        Gain n% of max SP every t milliseconds

 

4980,Recovery_Reactor_201

if (getrefine()>=7) bonus2 bRegenPercentHP,100,5000; else bonus2 bRegenPercentHP,50,5000; },{},{}

4981,Recovery_Reactor_202,

if (getrefine()>=7) bonus2 bRegenPercentSP,100,5000; else bonus2 bRegenPercentSP,50,5000; },{},{}
 

 

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