Yoona Posted October 23, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted October 23, 2013 (edited) How can i make an Item for example Yggberry It heals your HP/SP randomly with 30 ~ 50%? Edited October 23, 2013 by Yoona Quote Link to comment Share on other sites More sharing options...
chriser Posted October 23, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted October 23, 2013 (edited) http://rathena.org/wiki/Percentheal percentheal rand(30,50),rand(30,50); Edited October 23, 2013 by chriser Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 23, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 23, 2013 607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal rand(30,50),rand(30,50); },{},{} Quote Link to comment Share on other sites More sharing options...
Lugia Posted October 24, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 95 Reputation: 2 Joined: 08/23/12 Last Seen: September 2, 2015 Share Posted October 24, 2013 And if your going to create a custom healing items you have to modify your data folder too. Just like adding custom items. Quote Link to comment Share on other sites More sharing options...
Yoona Posted October 24, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Author Share Posted October 24, 2013 @chriser Thanks for the info but this is not what im looking for.. @LuLu Thanks, but what if only SP randomly heal 50~100 % ? @Lugia Thanks for the Info, i already did that Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 24, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 24, 2013 (edited) this is 100% HP / random 50~100% SP 607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal 100,rand(50,100); },{},{} this HP/SP 50~100% 607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal rand(50,100),rand(50,100); },{},{} Just read the heal code. It's not very complicated. You can adjust based on what you need Edited October 24, 2013 by LuLu Quote Link to comment Share on other sites More sharing options...
chriser Posted October 24, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted October 24, 2013 are you really too lazy to read the wiki? @LuLu Thanks, but what if only SP randomly heal 50~100 % ? percentheal <hp>, <sp>; How hard is that to understand? Quote Link to comment Share on other sites More sharing options...
Question
Yoona
How can i make an Item for example Yggberry It heals your HP/SP randomly with 30 ~ 50%?
Edited by YoonaLink to comment
Share on other sites
6 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.