Legends of Idleon

Ask about cheats/tables for single player games here
User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri May 23, 2025 8:20 am
Reputation: 22

Re: Legends of Idleon

Post by youngthugfan183 »

chimpdluffy wrote:
Sat May 31, 2025 7:43 pm
So two weeks ago I loaded up the game through steam not the injector, I get to the character select screen, and clicked on my 10th character, after if it loaded them into the W6 starting map, there is a just over a second of normal animation then it freezes. I waited until the new update came out just in case it would fix it but no luck. There is maybe two things that it could be I used wide mtx and the increase purchase amount in the gem store to get lv 20 ribbons on some food menu items, or I am gaining some levels as it freezes, would getting to many level at once freeze my game?

Tldr: how do I set my time away on all my characters to five minutes from selcetion screen. or undo the gemshop purchases back below their orginal amount.
I only know how to change the gemshop purchases so here:

Code: Select all

bEngine.getGameAttribute("GemItemsPurchased")[113]=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Throw this in chromedebug console or I think chng infront commandline, this will set all purchases to 0.
agilebee wrote:
Sun Jun 01, 2025 12:16 pm
Can anyone log into my account and try to fix it for me? I haven't been able to fix the issue of not being able to get past character selection. I've tried chromedebug but not been successful. maybe someone more intelligent or experienced can log into my account and try to fix it? Please I'm really desperate!
I don't know what you did but if you want help I might be able to help, just send me a PM on the site.
wando wrote:
Sun Jun 01, 2025 12:35 pm
have anay one found away to get the emperore set in crafting if you have played in the tasks in w6 if yes plz tell me where is the upgrades from merit shop are saved
You can use 'wide task' to nullify the requirements of the tasks and level Pillaging The Emperor! so you can then buy the recipe in the merit shop.
Foragar wrote:
Sun Jun 01, 2025 2:08 pm
I accidentally got too much Class EXP gain from the Justice Monument. Is there any way to change the values?
You can edit all the monument bonuses with this:

Code: Select all

bEngine.gameAttributes.h.Holes[15][X]
15: (array size 60) Monuments - Bonuses levels
- [0]-[9] Bravery Bonuses
- [10]-[19] Justice Bonuses
- [20]-[29] Wisdom Bonuses
Make sure you cross reference your current level to make sure what you are editing.
So if I want to change my bravery Cooking Speed I will check what level it is, for example 17, and will check with:
bEngine.gameAttributes.h.Holes[15]
Giving me the whole array structured as above, find the level 17 and count from 0 (since arrays start at index 0) and see that:
bEngine.gameAttributes.h.Holes[15][3]
Will return my current Cooking Speed level, 17.
Then you can change it with:
bEngine.gameAttributes.h.Holes[15][3]=your level

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

youngthugfan183 wrote:
Sun Jun 01, 2025 6:18 pm
chimpdluffy wrote:
Sat May 31, 2025 7:43 pm
So two weeks ago I loaded up the game through steam not the injector, I get to the character select screen, and clicked on my 10th character, after if it loaded them into the W6 starting map, there is a just over a second of normal animation then it freezes. I waited until the new update came out just in case it would fix it but no luck. There is maybe two things that it could be I used wide mtx and the increase purchase amount in the gem store to get lv 20 ribbons on some food menu items, or I am gaining some levels as it freezes, would getting to many level at once freeze my game?

Tldr: how do I set my time away on all my characters to five minutes from selcetion screen. or undo the gemshop purchases back below their orginal amount.
I only know how to change the gemshop purchases so here:

Code: Select all

