Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Print Page - translate please

Old aRO Forums

The 'Other' Section => AnesisRO Archive => Archive => General Questions => Topic started by: Richi on November 27, 2009, 01:22:42 pm

Title: translate please
Post by: Richi on November 27, 2009, 01:22:42 pm
Gale Bow   [1] 

A light bow that seems to have a potential to cause a whirlwind.
When the user receives a Physical Damage, small chance to auto-spell Level 5 Wind Blade.
If equipped together with Wind Arrow, increases damage by 25%.
[Base Intelligence >= 40]
Add a high chance of auto casting Level 5 Wind Blade.

Item Script   { if(isequipped(1755)) { if(readparam(bInt)>40) { bonus3 bAutoSpell,"NJ_HUUJIN",5,200; } else { bonus3 bAutoSpell,"NJ_HUUJIN",5,100; } bonus bLongAtkRate,25; } },{},{}

does it mean: if base int >40 there is a 2% chance of autocasting wind blade?
and if base int <40 1%?
Title: Re: translate please
Post by: kurip on November 27, 2009, 01:33:03 pm
yes
Title: Re: translate please
Post by: Richi on November 27, 2009, 01:34:07 pm
Add a high chance of auto casting Level 5 Wind Blade. -.-

anyway... thanks for the answer