(08-25-2022, 09:40 AM)Tao Wrote: Exp Explosion not working properly on the Golden Piranha, it says "+2 exp" even if should be 50% of the exp and is not even giving that +2
Here's the SS with the proof
It's not that it's not working but unlike other fishing shoal it announce the actual total points obtained (random exp (5,15)+bonus) instead of separate points. You most likely only obtain +12 on random exp and 2 points in total
Quote: .@totalpoints = rand(5,15)+.@bonus;
#fishingexp = #fishingexp+.@totalpoints;
dispbottom "You gained "+.@totalpoints+" fishing exp. Current exp: "+#fishingexp+"/1000.";