Dori Posted December 10, 2014 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 332 Reputation: 15 Joined: 12/11/11 Last Seen: August 8, 2017 Share Posted December 10, 2014 Is there away to make healing items from being consumed when your HP and SP are full? for example ygg berry? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Dori Posted December 21, 2014 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 332 Reputation: 15 Joined: 12/11/11 Last Seen: August 8, 2017 Author Share Posted December 21, 2014 BUMP! Quote Link to comment Share on other sites More sharing options...
Nerfwood Posted December 26, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 104 Reputation: 27 Joined: 12/05/13 Last Seen: August 26, 2015 Share Posted December 26, 2014 (edited) Try changing the code to something like this: { .@hp = HP*100/MaxHP; if(.@hp==100) { percentheal 100,100; } },{},{} Edited December 26, 2014 by Nerfwood Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 27, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 14 hours ago Share Posted December 27, 2014 ..............{ if ( Hp < MaxHp ) { percentheal 100,100; } },{},{} Quote Link to comment Share on other sites More sharing options...
Dori Posted January 8, 2015 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 332 Reputation: 15 Joined: 12/11/11 Last Seen: August 8, 2017 Author Share Posted January 8, 2015 Both of these didn't work. Ygg berry still gets consumed when your health is completely full. Quote Link to comment Share on other sites More sharing options...
Question
Dori
Is there away to make healing items from being consumed when your HP and SP are full? for example ygg berry?
Thanks in advance.
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.