![]() |
|
[Pre-BB] MapleStory Formula Compilation - Printable Version +- Southperry.net (https://www.southperry.net) +-- Forum: Maplestory (https://www.southperry.net/forumdisplay.php?fid=15) +--- Forum: Game Mechanics (https://www.southperry.net/forumdisplay.php?fid=33) +--- Thread: [Pre-BB] MapleStory Formula Compilation (/showthread.php?tid=1033) |
[Pre-BB] MapleStory Formula Compilation - Dusk - 2009-04-02 LazyBui Wrote:I didn't count my seconds. They were digitally produced. Seems you are right, though. Last time I tried, the only number I came up with was 12. The latency makes it really hard to tell how long times are supposed to be. My Air Strike says it takes 5 seconds to cool down but in reality seems to take anywhere from 3 to 8. [Pre-BB] MapleStory Formula Compilation - Stereo - 2009-04-02 Fiel Wrote:Furthermore, I had a hell of a time trying to figure out the formula to match your results. I finally cracked it, though. Formula for Advance Combo is... kinda dumb >_< 1-5 orbs: Normal combo + Skill% listed 6-10 orbs: 40%+skill%+4%*extra orbs I wrote all this down on little sheets of paper and ended up using them as bookmarks so I'm not sure where they are now >_< (I had the percentages for finishers, which are crap for 6th-10th orb - something like +45% to Panic per orb) [Pre-BB] MapleStory Formula Compilation - Fiel - 2009-04-02 Stereo Wrote:Formula for Advance Combo is... kinda dumb >_< See... I'd like to challenge that. To me, this formula I've written makes a hell of a lot more sense, and I'd love it if some heroes could test it: Code: class AComboAttack:I've included below the table I believe is correct for Advanced Combo. The first column represents the level of advanced combo. Each column thereafter represents an orb (second column is first orb, third column is second orb, etc.) Code: [1, 121, 126, 131, 136, 141, 141][Pre-BB] MapleStory Formula Compilation - Nikkey - 2009-04-02 From what I've snipped through, any hero has not been able to get any damage above, uhh, 192.6% or something. However, I'm quite sure that this may or may not be out of the bounds, and vice versa, as it's not THAT well calculated. Though, it seem to work nicely. It's simple: Starting at 115, add 1 percent per level on advanced combo. Then add 5 percent for each orb until 5 orbs, and 4 percent for each orb over 5 orbs.
Spoiler
[Pre-BB] MapleStory Formula Compilation - modular - 2009-04-02 er yeah fiel i dont see that table working, i did some calculations back when i first got combo on several different levels of the skill (i seem to have misplaced the spreadsheet) and they came out to work for the formula we use now both in my old thread and here. ive gone through a comp change since then which probably explains it. this is useful.. 0oo0 Wrote: sunrise tabled it nicely. ![]() i did the testing you ask for XD it was very disappointing to me. especially the finishers: nexon didnt change orb multipliers for 6-10 orbs either. [Pre-BB] MapleStory Formula Compilation - Fiel - 2009-04-02 Uh, wouldn't OooO's post prove my point? If he's hitting 191.8% for combo and your table says 190% should be the max, then what am I missing? [Pre-BB] MapleStory Formula Compilation - modular - 2009-04-02 Fiel Wrote:Uh, wouldn't OooO's post prove my point? If he's hitting 191.8% for combo and your table says 190% should be the max, then what am I missing? your table has it at 195% for the last level: red orbs are 4%, not 5, mainly. [Pre-BB] MapleStory Formula Compilation - Fiel - 2009-04-02 modular Wrote:your table has it at 195% Right, my table has the max multiplier being at 1.95 * his max damage. He just didn't happen to hit his absolute max damage. I'm not being hard-headed here. I want to understand where you're coming from. [Pre-BB] MapleStory Formula Compilation - JoeTang - 2009-04-02 Using 190% as the maximum % for ACA, the theoretical minimum and maximum damage for that Hero is 27496~50833 Which is well within range of what that screenshot shows. Using 195%, it becomes 28220~52170, which has a minimum damage that exceeds what's being shown in the screenshot. [Pre-BB] MapleStory Formula Compilation - modular - 2009-04-02 Fiel Wrote:Right, my table has the max multiplier being at 1.95 * his max damage. He just didn't happen to hit his absolute max damage. indeed, as joe said you missed that the 191.8% is a maximum multiplier. 188.3% is the minimum, the true value lies between the two. the multiplier could be any value from 188.3 - 191.8. you calculate the max multiplier from his minimum damage and minimum multiplier for the high hit. [Pre-BB] MapleStory Formula Compilation - Russt - 2009-04-03 Woah, I see a lot of conversation has happened here. Why didn't this show in New Posts? Regarding Advanced Combo: Anything I should know? In particular, is this correct or does it have to be changed: Quote:Combo Multiplier, 1-5 orbs = Combo Attack % + Advanced Combo % + floor((orbs - 1) * (Combo level / 6)%) Regarding the energy decay, is it possible that it follows the same patterns as HP regeneration? A fixed amount every 10 seconds while inactive, which resets after any attack (or movement, in HP regen's case). Also, I've just realized the MP recovery formula is not here. It's trivial, but it ought to be. [Pre-BB] MapleStory Formula Compilation - Stereo - 2009-04-03 Fiel Wrote:See... I'd like to challenge that. To me, this formula I've written makes a hell of a lot more sense, and I'd love it if some heroes could test it: Sense it may make but it is not what they did. I tested level 1, 6, 11, and 30 (and then got bored) it always adds 4% per orb. I was using a damage range of 10000~10000 with normal whacks on snails so it just showed me the percentages directly (190% = 19000) [Pre-BB] MapleStory Formula Compilation - modular - 2009-04-03 russ, the combo formulas are fine as they are. Stereo Wrote:Sense it may make but it is not what they did. lmfao. i did the same, but with a range somewhere from 2.5k-4.5k or something stupid and had to do actual statistics/number crunching ![]() i also tested something like lvl 1, 2, 3, 6, 11, and realized it followed the theory and got bored. :/ [Pre-BB] MapleStory Formula Compilation - Fiel - 2009-04-03 Damn. Oh well, it was worth a shot. Thanks for looking into it for me.
[Pre-BB] MapleStory Formula Compilation - Xephia - 2009-04-07 Ok, the party to exp bit makes no sense. EXP received by the highest damager = Monster EXP * (0.2 + 0.8 * Player level / Total party level) * Party's portion of EXP (see 'When not partied') * Party bonus First off, it says 0.2 + 0.8 * Player level / total party level. Clearly that means 1 * Player level / total party level, in which the one there is useless. Do they mean 0.2 + (0.8 * Player level) / Total party level or something? Lastly, what's "Party's portion of EXP"? Couldn't find a way to make that make sense. [Pre-BB] MapleStory Formula Compilation - Russt - 2009-04-07 Xephia Wrote:Do they mean 0.2 + (0.8 * Player level) / Total party level or something?Yes. Order of operations puts the multiplication first. Party's portion of EXP is the amount of experience the party would get if it was treated as one person not partied with anyone else. I don't know how to make that simpler. [Pre-BB] MapleStory Formula Compilation - modular - 2009-04-07 Xephia Wrote:Do they mean 0.2 + (0.8 * Player level) / Total party level or something? yes, follow order of operations and it makes perfect sense. edit: omg, ninja'd [Pre-BB] MapleStory Formula Compilation - Dusk - 2009-04-07 modular Wrote:yes, follow order of operations and it makes perfect sense. No, it represents how much your entire party got. Say there are two parties attacking Zakum. The exp after it dies is split among the two parties as if they were two characters ksing each other. Party A may get 60% of the experience, while party B gets 40%. The 60% party A gets is then split according to the rules, and the same goes for party B. [Pre-BB] MapleStory Formula Compilation - modular - 2009-04-07 Dusk Wrote:No, it represents how much your entire party got. Say there are two parties attacking Zakum. The exp after it dies is split among the two parties as if they were two characters ksing each other. Party A may get 60% of the experience, while party B gets 40%. The 60% party A gets is then split according to the rules, and the same goes for party B. thats a completely different example. if you assume there is 1 party attacking some monster what i said pretty much falls in line. [Pre-BB] MapleStory Formula Compilation - Dusk - 2009-04-07 modular Wrote:thats a completely different example. if you assume there is 1 party attacking some monster what i said pretty much falls in line. What you're saying has nothing to do with the formula above. That formula is for the person that did the most damage to the monster. The formula for everyone else is Monster EXP * (0.8 * Player level / Total party level) * Party's portion of EXP (see 'When not partied') * Party bonus The person that does the most damage doesn't take his/her bit and run. Everyone splits the 80% of the "total exp" according to level and the highest damager gets an extra 20% on top. "Party's portion of EXP" is what I posted above. It's usually equal to the monster EXP, but if someone in another party attacks the monster, then the exp is divided between parties before it's divided between each individual in a party. |