bEngine.getGameAttribute("GemItemsPurchased")[113]=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Throw this in chromedebug console or I think chng infront commandline, this will set all purchases to 0.
agilebee wrote:
Sun Jun 01, 2025 12:16 pm
Can anyone log into my account and try to fix it for me? I haven't been able to fix the issue of not being able to get past character selection. I've tried chromedebug but not been successful. maybe someone more intelligent or experienced can log into my account and try to fix it? Please I'm really desperate!
I don't know what you did but if you want help I might be able to help, just send me a PM on the site.
wando wrote:
Sun Jun 01, 2025 12:35 pm
have anay one found away to get the emperore set in crafting if you have played in the tasks in w6 if yes plz tell me where is the upgrades from merit shop are saved
You can use 'wide task' to nullify the requirements of the tasks and level Pillaging The Emperor! so you can then buy the recipe in the merit shop.
Foragar wrote:
Sun Jun 01, 2025 2:08 pm
I accidentally got too much Class EXP gain from the Justice Monument. Is there any way to change the values?
You can edit all the monument bonuses with this:

Code: Select all

bEngine.gameAttributes.h.Holes[15][X]
15: (array size 60) Monuments - Bonuses levels
- [0]-[9] Bravery Bonuses
- [10]-[19] Justice Bonuses
- [20]-[29] Wisdom Bonuses
Make sure you cross reference your current level to make sure what you are editing.
So if I want to change my bravery Cooking Speed I will check what level it is, for example 17, and will check with:
bEngine.gameAttributes.h.Holes[15]
Giving me the whole array structured as above, find the level 17 and count from 0 (since arrays start at index 0) and see that:
bEngine.gameAttributes.h.Holes[15][3]
Will return my current Cooking Speed level, 17.
Then you can change it with:
bEngine.gameAttributes.h.Holes[15][3]=your level
i used the wide task and i dont think i understood the comand can you give me a demenstration plz
like i wrote it said its acctive and nothing happned tryied typing things after it still nothing
Last edited by wando on Sun Jun 01, 2025 8:37 pm, edited 1 time in total.

azerty9874
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Oct 14, 2024 9:55 pm
Reputation: 0

Re: Legends of Idleon

Post by azerty9874 »

Anytime i use the command chromedebug, the game crashes. I'm confused considering it worked with the previous injector.

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

ihad the merit shop maxed from last update and the emperore armore is uncraftable ihave it unlocked but from the last update and now its 6/4 is there a command for that our away to know where is it saved
thanks in advance

azerty9874
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Oct 14, 2024 9:55 pm
Reputation: 0

Re: Legends of Idleon

Post by azerty9874 »

azerty9874 wrote:
Sun Jun 01, 2025 6:51 pm
Anytime i use the command chromedebug, the game crashes. I'm confused considering it worked with the previous injector.
Okay so I looked into it and for some reason, my Chrome wasn't in the listed file path so I had to change it in the config file.

groff
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Oct 20, 2023 3:13 am
Reputation: 0

Re: Legends of Idleon

Post by groff »

Does anyone know where arcade jackpots are tracked?

Derok
Noobzor
Noobzor
Posts: 13
Joined: Tue May 27, 2025 6:04 pm
Reputation: 0

Re: Legends of Idleon

Post by Derok »

apology for the disturb: does anyone know the item id of the special talent(i mean the book to learn) Frothy Malk?

othatatatat
What is cheating?
What is cheating?
Posts: 2
Joined: Fri May 30, 2025 7:25 pm
Reputation: 0

Re: Legends of Idleon

Post by othatatatat »

anyone know how to reset a specific gem shop purchase? and more specifically the lava sprouts as i think that might be the reason my gaming crashes thanks in advance

blau1
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Apr 28, 2024 8:26 pm
Reputation: 0

Re: Legends of Idleon

Post by blau1 »

Hello,

does someone know how to set the NovaDust from Windwalker to 0 in case it's the solution for my Problem.
When i hover over an upgrade what needs that kind of dust it shows "NaNENaN" for me and it's not shown at the Top where the other dusts are.
Don't know if my accidental "+" at the end of the number when i created the dust caused that.

I'm not that into that tool and never used the chromedebug before, would be nice if someone could help me with that :D

User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri May 23, 2025 8:20 am
Reputation: 22

