Jump to content
  • 0

[HELP]Skills (Parameters)


Question

Posted

Hello guys... :)

 

Ok i have a problem...someone in my server..from Augment..took a skill...

 

Item Skill : Silence (max lvl 10)

 

Skill Id : 3093

 

And it says...During a critical attack ..the enemy gets silenced blablabla :P

 

Ok..so i went to gameserver/data/skills/3000-3099

 

 

And i found this:

 

 

<skill id="3093" levels="10" name="Item Skill: Silence">

 <table name="#chance"> 2 2 2 3 3 3 4 4 5 5 </table>

 <table name="#triggeredLevel"> 1 2 3 4 5 6 7 8 9 10 </table>

 <set name="target" val="TARGET_SELF"/>

 <set name="skillType" val="BUFF"/>

 <set name="operateType" val="OP_PASSIVE"/>

 <set name="chanceType" val="ON_HIT"/>

 <set name="activationChance" val="#chance"/>

 <set name="triggeredId" val="5176"/>

 <set name="triggeredLevel" val="#triggeredLevel"/>

</skill>

 

Ok i am not newbie with..fixing skills..but.. i know i can replace #chance with a number..but my problem is that...

If i put one number...

example

 

 

<skill id="3093" levels="10" name="Item Skill: Silence">

 <table name="#chance"> 2 2 2 3 3 3 4 4 5 5 </table>

 <table name="#triggeredLevel"> 1 2 3 4 5 6 7 8 9 10 </table>

 <set name="target" val="TARGET_SELF"/>

 <set name="skillType" val="BUFF"/>

 <set name="operateType" val="OP_PASSIVE"/>

 <set name="chanceType" val="ON_HIT"/>

<set name="activationChance" val="5"/>

 <set name="triggeredId" val="5176"/>

 <set name="triggeredLevel" val="#triggeredLevel"/>

</skill>

 

 

Is it 5% or what? :/

2 answers to this question

Recommended Posts

  • 0
Posted

yeah its 5% chance, but u should edit this bar:

  <table name="#chance"> 2 2 2 3 3 3 4 4 5 5 </table>

These are lvls (10 from this skill) and the chance value.

but 5% i think is high chance for a high rate server(u have high rate server right?)

change it to 2/3% better.

and set

 <set name="activationChance" val="5"/>

to back like this:

  <set name="activationChance" val="#chance"/>

hope i helped

 

  • 0
Posted

Hmmm....welll...i dont get the tables...i mean

 

the red numbers?...i dont get it lol...

 

<table name="#chance"> 2 2 2 3 3 3 4 4 5 5 </table>

 

I know how to use tables etc...but i dont know each number...whats the use of each number...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..