[...]
I'm trying to solve the problem, but nothing works.
How did you fix it?
The values can be edited, but the h.TomeQTY array is only used for display purposes and changes to it will not persist. You'd need to find where it's pulling the value from, and if it's not OptionsListAccount your best bet might be searching N.js as kikiGo did.
I've not bothered with searching N.js for values but I have done some correlation between the tomeQTY and OptionsListAccount.
I'm only W5 so I didn't have access to all stats when inspecting the list, and as far as I found nobody has mapped tomeQTY indexes to their respective score names, so for scores I could not confirm the name of I listed their index number.
140: value matches "unique obols found" in tome
198: most money held
199: jackpots hit
200: highesr drop rarity multi
201: best spiketrap round
202: crystal spawn odds, value of x (displayed in the form of 1/x as shown on viewtopic.php?p=365028#p365028)
203: unknown, possibly tome idx 20
204: highest killroy score on warrior
205: highest killroy score on archer
206: highest killroy score on mage
207: unknown (current value 0)
208: most spore caps
209: best non-duplicate goblin gorefest wave
210: highest snail lvl
211: Oak logs 3D sample
212: Copper Ore 3D
213: Spore cap 3D
214: Goldfish 3D
215: Fly 3D sample
216: possibly tomeQTY index 67
217: most giants killed in a week
218-221: unknown, w6-related stuff?
222: Most balls in ballpitOFAF
223: unknown, possibly trophies found
224: highest amnt of greenstacks
225: unknown, found no matching value in tomeQTY, numbers are likely not Tome-related from this point on.
Last edited by Okay1414 on Sun Apr 20, 2025 6:38 pm, edited 2 times in total.
Does anyone know how to fix Line 32. i was trying to change some of the Values in the import section to a more realistic value and have somehow Nulled one - ADD-ON Update
So i somehow removed the Array i have re added the 32 back into Array(6) however it turned into an an Empty ArrayBox all with Nulls. If someone can please Copy their Line 32 here so i can add their Values into my own that would be appreciated as atm idk what the ID is - Example would be 34: (6) [1, 16930556.641695272, 0, 0, 499, 262] i just need that but for 32 instead
32 is for snail.
For id just refer to array 31 or 33. If 31 ID ends with 3, 32 ID should end with 4
For example: 31 ID : 323133 , 32 ID : 323134
Go to chrome debug and type this command:
bEngine.gameAttributes.h.GamingSprout[32] = JSON.parse(JSON.stringify(bEngine.gameAttributes.h.GamingSprout[39]));
//This will copy array 39 and its element. It's safe since 39 has no value but have the same structure.
Now for the value of each element for array 32 which is for snail
bEngine.gameAttributes.h.GamingSprout[32][0]=Import Box Snail Level
bEngine.gameAttributes.h.GamingSprout[32][1]=Snail Level
bEngine.gameAttributes.h.GamingSprout[32][2]=0
bEngine.gameAttributes.h.GamingSprout[32][3]=0
bEngine.gameAttributes.h.GamingSprout[32][4]= This is the position for Snail's UI. can put any number. Like 0-1000
bEngine.gameAttributes.h.GamingSprout[32][5]=70 //other than 70 then snail is broken
For id just refer to array 31 or 33. If 31 ID ends with 3, 32 ID should end with 4
Is there a crash log or any way for me to find out why my game keeps freezing in certain areas like the new caves? I can't even play it on my phone now. I think it's something like my level in something is too high and the game can't cope with the amount of resources I'm claiming, which is why it doesn't work on my phone but does on computer. How can I fix this?
Hello, is there a way to permanently unlock companions?
I tried the methods on the previous pages, and when I launch the game without injectcheat, the companions disappear.
Hello, is there a way to permanently unlock companions?
I tried the methods on the previous pages, and when I launch the game without injectcheat, the companions disappear.
companions and green gems are server sided so there is no way you can permanently get them with cheats but you can get the bonuses from the injector although its not permanent
does anyone know why my max limit is on skill books is capped at 175? without the injector i have a max book level limit of 294 but when injector is active it gets capped what is limiting my books?
does anyone know why my max limit is on skill books is capped at 175? without the injector i have a max book level limit of 294 but when injector is active it gets capped what is limiting my books?
Lava has his own commands, he was resetting the free pet bonus a few times on the streams the past week. Apparently he was running a script that reset was running through accounts individually and resetting the draw for online players. Pets and Green Gems are server side only and are disconnected from things like the pocketwatches and other stuff that utilizes the shop reset timer.