Re: Legends of Idleon

Post by youngthugfan183 »

groff wrote:
Sun Jun 01, 2025 9:31 pm
Does anyone know where arcade jackpots are tracked?
chng bEngine.getGameAttribute("OptionsListAccount")[199]

Code: Select all

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.
Derok wrote:
Sun Jun 01, 2025 10:48 pm
apology for the disturb: does anyone know the item id of the special talent(i mean the book to learn) Frothy Malk?
drop TalentBook1 3629100
Max level is 100, this drops the book at level 100.
othatatatat wrote:
Mon Jun 02, 2025 12:13 am
anyone know how to reset a specific gem shop purchase? and more specifically the lava sprouts as i think that might be the reason my gaming crashes thanks in advance
chng bEngine.getGameAttribute("GemItemsPurchased")[133]=0
This sets the gem purchases of the lava sprout to 0, if you still crash with this you have to reset the sprout upgrade in the gaming array itself or you might have something else f'ed in your gaming.
blau1 wrote:
Mon Jun 02, 2025 3:39 am
Hello,

does someone know how to set the NovaDust from Windwalker to 0 in case it's the solution for my Problem.
When i hover over an upgrade what needs that kind of dust it shows "NaNENaN" for me and it's not shown at the Top where the other dusts are.
Don't know if my accidental "+" at the end of the number when i created the dust caused that.

I'm not that into that tool and never used the chromedebug before, would be nice if someone could help me with that :D
All WW OptionsListAccount are:

Code: Select all

239:	Sneaking Gem level - cheaper upgrades
240:	Sneaking Gem level - higher charm levels
356: unknown large number
357:	Current amount of Stardust
358:	Current amount of Moondust
359:	Current amount of Solardust
360:	Current amount of Cooldust
361:	Current amount of Novadust
362:	Total amount of dust collected (referenced by WW talent 14)
363:	Compass/Atom Collider - Magnesium days accumulated (60 max)
364:	Compass - Moon of Print days accumulated (100 max)
365:	Top of the Mornin' kill count check (negative number - set to 0 if you want to find items again with increased odds)
366:	Exalt Stamps purchased from gem shop
So if you want to reset this to 0 use the Disputate injector and type this into the command window:
chng bEngine.getGameAttribute("OptionsListAccount")[361]=0

I'm guessing you dropped a bunch of dust and bricked your account that way so if you want to look 100% legit you should also change your total amount of dust collected nr 362 to something legit.
chng bEngine.getGameAttribute("OptionsListAccount")[362]=something_legit
wando wrote:
Sun Jun 01, 2025 8:43 pm
ihad the merit shop maxed from last update and the emperore armore is uncraftable ihave it unlocked but from the last update and now its 6/4 is there a command for that our away to know where is it saved
thanks in advance
I believe all merit shop are saved in array 1 under tasks:
gga bEngine.GetGameAttribute("Tasks")[1]
Here you will have to find the one corresponding to the one you already set to 6/4.
I believe, don't have access to the game rn so off of memory, ("Tasks")[1][world][index].
So it should be gga bEngine.GetGameAttribute("Tasks")[1][5] and then you will have to change the one that is 6 to 0, following the indexing of the merit shop it might be chng bEngine.GetGameAttribute("Tasks")[1][5][8]=0, but since I'm not in game right now I'm not sure. So double check this because this is off memory.

blau1
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Apr 28, 2024 8:26 pm
Reputation: 0

Re: Legends of Idleon

Post by blau1 »

Nice it worked out, thanks alot.
How do you get this infos, is there an short answer how you find out certain things?
This thread is so long that i have no clue how to start or where to find a little guide etc.

Derok
Noobzor
Noobzor
Posts: 13
Joined: Tue May 27, 2025 6:04 pm
Reputation: 0

Re: Legends of Idleon

Post by Derok »

