[Help] Let's Fish

05/30/2014 06:07 human1997#1
So i found some vales and i patched them but there is nothing changes in game even though i am sure it is the right values because changing them from the response on Charles works. Is there something else i should do?

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 :D