Southperry.net
Assassinate damage formula. - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Maplestory (https://www.southperry.net/forumdisplay.php?fid=15)
+--- Forum: Training Center (https://www.southperry.net/forumdisplay.php?fid=32)
+---- Forum: Thief (https://www.southperry.net/forumdisplay.php?fid=43)
+---- Thread: Assassinate damage formula. (/showthread.php?tid=36395)



Assassinate damage formula. - Locked - 2011-01-17

What is it?
Factoring in charge time.

Is it 386% * seconds charged?


Assassinate damage formula. - Devil - 2011-01-17

With both Assassinate and Boomerang Step maxed:

[SIZE="1"](3 * (((1+ChargeSecs/2) * 560%Wink + (((1+ChargeSecs/2) * 560%) * (0.625 * SPChargeSecs/2))))

+

(1 * (((1+ChargeSecs/2) * 710%) + (((1+ChargeSecs/2) * 710%) * (0.625 * SPChargeSecs/2))))[/SIZE]

First row = First 3 hits
Seconds row = 4th Hit

- ChargeSecs has a maximum of 8
- SPChargeSecs can't go below 2 and has a maximum of 8
- Assuming user has a 5% Critical Ring or better, so Assassinate critical is 100%


Assassinate damage formula. - Takebacker - 2011-01-17

Devil Wrote:With both Assassinate and Boomerang Step maxed:

[SIZE="1"](3 * (((1+ChargeSecs/2) * 560%Wink + (((1+ChargeSecs/2) * 560%) * (0.625 * SPChargeSecs/2))))

+

(1 * (((1+ChargeSecs/2) * 710%) + (((1+ChargeSecs/2) * 710%) * (0.625 * SPChargeSecs/2))))[/SIZE]

First row = First 3 hits
Seconds row = 4th Hit

- ChargeSecs has a maximum of 8
- SPChargeSecs has a can't go below 2 and has a maximum of 8

http://www.southperry.net/showthread.php?t=38037

This accounted for?


Assassinate damage formula. - Devil - 2011-01-17

Takebacker Wrote:http://www.southperry.net/showthread.php?t=38037

This accounted for?
There was no bug there... Wink


Assassinate damage formula. - Takebacker - 2011-01-17

Devil Wrote:There was no bug there... Wink

So you're saying casting shadow partner makes assassinates damage stronger intentionally? Good to know if so.


Assassinate damage formula. - Devil - 2011-01-17

Yes, because if they didnt add this, Assassinate would have to get boosted from 560% per hit to like 2000% per hit, to keep up with Meso Explosion (3rd job skill) damage, which also hits 10 targets instead of 1 target (Assassinate).

Assassinate without Shadow Partner and without full charge is really weak. I think Savage Blow is even stronger in DPS, because Assassinate is so slow... xD


Assassinate damage formula. - Alloy - 2011-01-17

Devil Wrote:Yes, because if they didnt add this, Assassinate would have to get boosted from 560% per hit to like 2000% per hit, to keep up with Meso Explosion (3rd job skill) damage, which also hits 10 targets instead of 1 target (Assassinate).

Assassinate without Shadow Partner and without full charge is really weak. I think Savage Blow is even stronger in DPS, because Assassinate is so slow... xD

To add on this...

So yeah, I guess we both get some improvement over Shadow Partner!


Assassinate damage formula. - Devil - 2011-01-19

Ok, posting the correct forumula, so everyone get this right, for reference:

First 3 hits:
(3 * (((ChargeBonus) * 560%) + (((ChargeBonus) * 560%) * SPChargeBonus)))
+
Last 4th Hit:
(1 * (((ChargeBonus) * 710%) + (((ChargeBonus) * 710%) * SPChargeBonus)))



Seconds in Dark SightChargeBonus ValueSPChargeBonus Value
0.00 ~ 1.991.00.5
2.00 ~ 3.992.01.0
4.00 ~ 5.993.01.5
6.00 ~ 7.994.02.0
8.00 ~ 8.005.02.5



Assassinate damage formula. - 66alex66 - 2011-01-19

way to use those parentheses


Assassinate damage formula. - Hanabira.Kage - 2011-01-19

66alex66 Wrote:way to use those parentheses

Yeah. There are a few extra.



Assassinate damage formula. - Veneni - 2011-01-31

Devil Wrote:Ok, posting the correct forumula, so everyone get this right, for reference:

First 3 hits:
(3 * (((ChargeBonus) * 560%) + (((ChargeBonus) * 560%) * SPChargeBonus)))
+
Last 4th Hit:
(1 * (((ChargeBonus) * 710%) + (((ChargeBonus) * 710%) * SPChargeBonus)))



Seconds in Dark SightChargeBonus ValueSPChargeBonus Value
0.00 ~ 1.991.00.5
2.00 ~ 3.992.01.0
4.00 ~ 5.993.01.5
6.00 ~ 7.994.02.0
8.00 ~ 8.005.02.5
Are you absolutely sure about this? What's your source?

This means
(3 * (((ChargeBonus) * 560%) + (((ChargeBonus) * 560%) * SPChargeBonus)))

= 3 * ChargeBonus * 560% + ChargeBonus² * 560% / 2

So 8 sec to 4 sec is 560*2 + 560*16 times stronger Big Grin nice xD