Chance Question

Started by dalinker, Jan 02, 2012, 06:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dalinker

Im curious of how Naght Seiger Twin Blade bypasses def. I would like to know the chance. I have a really hard time reading the scripts. Better yet can someone help me reading out the script of the twin blades?

Triper

It's something +/- like this:

autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;

effect when equipped{what the effect does}, chance/10,time activated in seconds/1000;

autobonus "{ bonus bIgnoreDefRace - Using this gear gives you the bonus of ignore the defence of a race
RC_NonBoss - Race Chosen is everything that is non-boss/non-miniboss
50 - 5% to happen[50/10=5]
5000 - 5 seconds[5000/1000 = 5]

So you end with:
QuoteIgnore non-boss monster defence for 5 seconds at a 5% chance

dalinker


SpaceFalcon

I don't get how 50 means 5% for that blade.

when savage baby it clearly says on the item description says it's 5% chance, but the script lists it as "500"

{ bonus2 bAddEff,Eff_Stun,500; },{},{}

???

Triper

Different bonus work in different ways, check the item_bonus.txt of eathena and you will see it. On some bonus a 500 = 5 on another types it may mean 50, it's all about what bonus you're talking about.