![]() |
[PR2 Bug] Minor EXP Multiplier Visual Glitch - Printable Version +- Jiggmin's Village (https://jiggmin2.com/forums) +-- Forum: Mt. Olympus (https://jiggmin2.com/forums/forumdisplay.php?fid=11) +--- Forum: Bugs and Suggestions (https://jiggmin2.com/forums/forumdisplay.php?fid=37) +--- Thread: [PR2 Bug] Minor EXP Multiplier Visual Glitch (/showthread.php?tid=1593) |
Minor EXP Multiplier Visual Glitch - Camer the Dragon - 26th February 2019 Problem: Exp Multiplier bonus displayed at the end of a race can be incorrect vs how much you actually get E.g. When you have 4 EXP hats and it's HH, it will say "x6" because it just adds the bonuses but since HH is applied after bonus it's actually a x10 multiplier like it should be, it just visually displays a x6 Expected Behaviour: Displaying "x10" with 4 EXP hats and a HH Actual Behaviour: Displaying "x6" with 4 EXP hats and a HH Steps to Reproduce the Problem: Gaining EXP Additional Information: Also in Campaign when you have 1 EXP hat it'll say "x2.4" bonus but it's not (I think it's more like 2.8x) (Tryna get used to this format of post ![]() Pics: RE: Minor EXP Multiplier Visual Glitch - gemj - 26th February 2019 is this obvious? I've never noticed this lol RE: Minor EXP Multiplier Visual Glitch - bls1999 - 26th February 2019 EXP hats are nerfed to add .4 to the multiplier instead of the normal 1 in Campaign. That's why! RE: Minor EXP Multiplier Visual Glitch - bls1999 - 2nd April 2019 Gonna reopen this because I see the issue now... RE: Minor EXP Multiplier Visual Glitch - Camer the Dragon - 2nd April 2019 (2nd April 2019, 12:51 AM)bls1999 Wrote: Gonna reopen this because I see the issue now... Now I can finally edit in the HH picture lol RE: Minor EXP Multiplier Visual Glitch - bls1999 - 2nd May 2019 I think I'm gonna redo the entire EXP bonus system in place on the server. It's one huge if/then statement, which I kind of really hate. I want to create a "total multiplier" variable that can deal with the math and use some array magic to format the text notifications sent to the client. RE: Minor EXP Multiplier Visual Glitch - Camer the Dragon - 3rd May 2019 (2nd May 2019, 4:19 PM)bls1999 Wrote: I think I'm gonna redo the entire EXP bonus system in place on the server. It's one huge if/then statement, which I kind of really hate. I want to create a "total multiplier" variable that can deal with the math and use some array magic to format the text notifications sent to the client. Can you keep it x10 for HH+4 Exp hats though it'd be kinda sad to be getting a lot less exp from it RE: Minor EXP Multiplier Visual Glitch - bls1999 - 3rd May 2019 (3rd May 2019, 10:08 AM)Camer the Cola Dragon Wrote: Can you keep it x10 for HH+4 Exp hats though it'd be kinda sad to be getting a lot less exp from it As it is right now, EXP * 2 is a little much when done multiple times. On the other hand, it's been like that pretty much forever. I'll need to decide what I want to do about this. RE: Minor EXP Multiplier Visual Glitch - bls1999 - 9th July 2019 Fixed! |