Jump to content
  • 0

Custom Skill put on Custom Icon


Kuneho

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   2
  • Joined:  08/01/12
  • Last Seen:  

How to put Skill on Custom icon is any other Guide to do that  Costumization skill.? 
example Parry skill i want to put it on  my Custom SKill like. Shield Parry. name of the icon ??

Plss Help More Power and thanks !!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   2
  • Joined:  08/01/12
  • Last Seen:  

Sorry, I must ask you to reformulate your question.

I couldn't understand what exactly you want.

If you want to change an Icon of a default skill, then, the name of the files are the same of the skill_db.txt.

Taking your Parrying (i believe that's the Lord Knight one) for example:

356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,		LK_PARRYING,Parrying

The name of the skill is LK_PARRYING.

Which means that the files are located in:

data/sprite/¾ÆÀÌÅÛ/LK_PARRYING.spr
data/sprite/¾ÆÀÌÅÛ/LK_PARRYING.act
data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/item/LK_PARRYING.bmp

But, also, if you want to put an Icon in a Custom Skill you made, you must know how you named the skill in Source and Lua Files, then, put the the files in the directories, following the pattern above.

 

sorry about that 

Custom Icons to Skills

i want to put  skill on my custom icons  

like on darkRO .  

example 

4047,411,10,3,10,6,5,60,3,0,0,0,0 //LU_PAR#Parrying#
4047,444,1,0,0,0,0,0,0,0,0,0,0 //LU_FRENZY#Frenzy#
my custom skill 
411,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,	LU_PAR,Parrying
356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,	LK_PARRYING,Parrying

356,0,0,50,0,0,0,3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING

When im trying to use that  on my db nothing happen! i use star glad. job id that's why 4047 and i want to customized it!!

i mean i want to copy the skill and put it to my custom icons skill.. for my custom job ^_^

Thanks for the reply !!

i already use that sir  no luck on db files!

bump T_T

i think, any graphic related goes to client /heh

No prob on graphic sir just need for  db files and src  ^_^

Edited by Kuneho
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  10/21/13
  • Last Seen:  

i think, any graphic related goes to client /heh

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Sorry, I must ask you to reformulate your question.
I couldn't understand what exactly you want.

If you want to change an Icon of a default skill, then, the name of the files are the same of the skill_db.txt.
Taking your Parrying (i believe that's the Lord Knight one) for example:

356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,		LK_PARRYING,Parrying

The name of the skill is LK_PARRYING.

Which means that the files are located in:

data/sprite/¾ÆÀÌÅÛ/LK_PARRYING.spr
data/sprite/¾ÆÀÌÅÛ/LK_PARRYING.act
data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/item/LK_PARRYING.bmp

But, also, if you want to put an Icon in a Custom Skill you made, you must know how you named the skill in Source and Lua Files, then, put the the files in the directories, following the pattern above.
 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Did you configure the icons on the Client-Side?
if they're all on same ID, it should work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   2
  • Joined:  08/01/12
  • Last Seen:  

Did you configure the icons on the Client-Side?

if they're all on same ID, it should work.

Yes  im done on client side the problem is server side for skill 

 

Did you configure the icons on the Client-Side?

if they're all on same ID, it should work.

Yes  im done on client side the problem is server side for skill 

 

411,0,0,50,0,0,0,1:2,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0								//LU_PAR

4046,411,10,3,10,6,5,60,3,0,0,0,0 //LU_PAR#Parrying#
411,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,	LU_PAR,Parrying
// attack blocked by Parrying
if( (sce=sc->data[SC_PARRYING]) && flag&BF_WEAPON && skill_id != WS_CARTTERMINATION && rnd()%100 < sce->val2 ) {
clif_skill_nodamage(bl, bl, LU_PAR, sce->val1,1);
return 0;
}

Nothing Happen when i did that  its give teleport

Edited by Kuneho
Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Sorry, but, you're absolutely not being clear.
You said, first, that your problem is the Icon doesn't change.

Icon is only related to Client-Side once a proper ID is given to Skill.
Editions on skillid.lub, skilldescript.lub and skillinfolist.lub are needed for the Icon to show.

Now if this is settled and you have a new problem, please, be more specific.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   2
  • Joined:  08/01/12
  • Last Seen:  

Sorry, but, you're absolutely not being clear.

You said, first, that your problem is the Icon doesn't change.

Icon is only related to Client-Side once a proper ID is given to Skill.

Editions on skillid.lub, skilldescript.lub and skillinfolist.lub are needed for the Icon to show.

Now if this is settled and you have a new problem, please, be more specific.

sorry about that i just want is like this 

https://rathena.org/board/topic/97954-guide-adding-custom-icons-to-skills/

and i already edit the Lua files   the problem is  how to put  on custom icons  the skill

on skill db ??

This my icon skill42424_zps6a1lnvuv.png

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...