youngthugfan183 wrote:
Mon Jun 02, 2025 8:16 am
drop TalentBook1 3629100
Max level is 100, this drops the book at level 100.
Wow thank you, may i know if there is a formula for this? as i want to do it for all the other talents i'm missing(especially the weekly battle ones)

User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri May 23, 2025 8:20 am
Reputation: 22

Re: Legends of Idleon

Post by youngthugfan183 »

Derok wrote:
Mon Jun 02, 2025 9:36 am
youngthugfan183 wrote:
Mon Jun 02, 2025 8:16 am
drop TalentBook1 3629100
Max level is 100, this drops the book at level 100.
Wow thank you, may i know if there is a formula for this? as i want to do it for all the other talents i'm missing(especially the weekly battle ones)

Code: Select all

page 1:
Beginner Best Class (MAX:50) drop TalentBook1 3616050
Studious Quester (MAX:150) drop TalentBook1 3617150
Quest Chungus (MAX:100) drop TalentBook1 3618100
Crystals 4 Dayys (MAX:100) drop TalentBook1 3619100
Will of the Eldest (MAX:50) drop TalentBook1 3620050
Tick Tock (MAX:204) drop TalentBook1 3621204
Stonks! (MAX:100) drop TalentBook1 3622100
Roll Da Dice (MAX:100) drop TalentBook1 3623100
Attacks on Simmer (MAX:50) drop TalentBook1 3624050
Toilet Paper Postage (MAX:300) drop TalentBook1 3625300
EXP Converter (MAX:40): drop TalentBook1 3626040
Goblet of Hemoglobin (MAX:50): drop TalentBook1 3627050

page 2:
Just EXP (MAX:100): drop TalentBook1 3628100
Frothy Malk (MAX:100): drop TalentBook1 3629100
Convert Better Darnit (MAX:50): drop TalentBook1 3630050
Pulsation (MAX:100): drop TalentBook1 3631100
Cardiovascular! (MAX:100): drop TalentBook1 3632100
Milkyway Candies (MAX:101): drop TalentBook1 3633101
Telekinetic Storage (MAX:50): drop TalentBook1 3634050
Printer Sampling (MAX:100): drop TalentBook1 3635100
Supersource (MAX:101): drop TalentBook1 3636101
Action Frenzy (MAX:101): drop TalentBook1 3637101
Dungeonic Damage (MAX:101): drop TalentBook1 3638101
Shrine Architect (MAX:100): drop TalentBook1 3639100
Mega Crit (MAX:101): drop TalentBook1 3640101

page3:
Tiptoe Quickness (MAX:245): drop TalentBook1 3641245
Ubercharged Health (MAX:245): drop TalentBook1 3642245
Coins For Charon (MAX:245): drop TalentBook1 3643245
American Tipper (MAX:245): drop TalentBook1 3644245
Overaccurate Crit (MAX:245): drop TalentBook1 3645245
Filthy Damage (MAX:200): drop TalentBook1 3649200
Rando Event Looty (MAX:200): drop TalentBook1 3650200
Spice Spillage (MAX:100): drop TalentBook1 3651100
Stat Overload (MAX:300): drop TalentBook1 3652300
Dummy Thicc Stats (MAX:200): drop TalentBook1 3653200

Page 4:
Monolithialism (MAX:150): drop TalentBook1 3654150
Boss Battle Spillover (MAX:100): drop TalentBook1 3655100
Dreamer Damage (MAX:200): drop TalentBook1 3656200
Bored To Death (MAX:100) drop TalentBook1 3615100

for Maestro Class:
Apocalypse Zow (MAX:999): drop TalentBook1 3110999
There isn't really a formula, you either find someone else who posted it or you have to look into the gamefiles itself to find it.
blau1 wrote:
Mon Jun 02, 2025 9:28 am
Nice it worked out, thanks alot.
How do you get this infos, is there an short answer how you find out certain things?
This thread is so long that i have no clue how to start or where to find a little guide etc.
There is a search function on the site and you can type: Legends of Idleon xxxxxx
and xxxxx will be what you are looking for. But most of this stuff I've done on my account and have written down or remember how to do it.

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

