Jump to content
  • 0

Somebody Here ( L2Instance - Npc )


Question

Posted (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 by iSparky

9 answers to this question

Recommended Posts

  • 0
Posted

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?

  • 0
Posted

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

  • 0
Posted
<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)

  • 0
Posted

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.

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.

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