here are the codes
Code:
this.fishingAnimationOnly = false;
this.fishId = this.fishingParams.fishId;
this.fishName = this.fishingParams.fishName;
this.fishWeight = this.fishingParams.fishWeight;
this.fishUrl = this.fishingParams.fishBigImgUrl;
this.gainedExp = this.fishingParams.gainedExp;
this.gainedSilver = this.fishingParams.gainedSilver;
this.gainedGold = this.fishingParams.gainedGold;
this.serialNumber = this.fishingParams.serial;
this.difficulty = this.fishingParams.difficultyId;
this.timeToBite = this.fishingParams.t1;
this.timeForReaction = this.fishingParams.t2;
this.messages.replaceText(this.fishingParams.minigameMessage);
this.actualCatchingFish = new ActualCatchingFish(this.fishingParams);
this.v1 = this.fishingParams.v1 * 10;
this.v2 = this.fishingParams.v2 * 10;
this.v3 = this.fishingParams.v3;
this.fishValue = this.maxValue / 2;
this.waitingForPhp = false;
Initializer.getInstance().dispatchEvent(new Event(START_FISHING_EVENT));
this.tryAgainBanknotes = Misc.safeGet(this.fishingParams.outcome,"tryAgainBanknotes",null);
if(this.fishingParams.sonarActive)
EDITED:
Alright i figured it out by myself






