Jump to content
  • 0

Requesting This kind of skill


Yonko

Question


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

Hi,

It is possible to Duplicate Skill? I'm trying to Duplicate the Warm Wind of Taekwon Class but instead of weapon will change element the armor will do and so forth so i grab up the skill src of Warm Mind, but i looked up on the const.txt seems SC_[element] stuffs are not there.


case TK_SEVENWIND:
        switch(skill_get_pl(skillid,skilllv)){
            case ELE_EARTH:
                type=SC_EARTHWEAPON;
                break;
            case ELE_WIND:
                type=SC_WINDWEAPON;
                break;
            case ELE_WATER:
                type=SC_WATERWEAPON;
                break;
            case ELE_FIRE:
                type=SC_FIREWEAPON;
                break;
            case ELE_GHOST:
                type=SC_GHOSTWEAPON;
                break;
            case ELE_DARK:
                type=SC_SHADOWWEAPON;
                break;
            case ELE_HOLY:
                type=SC_ASPERSIO;
                break;
        }
        clif_skill_nodamage(src,bl,skillid,skilllv,
            sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv)));
        break

 

Edited by wiideliva
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

bump!

Link to comment
Share on other sites

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.

×
×
  • Create New...