Sora7 Posted July 26, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/17/17 Last Seen: June 24, 2019 Share Posted July 26, 2018 Hello. It seem these scripts are not working. 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 tried the General Egnigem Card,the Increase Maximum HP and SP bonus worked but the 50hp and 10sp regen rate does not work. also the headgear Bijofnil Wings percent hp regen doesn't work either. anybody knows how to fix this? Thank you. Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted July 26, 2018 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: 22 hours ago Share Posted July 26, 2018 I think that just add up to the every 5 sec regeneration. Quote Link to comment Share on other sites More sharing options...
0 Sora7 Posted July 28, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/17/17 Last Seen: June 24, 2019 Author Share Posted July 28, 2018 On 7/26/2018 at 7:24 PM, crazyarashi said: I think that just add up to the every 5 sec regeneration. tried to change it into 5000hp sp regen, doesn't work Quote Link to comment Share on other sites More sharing options...
0 Sora7 Posted August 6, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/17/17 Last Seen: June 24, 2019 Author Share Posted August 6, 2018 up up up unsolved the bonus hpregen spregen or percent hpregen spregen does not work. tried trial and error putting 50% of mx hp,sp regen every 5sec on armor, nothing happens 50000 hp,sp regen every 10 sec, still nothing happens. { 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 } does anybody know why? Quote Link to comment Share on other sites More sharing options...
0 Humble_Bee Posted July 28, 2020 Group: Members Topic Count: 54 Topics Per Day: 0.03 Content Count: 112 Reputation: 9 Joined: 09/22/19 Last Seen: July 24, 2022 Share Posted July 28, 2020 I'm using an older version of rAthena. Since mine is buggy as well and I don't see any posts on fixes, this is how I got HPRegenRate to work like RegenPercent is supposed to work: bonus2 bHPRegenRate, readparam(bMaxHP)/100,10000; This regenerates one percent health every 10 seconds. Quote Link to comment Share on other sites More sharing options...
Question
Sora7
Hello.
It seem these scripts are not working.
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
tried the General Egnigem Card,the Increase Maximum HP and SP bonus worked but the 50hp and 10sp regen rate does not work.
also the headgear Bijofnil Wings percent hp regen doesn't work either.
anybody knows how to fix this?
Thank you.
Link to comment
Share on other sites
4 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.