Forewarning: Creating skills is not a "beginner" task and can require very heavy adjustment and thorough knowledge of how skills work!
The following db/rdb are involved in the process:
SkillJPResource
SkillResource
SkillStage
SkillTreeDisplay (players only)
SkillTreeResource (players + pets) [Pets dont have an actual "SKILL TREE" to be displayed
(For all beginners I recommend making duplicates of skills that already exist)
WARNING!!!
The skill_id can not exceed 5 digits (E.g. 10000) if it does the quest will show but will not function, I have tested this several times.
Creating a new skill correctly WILL require a RDB to save every db mentioned above else you mind as-well quit now.
1. Open dbo.SkillResource and find the entry you want to duplicate
2. Copy that entry and paste it changing the id to an id who doesn't exist e,g, 50122 to 51122
3. Open dbo.SkillJPResource and duplicate the original id's entry changing the id to the duplicated skill id
4. Open dbo.SkillStage and duplicate the original id's entry changing the id to the duplicated skill id
5. Open dbo.SkillTreeResource and duplicate the original id's entry changing the id to the duplicated skill id
6. SkillTreeDisplay (this is really ONLY to assign existing skills to player skill trees)
7. Edit the duplicate skill entries across the tables to your liking
8. Use any RDB Tool capable of saving all a-fore mentioned rdb's to your clients epic
9. Hash in updated resources
10. Restart client + Server
11. If you did all right you have a newly working skill
Forewarning: Creating skills is not a "beginner" task and can require very heavy adjustment and thorough knowledge of how skills work!
The following db/rdb are involved in the process:
SkillJPResource
SkillResource
SkillStage
SkillTreeDisplay (players only)
SkillTreeResource (players + pets) [Pets dont have an actual "SKILL TREE" to be displayed
(For all beginners I recommend making duplicates of skills that already exist)
WARNING!!!
The skill_id can not exceed 5 digits (E.g. 10000) if it does the quest will show but will not function, I have tested this several times.
Creating a new skill correctly WILL require a RDB to save every db mentioned above else you mind as-well quit now.
1. Open dbo.SkillResource and find the entry you want to duplicate
2. Copy that entry and paste it changing the id to an id who doesn't exist e,g, 50122 to 51122
3. Open dbo.SkillJPResource and duplicate the original id's entry changing the id to the duplicated skill id
4. Open dbo.SkillStage and duplicate the original id's entry changing the id to the duplicated skill id
5. Open dbo.SkillTreeResource and duplicate the original id's entry changing the id to the duplicated skill id
6. SkillTreeDisplay (this is really ONLY to assign existing skills to player skill trees)
7. Edit the duplicate skill entries across the tables to your liking
8. Use any RDB Tool capable of saving all a-fore mentioned rdb's to your clients epic
9. Hash in updated resources
10. Restart client + Server
11. If you did all right you have a newly working skill
skill team pk create team packet 09/28/2013 - CO2 Private Server - 0 Replies hey guys
from one weak i try to get the packet :D
when i join to the war i don't remmber to create team and i kick out from it !
so any one have it can post it here !
http://img3.91huo.com/co/images/guides/quests/ski llpk05.jpg
[ECT] All skill on char create 04/21/2013 - 4Story - 4 Replies Put it in TCREATECHAR
/* CREATE CHARACTER PROCESS
================================================= =======
PARAMETER
================================================= =======
@szNAME VARCHAR(50)
How to create a Skill Hack(dmg multiplier)? 11/18/2012 - Metin2 - 1 Replies How can i make a skill hack ? what files do i need to change? (i saw a tutorial few days ago... but i can.t find it x( ) and ... on official servers the warrior's dash(when using a ground dmg hack) does 2 x dmg .. is it a bug? and if it is .. there are any other bugs like this ?
How to create a Skill Hack(dmg multiplier)? 11/18/2012 - Metin2 Private Server - 0 Replies How can i make a skill hack ? what files do i need to change? (i saw a tutorial few days ago... but i can.t find it x( ) and ... on official servers the warrior's dash(when using a ground dmg hack) does 2 x dmg .. is it a bug? and if it is .. there are any other bugs like this ?
Create a new level for a skill ? 05/21/2012 - Shaiya Private Server - 2 Replies Hi.
I'm trying to create a new level for a skill (sustain shot lv5). I use python for it and when i build the new skill.sdata i have 2 type of errors.
1) I only rebuild and i don't encrypt before import and got this :
http://i.epvpimg.com/8ptQc.png
and data.saf/data.sah are dead i should use a copy or it don't work anymore.
2) I encrypt it before import and got this :
http://i.epvpimg.com/OX7bf.png
But i can import back the old skill.sdata i had and it works.