iSparky Posted February 10, 2015 Posted February 10, 2015 (edited) Hello guys i have agument Npc so... else if (command.startsWith("wildMagic")) { addAugment(player, 15446, 3250, 10); } What is that "15446" ? I want to add some Active / Passive Skills and i dont know what is this number :S addAugment void private static void addAugment(L2PcInstance player, int attribute, int skill, int level) { Edited February 10, 2015 by iSparky Quote
0 SweeTs Posted February 10, 2015 Posted February 10, 2015 No idea about new l2 features such as attribute :troll: Try to find them, looks like they have some numbers, like some skills or so? Quote
0 iSparky Posted February 10, 2015 Author Posted February 10, 2015 I have this list... Active : Focus Level 10 | ( augAttributes: 1067523168 ) ( augSkillId: 3141 ) ( augSkillLevel: 10 ) Passive : Focus Level 10 | ( augAttributes: 1070406728 ) ( augSkillId: 3249 ) ( augSkillLevel: 10 ) Active : Duel Might Level 10 | ( augAttributes: 1062406807 ) ( augSkillId: 3134 ) ( augSkillLevel: 10 ) Passive : Duel Might Level 10 | ( augAttributes: 1067260101 ) ( augSkillId: 3243 ) ( augSkillLevel: 10 ) Active : Might Level 10 | ( augAttributes: 1062079106 ) ( augSkillId: 3132 ) ( augSkillLevel: 10 ) Passive : Might Level 10 | ( augAttributes: 1067125363 ) ( augSkillId: 3240 ) ( augSkillLevel: 10 ) Active : Empower Level 10 | ( augAttributes: 1061423766 ) ( augSkillId: 3133 ) ( augSkillLevel: 10 ) Passive : Empower Level 10 | ( augAttributes: 1066994296 ) ( augSkillId: 3241 ) ( augSkillLevel: 10 ) Active : Wild Magic Level 10 | ( augAttributes: 1067850844 ) ( augSkillId: 3142 ) ( augSkillLevel: 10 ) Passive : Wild Magic Level 10 | ( augAttributes: 1070599653 ) ( augSkillId: 3250 ) ( augSkillLevel: 10 ) Active : Magic Barrier Level 10 | ( augAttributes: 1061751456 ) ( augSkillId: 3136 ) ( augSkillLevel: 10 ) Passive : Shield Level 10 | ( augAttributes: 1067194549 ) ( augSkillId: 3244 ) ( augSkillLevel: 10 ) But i dont know why here is 10 numbers :S Quote
0 Gries Posted February 10, 2015 Posted February 10, 2015 <augmentation id="15446"> <!-- Passive: Increases the critical attack rate of magic attacks. --> <skillId val="3250" /> <!-- Item Skill: Wild Magic: Passive: Increases the critical attack rate of magic attacks when equipped. --> <skillLevel val="5" /> <type val="red" /> </augmentation> "15446" is the augmentation ID "3250" is the skill ID "10" is the skill level (even if skill max level should be 5) Quote
0 Tessa Posted February 10, 2015 Posted February 10, 2015 These numbers are because of the augment calculation... most of the time the augment skill comes along with additional stats like INT+1, Critical + etc. Quote
0 iSparky Posted February 10, 2015 Author Posted February 10, 2015 Where can i find this ID's ?L2jFrozen ( Interlude ) Quote
0 Tessa Posted February 10, 2015 Posted February 10, 2015 Read here: http://www.l2jserver.com/forum/viewtopic.php?f=80&t=11122&p=48959#p48959 You can find all augment stats in optiondata_client-e.dat at the client side. Quote
0 iSparky Posted February 10, 2015 Author Posted February 10, 2015 i dont understand :/I follow the steps but nothing happent :/ Quote
0 Tessa Posted February 10, 2015 Posted February 10, 2015 Take the augmentation id from augmentation_skillmap.xml and multiple it by 65536. Quote
0 iSparky Posted February 10, 2015 Author Posted February 10, 2015 but... +1 or -1 what is thiat ? :S Quote
Question
iSparky
Hello guys i have agument Npc so...
What is that "15446" ?
I want to add some Active / Passive Skills and i dont know what is this number :S
addAugment void
Edited by iSparky9 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.
Note: Your post will require moderator approval before it will be visible.