IvanD Posted June 2, 2018 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Share Posted June 2, 2018 (edited) Can anyone help me... I want an item ID: 1000 When worn gives casting bar for 5 sec (if possible reduce cast bar time by 3 sec if worn ID:1001 when item upg +1....it cast heal skill and when used the character will say “HP 1” instead of “Heal!”. when item upg +2....it cast heal 2 skill and so on up to +20 "HP 2" . thank u I’m greatly happy to have this script thank u in advance! Edited June 2, 2018 by IvanD Quote Link to comment Share on other sites More sharing options...
0 TheDerpySupport Posted June 2, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 208 Reputation: 60 Joined: 09/23/17 Last Seen: July 28, 2021 Share Posted June 2, 2018 6 hours ago, IvanD said: Can anyone help me... I want an item ID: 1000 When worn gives casting bar for 5 sec (if possible reduce cast bar time by 3 sec if worn ID:1001 when item upg +1....it cast heal skill and when used the character will say “HP 1” instead of “Heal!”. when item upg +2....it cast heal 2 skill and so on up to +20 "HP 2" . thank u I’m greatly happy to have this script thank u in advance! Part of this probably won't be doable as the client will always show the skillname being used along with !!. You would have to create custom skills, duplicates of heal, and change their name client side but even so they would still have the !! at the end of them 1 Quote Link to comment Share on other sites More sharing options...
0 IvanD Posted June 2, 2018 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Author Share Posted June 2, 2018 25 minutes ago, TheDerpySupport said: Part of this probably won't be doable as the client will always show the skillname being used along with !!. You would have to create custom skills, duplicates of heal, and change their name client side but even so they would still have the !! at the end of them is there a easy to understand guide i can follow to create one? Quote Link to comment Share on other sites More sharing options...
0 IvanD Posted June 5, 2018 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Author Share Posted June 5, 2018 @AnnieRuru is there other way around? Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted June 5, 2018 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted June 5, 2018 since you want this as equipments, you have to add new skills and adding new skills is never simple https://github.com/rathena/rathena/wiki/Adding_new_skills yes, just like TheDerpySupport said, when you shout the skill name, the skill level is not included which means, you have to make 20 new skills, with each skill having just 1 level, and each skill ID has different name to shout the number you want cannot done with scripting or database alone this is probably source modification Quote Link to comment Share on other sites More sharing options...
Question
IvanD
Can anyone help me... I want an item ID: 1000 When worn gives casting bar for 5 sec (if possible reduce cast bar time by 3 sec if worn ID:1001
when item upg +1....it cast heal skill and when used the character will say “HP 1” instead of “Heal!”.
when item upg +2....it cast heal 2 skill and so on up to +20 "HP 2" .
thank u I’m greatly happy to have this script thank u in advance!
Edited by IvanDLink 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.