Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pre-BB] MapleStory Formula Compilation
Equips?
Blessing?
Reply
Fiel Wrote:Equips?
Blessing?

As I said, stupid cygnus skill-buff.


oh: my edit was like 1 min lata.
Reply
Power Knock Back (both weapons, credit to AGF/Fiel):
MAX = (DEX * 3.4 + STR) * Weapon Attack / 150
MIN = (DEX * 3.4 * Mastery * 0.9 + STR) * Weapon Attack / 150
Mastery is 0.1 at all levels

Where is this mastery come from?
Does it depend on Bow/Crossbow mastery?

Or

Does it depend on skill level as in
power knockback is level 30 = mastery 0.1 + 0.3 ?

Or

Mastery is always 0.1 , doesnt depend on any skill nor factor.
If its so, then remove the word mastery and replace with 0.1
Reply
rainbowBean Wrote:Mastery is always 0.1 , doesnt depend on any skill nor factor.
If its so, then remove the word mastery and replace with 0.1
This.

Is it necessary to ask for clarification on every little thing? Not to say there's anything wrong with making the data clearer, but it can't be that confusing really.
Reply
well, i am not as experienced as you in maplestory formula
furthermore, clarification would be good.
if i were to make a guide on all those maplestory formula,
I would explain where each variable comes from.

I am making a damage calculator, so explanation would help me understand how to code 1 better Glitter
Reply
rainbowBean Wrote:well, i am not as experienced as you in maplestory formula
furthermore, clarification would be good.
if i were to make a guide on all those maplestory formula,
I would explain where each variable comes from.

I am making a damage calculator, so explanation would help me understand how to code 1 better Glitter

OH WOW I'M RETARDED.

c
Reply
Bare Hands:
MAX = (STR * J + DEX) * Weapon Attack / 100
MIN = (STR * J * 0.1 * 0.9 + DEX) * Weapon Attack / 100
ATT equals floor((2*level+31)/3) and is capped at 31.
J equals 3.0 for Pirates and 4.2 for all 2nd+ job Pirates.

what does the bold means?

does the value ATT is calculated before being used in "Weapon Attack"?
Reply
rainbowBean Wrote:does the value ATT is calculated before being used in "Weapon Attack"?
Yes. Why bother asking if you know the answer? You've done that a lot too. The first post isn't all that confusing.
Reply
I do not know the answer , it was guessing Hurt
By explaining my view point, you will understand faster and easier whether I am on the right / wrong track.
Reply
rainbowBean Wrote:Power Knock Back (both weapons, credit to AGF/Fiel):
MAX = (DEX * 3.4 + STR) * Weapon Attack / 150
MIN = (DEX * 3.4 * Mastery * 0.9 + STR) * Weapon Attack / 150
Mastery is 0.1 at all levels

Where is this mastery come from?
Does it depend on Bow/Crossbow mastery?

Or

Does it depend on skill level as in
power knockback is level 30 = mastery 0.1 + 0.3 ?

Or

Mastery is always 0.1 , doesnt depend on any skill nor factor.
If its so, then remove the word mastery and replace with 0.1

Can I just ask how you misinterpret "mastery is 0.1 at all levels" to in fact mean something else? It says right there that it's 0.1, I think that's a better explanation than just having a random 0.1 in the formula and not saying why it's 0.1 or anything.
Reply
It's mastery over there because almost ALL damage formulas go that way:

MAX = (primarystat*multiplier + secondstat)*attack
MIN = (primarystat*multiplier*mastery*0.9 + second stat)*attack
Reply
under the misc section, should we add in that the combo cap is 30k too?
Reply
Not really. Beyond 200, combo count isn't really used to calculate anything.
Reply
Russt Wrote:Misc/Constants

 Spoiler




true enough though the bolded part (inside the spoiler) seems to imply we should toss it in there anyways. How 'bout adding the damage cap in there though. It's occassionally useful.
Reply
Ah, yes. That should go there. Even though it's mentioned elsewhere it isn't somewhere you would think to look.
Reply
¥-Striker-¥ Wrote:--------------------------------------------------------------------------------

O.o my bad, shud be :

40 overswings per min
28 (70%) of them critical : (920%+(200%*5hits)) * 28 = 53760%
12 normal : 920 * 14 = 11040%
11040 + 53760 = 64800% per Overswing with 100+ combo (70% chance of +200% damage)


Correct?

help miie. F4
Reply
Anyone know the formula for how much EXP/% is required to gain (20) family rep?
Reply
Have we looked into Dualcharge yet? I suppose there should be some kMST videos by now. :f6:
Reply
Speculation's been going on in one of the KMST threads.
Reply
GameMX and I figured out Ninja Ambush formula on the official servers in this thread.

(STR + LUK) * (1.5 + (skillLevel * 0.05)) * damage%

So as an example dit that has 50 STR and 950 LUK with max Ninja Ambush, the calculation would be the following

(50 + 950) * (1.5 + (30 * 0.05)) * (100 / 100)

1000 * (1.5 + 1.5) * (1)

1000 * 3

3000 damage/sec

Considering max Ninja Ambush can hit 6 mobs for 12 seconds...

3000 * 6 mobs = 18,000 damage/sec with 216,000 damage over 12 seconds

It matched all of his results perfectly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)