Shade Posted July 20, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 123 Reputation: 29 Joined: 04/09/12 Last Seen: February 10, 2021 Share Posted July 20, 2012 Hi, I wanted to make this card to regenerate 2% of MaxHP every 2 seconds but it didn't work. 25000,HP_Regen,HP_Regen,6,20,,10,,,,,,,,16,,,,,{ bonus2 bHPRegenRate,(MaxHP)*0.02,2000; },{},{} I even tried (MaxHP/100) it still didn't work I wonder why. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 20, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 20, 2012 (edited) Personally, I've never ever used decimals in my item bonuses. Not sure if they work 100%. Also, wouldn't 2% be 20 and not 0.02? Edited July 20, 2012 by Mysterious Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 20, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 20, 2012 You can't use decimals, period. o_o Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 20, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 minutes ago Share Posted July 20, 2012 try this ? maybe this will work.. ...........{ bonus2 bHPRegenRate,(( MaxHP * 2 )/100 ),2000; },{},{} Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 20, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 20, 2012 (edited) You can't use decimals, period. o_o Yeah okay. That's what I thought because in any of my item bonuses never have I ever used any decimals =/. Edited July 20, 2012 by Mysterious Quote Link to comment Share on other sites More sharing options...
Shade Posted July 21, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 123 Reputation: 29 Joined: 04/09/12 Last Seen: February 10, 2021 Author Share Posted July 21, 2012 try this ? maybe this will work.. ...........{ bonus2 bHPRegenRate,(( MaxHP * 2 )/100 ),2000; },{},{} Yup it works, thanks! Just a question must there be spaces between the " * "? I think I tried that before but it didn't work. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 21, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 21, 2012 Spacing never matters, lol. Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 21, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 21, 2012 (edited) Spaces within the parenthesis, not so much. Where you would need spaces is in something like this: bonus<space>bAgi,25; Edited July 21, 2012 by Mysterious Quote Link to comment Share on other sites More sharing options...
Question
Shade
Hi,
I wanted to make this card to regenerate 2% of MaxHP every 2 seconds but it didn't work.
I even tried (MaxHP/100) it still didn't work I wonder why.
Thanks in advance.
Link to comment
Share on other sites
7 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.