![]() |
||||||||||||
|
Personality System Data Collection [WiP] - 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: Personality System Data Collection [WiP] (/showthread.php?tid=43123) |
||||||||||||
Personality System Data Collection [WiP] - Yugidude - 2012-09-28 Sorry, another question. For The diligence Bonus, it says "exept special scrolls". Do the 20% scroll from renegades (3all stat 5 Att) count as special? Personality System Data Collection [WiP] - Tukkun - 2012-10-16 Not sure if this is new / still relevant, but I used an AEE purchased in the Homecoming shop, and it gave me +1 Ambition, +3 Willpower and +5 Diligence. It was first star on a topwear by the way. Personality System Data Collection [WiP] - Stereo - 2012-10-16 Tukkun Wrote:Not sure if this is new / still relevant, but I used an AEE purchsaed in the Homecoming shop, and it gave me +1 Ambition, +3 Willpower and +5 Diligence.
I can confirm this.
Personality System Data Collection [WiP] - MapleCookie - 2012-10-17 Tukkun Wrote:Not sure if this is new / still relevant, but I used an AEE purchsaed in the Homecoming shop, and it gave me +1 Ambition, +3 Willpower and +5 Diligence. AEEs have been giving that for a while now. Personality System Data Collection [WiP] - Dark Link - 2012-10-20 MapleCookie Wrote:AEEs have been giving that for a while now. How long is "a while"? Cause I sure as hell didn't get any of that when I AEE'd my Top and Bot on my DS. I doubt 2-star would give the trait bonuses. Personality System Data Collection [WiP] - MapleCookie - 2012-10-21 Dark Link Wrote:How long is "a while"? Cause I sure as hell didn't get any of that when I AEE'd my Top and Bot on my DS. I don't have any screenshots, but I do remember getting the traits when I AEE'd my Reverse Aeas Hands on my Bishop (back before the Legends update), and also getting traits when I AEE'd my Legendary Dragon Majesty on my Mercedes. Personality System Data Collection [WiP] - Aflac - 2012-10-22 Yugidude Wrote:Sorry, another question. Special scrolls mean Chaos, AEE, clean slates, and the 50% pink scrolls. I'm pretty sure every other scroll works - Azwan, 20% pinks, and the renegade scrolls for sure (given the # of ppl I know who have tried to perfect their canes and the math that results from this). Personality System Data Collection [WiP] - Yugidude - 2012-10-22 Aflac Wrote:Special scrolls mean Chaos, AEE, clean slates, and the 50% pink scrolls. I'm pretty sure every other scroll works - Azwan, 20% pinks, and the renegade scrolls for sure (given the # of ppl I know who have tried to perfect their canes and the math that results from this). Cool, thanks Personality System Data Collection [WiP] - Dark Link - 2012-10-22 Full on list Personality System Data Collection [WiP] - CiberRed - 2012-10-23 what is the best way to get willpower without doing PQ's? I can do the Quest "John's Last Present" and get 400 exp each time you repeat this? :f6: Personality System Data Collection [WiP] - PirateIzzy - 2012-10-23 CiberRed Wrote:what is the best way to get willpower without doing PQ's? You can't repeat the quest. What you can do, however, is PQ until you get around 490 willpower, then turn in the quest for an extra 400 willpower, which is almost 900. Personality System Data Collection [WiP] - ultimax21 - 2012-12-22 I'm a bit late with this but, normal Magnus gives 325 ambition. I'm not sure if Hard is the same though, I would think so? Personality System Data Collection [WiP] - PirateIzzy - 2013-01-05 ultimax21 Wrote:I'm a bit late with this but, normal Magnus gives 325 ambition. I'm not sure if Hard is the same though, I would think so? Yup, it is. Personality System Data Collection [WiP] - Maigun - 2013-01-10 Chameleonic Wrote:I got the red "you cannot gain any more exp" line as well when I tried to use one for ambition, so I kept a couple for the next day. When I used them the next day when my daily ambition was 0 it didnt increase. So I'm not sure what is going on with them. What I noticed is if you, say, gain 490 Insight for the day then start using your Insight Potions (+5), it won't be recorded immediately, therefore you have a small period where you can go over the limit of cap before it catches on. Personality System Data Collection [WiP] - EternalRain - 2013-01-22 Not sure if anyone already pointed this out, but it's 4900 EXP from Profession Level 8 to 9, not 4800. Personality System Data Collection [WiP] - Kuraitou - 2013-02-21 Yokuyin Wrote:The formula is a recursive formula: E(n) = Round[E(n-1)*c], with E=exp for next level, n=level, E(0)=20, and c the following values:Does anyone have a better approximation for c? This formula falls apart for numbers > 17. Personality System Data Collection [WiP] - MountLag - 2013-02-21 Are you sure? I just tested everything now since I was curious, and the numbers this picture... ![]() match the numbers in the table on the original post. And the numbers in that table match the numbers generated by that formula. Personality System Data Collection [WiP] - Kuraitou - 2013-02-21 MountLag Wrote:Are you sure?The table is correct, but the formula doesn't seem to give me the proper results:
My Generated Table
Could be an implementation issue, I'll try it with a different language when I have time. (It's probably a stupid mistake that I missed.)
Implementation
Personality System Data Collection [WiP] - MountLag - 2013-02-22 I think what went wrong is that it's incorrectly rounding .5 down. So 162.5 was rounded down to 162 and so forth. Personality System Data Collection [WiP] - Kuraitou - 2013-02-26 MountLag Wrote:I think what went wrong is that it's incorrectly rounding .5 down. So 162.5 was rounded down to 162 and so forth.That would be truncate or floor, not round. |