RMS Home | Guide Writing | Test Server | New Servers | Latest Reviews

Author Topic: Chance Question  (Read 276 times)

0 Members and 1 Guest are viewing this topic.

Offline dalinker

Chance Question
« on: Jan 02, 2012, 06:49 am »
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?

RateMyServer Ragnarok Community

Chance Question
« on: Jan 02, 2012, 06:49 am »

Offline Triper

Re: Chance Question
« Reply #1 on: Jan 02, 2012, 11:03 am »
It's something +/- like this:

Code: [Select]
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:
Quote
Ignore non-boss monster defence for 5 seconds at a 5% chance

Offline dalinker

Re: Chance Question
« Reply #2 on: Jan 02, 2012, 10:51 pm »
Thank you very much

Offline SpaceFalcon

Re: Chance Question
« Reply #3 on: Jan 04, 2012, 01:48 pm »
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; },{},{}

 ???

Offline Triper

Re: Chance Question
« Reply #4 on: Jan 04, 2012, 03:34 pm »
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.