Jump to content
  • 0

gear with auto skill by upg lvl


Question

Posted (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 by IvanD

4 answers to this question

Recommended Posts

  • 0
Posted
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

  • Like 1
  • 0
Posted
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?

  • 0
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...