Hero Target Suit Proc - Archer Class - WarpPortal Community Forums

Jump to content


Photo
- - - - -

Hero Target Suit Proc


  • Please log in to reply
4 replies to this topic

#1 Xylph

Xylph

    Amateur Blogger

  • Members
  • 135 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 02 February 2017 - 07:49 AM

I'm wondering about the proc chance if it's not upgraded at all.


  • 0

#2 Ylliw

Ylliw

    Amateur Blogger

  • Members
  • 304 posts

Posted 02 February 2017 - 08:56 AM

25%, if im correct

proc rate = (5+refinement)*5 

 

based on the Item script of target suit

ref: <snip>


Edited by VModCinnamon, 02 February 2017 - 10:16 AM.
Removed URL, please do not link to that website.

  • 0

#3 Xylph

Xylph

    Amateur Blogger

  • Members
  • 135 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 02 February 2017 - 10:08 AM

25%, if im correct

proc rate = (5+refinement)*5 

 

based on the Item script of target suit

ref: <snip>

I think that's too high. Thanks for the tip. I think I got it (if I'm not wrong)

Hunterfly Card script is like this (3% chance). It seems to be in "milli" units.
{ bonus2 bHPDrainRate,30,15; },{},{}

 

It's probably:

chance = ((5 + refineLv) * 5) / 1000
%chance = chance * 100


Shorter formula: %chance = ((5 + refineLv) * 5) / 10

which brings it to 2.5% on +0 and increases 0.5% per refine level

Can someone verify? 


Edited by VModCinnamon, 02 February 2017 - 10:18 AM.
Edited in quote.

  • 0

#4 Ashuckel

Ashuckel

    '-' intensifies

  • Members
  • 18996 posts
  • LocationJohto, Hoenn, Unova, Kalos, Alola
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 02 February 2017 - 10:14 AM

scripts don't show it but there are some "rules" on reading them. Skill proc chances are always divided by 1000. Status effect proc chances are divided by 10000.

So yeah the one above looks quite accurate.

2 cents tho.

-linking RMS on this forums is prohibited

-RMS scripts comes from illegal servers and may not be correct sometimes.

 


  • 0

#5 fuyukikun

fuyukikun

    Disney Prince in Disguise

  • Members
  • 12269 posts
  • LocationIndonesia
  • Playing:Ragnarok Online
  • Server:Chaos, on hiatus

Posted 02 February 2017 - 04:15 PM

quite correct, i only use +4 and the proc is more than enough since the buff lasts long


  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users