youngthugfan183 wrote:
Mon Jun 02, 2025 8:16 am
groff wrote:
Sun Jun 01, 2025 9:31 pm
Does anyone know where arcade jackpots are tracked?
chng bEngine.getGameAttribute("OptionsListAccount")[199]

Code: Select all

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.
Derok wrote:
Sun Jun 01, 2025 10:48 pm
apology for the disturb: does anyone know the item id of the special talent(i mean the book to learn) Frothy Malk?
drop TalentBook1 3629100
Max level is 100, this drops the book at level 100.
othatatatat wrote:
Mon Jun 02, 2025 12:13 am
anyone know how to reset a specific gem shop purchase? and more specifically the lava sprouts as i think that might be the reason my gaming crashes thanks in advance
chng bEngine.getGameAttribute("GemItemsPurchased")[133]=0
This sets the gem purchases of the lava sprout to 0, if you still crash with this you have to reset the sprout upgrade in the gaming array itself or you might have something else f'ed in your gaming.
blau1 wrote:
Mon Jun 02, 2025 3:39 am
Hello,

does someone know how to set the NovaDust from Windwalker to 0 in case it's the solution for my Problem.
When i hover over an upgrade what needs that kind of dust it shows "NaNENaN" for me and it's not shown at the Top where the other dusts are.
Don't know if my accidental "+" at the end of the number when i created the dust caused that.

I'm not that into that tool and never used the chromedebug before, would be nice if someone could help me with that :D
All WW OptionsListAccount are:

Code: Select all

239:	Sneaking Gem level - cheaper upgrades
240:	Sneaking Gem level - higher charm levels
356: unknown large number
357:	Current amount of Stardust
358:	Current amount of Moondust
359:	Current amount of Solardust
360:	Current amount of Cooldust
361:	Current amount of Novadust
362:	Total amount of dust collected (referenced by WW talent 14)
363:	Compass/Atom Collider - Magnesium days accumulated (60 max)
364:	Compass - Moon of Print days accumulated (100 max)
365:	Top of the Mornin' kill count check (negative number - set to 0 if you want to find items again with increased odds)
366:	Exalt Stamps purchased from gem shop
So if you want to reset this to 0 use the Disputate injector and type this into the command window:
chng bEngine.getGameAttribute("OptionsListAccount")[361]=0

I'm guessing you dropped a bunch of dust and bricked your account that way so if you want to look 100% legit you should also change your total amount of dust collected nr 362 to something legit.
chng bEngine.getGameAttribute("OptionsListAccount")[362]=something_legit
wando wrote:
Sun Jun 01, 2025 8:43 pm
ihad the merit shop maxed from last update and the emperore armore is uncraftable ihave it unlocked but from the last update and now its 6/4 is there a command for that our away to know where is it saved
thanks in advance
I believe all merit shop are saved in array 1 under tasks:
gga bEngine.GetGameAttribute("Tasks")[1]
Here you will have to find the one corresponding to the one you already set to 6/4.
I believe, don't have access to the game rn so off of memory, ("Tasks")[1][world][index].
So it should be gga bEngine.GetGameAttribute("Tasks")[1][5] and then you will have to change the one that is 6 to 0, following the indexing of the merit shop it might be chng bEngine.GetGameAttribute("Tasks")[1][5][8]=0, but since I'm not in game right now I'm not sure. So double check this because this is off memory.
sadly changing the merit points didnot work out right the code was not being acttivated sayyinge errore is undefined can you check it in game if possible thanks

suineg
What is cheating?
What is cheating?
Posts: 4
Joined: Fri May 30, 2025 3:51 pm
Reputation: 0

Re: Legends of Idleon

Post by suineg »

I'm having a lot of crashes once I get to character select. New download available?

Post Reply

Who is online

Users browsing this forum: AmazonBot, Google Adsense [Bot], youngthugfan183