IvanD Posted June 2, 2018 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
0 TheDerpySupport Posted June 2, 2018 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
0 IvanD Posted June 2, 2018 Author 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
0 AnnieRuru Posted June 5, 2018 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
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 IvanD4 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.