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 - What does this code from RMS mean?
Old aRO Forums
The 'Other' Section => AnesisRO Archive => Archive => General Questions => Topic started by: ninjai17 on December 05, 2011, 06:30:56 am
Title: What does this code from RMS mean?
Post by: ninjai17 on December 05, 2011, 06:30:56 am
" bonus2 bAddEffWhenHit,Eff_Stun,1000 "
When Recieving Damage, The effect of stun is ?
Title: Re: What does this code from RMS mean?
Post by: shadowfaux on December 05, 2011, 06:48:18 am
I believe it means that when you are hit, you have a chance of stunning the opponent ( ie. the little stars above the opponents head). At a 10% chance it appears. I don't have a Magic Bible, so I can't test this.
Title: Re: What does this code from RMS mean?
Post by: Valash_Vrayr on December 07, 2011, 08:05:53 am
I <3 my Magic Bibles. :]
Title: Re: What does this code from RMS mean?
Post by: Evilness45 on December 07, 2011, 11:28:42 am
How long is the target stunned when it happens?
Title: Re: What does this code from RMS mean?
Post by: shadowfaux on December 07, 2011, 11:35:02 am
Depends on targets Vit. 100 total vit = Stun immunity
Title: Re: What does this code from RMS mean?
Post by: Evilness45 on December 07, 2011, 11:54:59 am
Depends on targets Vit. 100 total vit = Stun immunity
I knew that. What this doesn't tell me is the base stun duration. How long am I gonna be stunned by that item if I have 50 vit?
Title: Re: What does this code from RMS mean?
Post by: shadowfaux on December 07, 2011, 12:13:45 pm
The math on there doesn't make sense :S Just putting 97 vit would make you immune according to the formula but I know I've been stunned with just under 100 vit, even if it is just for a split second xD.
Title: Re: What does this code from RMS mean?
Post by: shadowfaux on December 07, 2011, 12:44:16 pm
I'm going to guess It might be
3*[(100-VIT)/100] - LUK/100 Seconds. I'm getting this from: the fact that 100 Vit = Stun Immunity and iRO wiki states under the LUK section:
Stun: slightly decreases chance from being inflicted, -0.01 seconds duration
Title: Re: What does this code from RMS mean?
Post by: DeePee on December 07, 2011, 01:21:07 pm
Yes, it's a bit off. The website mentioned that. I can't check aRO's script though to see the actual formula though. :(
Just grab a default eA trunk and find out? I doubt the aRO core is that much different from the default eA one... especially when it comes to such formulas.