But when I move my character from w1 to w4, I still get the same crash. I think it's because the meal level is 92 (max90Lv but The new shop bundle increases the level from 89 to 92 as it gives +3 levels.) It seems like the problem won't be solved unless I lower it to 90 again. But I don't know how to make it 90 again
Ok, let's try with your meals.
Open Chromedebug and check array "Meals"[0].
There are all your meals lvls. If you see any overleveled - correct number and check your problem
I messed up some things, i managed to fix some others i dont know... The new hoops minigame was working and now its not (maybe theres a flag somewhere that i can turn on back again?) also no bubble left behind doesnt work anymore. I dont get bubble levels when i login... Any help would be appreciated, thank you.
But when I move my character from w1 to w4, I still get the same crash. I think it's because the meal level is 92 (max90Lv but The new shop bundle increases the level from 89 to 92 as it gives +3 levels.) It seems like the problem won't be solved unless I lower it to 90 again. But I don't know how to make it 90 again
Ok, let's try with your meals.
Open Chromedebug and check array "Meals"[0].
There are all your meals lvls. If you see any overleveled - correct number and check your problem
[Link] I don't understand exactly where and what I should write here. Can you write as if you were writing to a newbie? I'm using it for the first time I will correct the meals to 90.
Hi guys,
InjectCheatsF5.exe is getting stuck. I can't make any entries, the cursor flashes and nothing else happens.
Does anyone have an idea what's wrong?
Thanks!
But when I move my character from w1 to w4, I still get the same crash. I think it's because the meal level is 92 (max90Lv but The new shop bundle increases the level from 89 to 92 as it gives +3 levels.) It seems like the problem won't be solved unless I lower it to 90 again. But I don't know how to make it 90 again
Ok, let's try with your meals.
Open Chromedebug and check array "Meals"[0].
There are all your meals lvls. If you see any overleveled - correct number and check your problem
[Link] I don't understand exactly where and what I should write here. Can you write as if you were writing to a newbie? I'm using it for the first time I will correct the meals to 90.
OMG! If it's your 1st time, how can you brick your acc?)))
So:
1. In console enter: 'chromedebug', so new chrome window will open
2. You should click on Console tab in chrome window
[Link]
3 In chrome console enter 'bEngine.gameAttributes.h'. You should get something like this
[Link]
4. Find 'Meals' array and open it. You need '0' subarray
[Link]
5. Find incorrect number, doublelick it and enter correct value
That's it!
Last edited by Tindal on Wed May 01, 2024 5:32 pm, edited 1 time in total.
Ok, let's try with your meals.
Open Chromedebug and check array "Meals"[0].
There are all your meals lvls. If you see any overleveled - correct number and check your problem
[Link] I don't understand exactly where and what I should write here. Can you write as if you were writing to a newbie? I'm using it for the first time I will correct the meals to 90.
OMG! If it's your 1st time, how can you brick your acc?)))
So:
1. In console enter: 'chromedebug', so new chrome window will open
2. You should click on Console tab in chrome window
[Link]
3 In chrome condole enter 'bEngine.gameAttributes.h'. You should get something like this
[Link]
4. Find 'Meals' array and open it. You need '0' subarray
[Link]
5. Find incorrect number, doublelick it and enter correct value
That's it!
YOU ARE THE HERO OF BEGINNERS LIKE ME <3 Thank you very much!
I don't know what happened but i can't see alchemy (and post office) screen anymore, it doesn't crash or anything, the screen just becomes invisible (on left botton corner it shows alchemy xp) even on normal client it's the same thing, plz help
pls help me
my game with injector is stuck when opening sailing chests
it works fine without injector
I can confirm that "w5 sailing" still seems to crash the game, on opening any sailing chest with the base config.js. I tried reinstalling the injector with a fresh config.js (to make sure I didn't just change something and forgot), and it still occurs. I've narrowed it down to either ArtifactChance or AncientChances bricking things? When t = t for those values, the crash no longer occurs.
What's the format for editing the Killroy upgrades (seconds for timer, talent drops, skull bonus, etc.). I thought it was something like... chng bEngine.getGameAttribute("OptionsListAccount").h["106"]=120 to change the value for the time but I'm not finding where that's defined. How would I denote the [100 ... 199] subset?
What's the format for editing the Killroy upgrades (seconds for timer, talent drops, skull bonus, etc.). I thought it was something like... chng bEngine.getGameAttribute("OptionsListAccount").h["106"]=120 to change the value for the time but I'm not finding where that's defined. How would I denote the [100 ... 199] subset?
No quotation marks needed when referring to the element. When using the terminal (instead of ChromeDebug), you don't need the "h" part either.