Kuneho Posted October 15, 2015 Posted October 15, 2015 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 !! Quote
-1 Kuneho Posted October 16, 2015 Author Posted October 16, 2015 (edited) 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 !! https://rathena.org/board/topic/97954-guide-adding-custom-icons-to-skills/ i already use that sir no luck on db files! bump T_T i think, any graphic related goes to client No prob on graphic sir just need for db files and src Edited October 15, 2015 by Kuneho Quote
Nikky Posted October 15, 2015 Posted October 15, 2015 i think, any graphic related goes to client Quote
Haziel Posted October 15, 2015 Posted October 15, 2015 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. Quote
EL Dragon Posted October 15, 2015 Posted October 15, 2015 https://rathena.org/board/topic/97954-guide-adding-custom-icons-to-skills/ Quote
Haziel Posted October 16, 2015 Posted October 16, 2015 Did you configure the icons on the Client-Side?if they're all on same ID, it should work. Quote
Kuneho Posted October 16, 2015 Author Posted October 16, 2015 (edited) 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 October 16, 2015 by Kuneho Quote
Haziel Posted October 16, 2015 Posted October 16, 2015 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. Quote
Kuneho Posted October 17, 2015 Author Posted October 17, 2015 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 skill bump Quote
Question
Kuneho
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 !!
8 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.