is there a way to get all achieves quickly?
i know there is that command that gives achievements but it's a too slow and some achievements don't work that way
i also tried using the chromedebug but for some reason i can't edit the achievements please someone help
The entire array of "AchieveReg" has 419 entries. I do not know which entry belongs to which exact achievement but to simply unlock all of them (some might not be in the game yet) you would:
no, tomes are client side ... but tomes are "stored" also on "server side" something like save (levels, items, gold, etc)
that guy doesn't know what server side means and the only thing server side is green gems
Hey! Don't you know is there is a point of editing tome values with cmd to update it or doesn't matter if it was stored on the server already?
(I went in w4 town with wide crystals accidentally xD)
Upd.
I thought that this would fix, but nope… chng this["com.stencyl.Engine"].engine.getGameAttribute("DNSM").h.TomeQTY[16]=24
Upd.2
I've found this line in N.js a.engine.getGameAttribute("DNSM").h.TomeQTY[16]=1/c.asNumber(a.engine.getGameAttribute("OptionsListAccount")[202])
And chromedebug confirms the exact amount in [202] line and The Tome in game. Also [200] is responsible for Drop Rate and you can easily edit the number up and down in Tome even after the cloud save, but chng bEngine.getGameAttribute("DNSM").h.TomeQTY[16]=24 isn't working for me.
I thought that this is stored on server at first, but seems like it just overrides my "best score" and I can't edit this right now. May be i'm dumb. Idk.
when I tried chng bEngine.getGameAttribute("OptionsListAccount")[202]=24 it changed my Tome average kills to 0.
Upd.3
SOLVED
by editing back to base value of crystal chance spawn
Hope this will help someone in the future.
I'm trying to solve the problem, but nothing works.
is there a way to get all achieves quickly?
i know there is that command that gives achievements but it's a too slow and some achievements don't work that way
i also tried using the chromedebug but for some reason i can't edit the achievements please someone help
The entire array of "AchieveReg" has 419 entries. I do not know which entry belongs to which exact achievement but to simply unlock all of them (some might not be in the game yet) you would:
hey does anyone know what it is to change Gaming levels? i accidently overleveled it to quickly and need to remove some levels to a more realistic level.
UPDATE: i managed to find it its under bEngine.GameAttribute.h.Lv0 in the Lv0 you will find your character skill levels. you have to manually reset each charcter as it doesnt change the shared skills across all accounts!
Last edited by mmMaiamm on Sat Mar 15, 2025 1:41 am, edited 1 time in total.
My game keeps crashing on startup and also whenever I try to access the new caves. I think it has something to do with some cheats I had done. Is there some kind of way to figure out what the problem is to fix it? Like a crash log?
i made a "small Mistake".
Does anybody know how i can fix this?
I don't even know what i leveld beyond a limit... was just messing around hahaha
Might be Island, might be Alchemy... idk
Also i failed with skills an made them all max lvl 245... also unavailable once... might this be the issue? [Link]
Hello, how can I spawn items? For example a godshard weapon. And also are there any problems by doing it?(I use the browser console, which looks like the chromedebuger)
Also, if I cheat many blue gems, can Lava track it down?
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
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