Legends of Idleon

Ask about cheats/tables for single player games here
sadisticdane
Noobzor
Noobzor
Posts: 13
Joined: Sun Jan 28, 2024 8:02 pm
Reputation: 0

Re: Legends of Idleon

Post by sadisticdane »

for anyone interested, I added Calm Serenity and Timeless. can you get shadowbanned... I dunno /shrug

Code: Select all

registerCheats(
{
name: 'buy',
message: 'buy gem shop packs',
canToggleSubcheats: true,
subcheats: [
{
name: "Calm Serenity Bundle", // edit this
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_r"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 4600, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape14", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest81", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest82", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("GemP30", 4, 0, 0, 2, y, 0, x, y);
return `Calm Serenity Bundle has been bought!`;
}
},
{
name: "Timeless Bundle", // edit this
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_t"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 6400, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape16", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentNametag13", 1, 0, 0, 2, y, 0, x, y);
return `Timeless Bundle has been bought!`;
}
}
]
}
);

Tindal
Expert Cheater
Expert Cheater
Posts: 312
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 104

Re: Legends of Idleon

Post by Tindal »

kevindavis wrote:
Thu Jul 18, 2024 12:58 am
bruh how do u change to class 5 cuz if i try it auto fills and it say this drop Quest5 (class certificate)
class 05

fatchunkycharizard
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jul 16, 2024 6:55 pm
Reputation: 0

Re: Legends of Idleon

Post by fatchunkycharizard »

i need some help using cheat engine on this game, add me on discord to explain my little nooby brain pls. malgrivox_14050

hyun50
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Jun 11, 2024 11:58 am
Reputation: 0

Re: Legends of Idleon

Post by hyun50 »

Anybody have the working code / version for divinity pearl>lvl50 ?

scruffy4386
Noobzor
Noobzor
Posts: 5
Joined: Sat Feb 25, 2023 9:09 pm
Reputation: 3

Re: Legends of Idleon

Post by scruffy4386 »

I have found it before by finding this bit.I am terrrible at regex searche, so its painful for me to find it every time... but the 500 there might be 50 in the original also.

&&"Pearl4"==""+h.string(a.engine.getGameAttribute("InventoryOrder")[0|c.asNumber(this.actor.getValue("ActorEvents_38","_ItemDragID"))])||500>c.asNumber(a.engine.getGameAttribute("Lv0")[0|a.engine.getGameAttribute("DummyNumber3")]

sadisticdane
Noobzor
Noobzor
Posts: 13
Joined: Sun Jan 28, 2024 8:02 pm
Reputation: 0

Re: Legends of Idleon

Post by sadisticdane »

Edit: fixed it, nevermind

User avatar
Myth666
Novice Cheater
Novice Cheater
Posts: 21
Joined: Fri Jun 14, 2024 7:10 pm
Reputation: 3

Re: Legends of Idleon

Post by Myth666 »

Bulbasaur wrote:
Wed Jul 17, 2024 11:57 pm
mortifer689 wrote:
Sun May 05, 2024 4:57 pm
nonstopable wrote:
Fri May 03, 2024 7:08 pm
So I have no idea what I did but it bricked this char UI.
Anyone knows how to fix this please and thank you.
[Link]

The same happened to me lol
Heeeeelp
My character ui has done this as well anyone know how to fix this
[Link]
My first recommendation is that if you have your vials over 13 that could brick your icons but also try and wipe inv on said character then change maps and ee if that fixed but if it didn't then closed the engine and open the game regularly from steam or from where ever else and if that worked then great if not you may need to ask some more qualified then me. Another idea instead of vials only check if you had over leveled things too much that if count as error and if so then lower it.

thefrozen
Novice Cheater
Novice Cheater
Posts: 21
Joined: Wed Feb 28, 2024 3:09 am
Reputation: 3

Re: Legends of Idleon

Post by thefrozen »

scruffy4386 wrote:
Thu Jul 18, 2024 3:23 am
As an individual who has almost no posts here, bare with me please.(mods delete this if its out of line) Every day questions are repeated while the answers are already found with a simple search. I urge all users to please use the search function. Yes 380 plus pages is a large amount to search, but please just try it. These folks have responded to almost every problem already.
To be fair, the search bar doesn't do anything for me. They both just bring back nothing. The one in the top right and the one in the thread.

sadisticdane
Noobzor
Noobzor
Posts: 13
Joined: Sun Jan 28, 2024 8:02 pm
Reputation: 0

Re: Legends of Idleon

Post by sadisticdane »

thefrozen wrote:
Mon Jul 22, 2024 12:25 am
scruffy4386 wrote:
Thu Jul 18, 2024 3:23 am
As an individual who has almost no posts here, bare with me please.(mods delete this if its out of line) Every day questions are repeated while the answers are already found with a simple search. I urge all users to please use the search function. Yes 380 plus pages is a large amount to search, but please just try it. These folks have responded to almost every problem already.
To be fair, the search bar doesn't do anything for me. They both just bring back nothing. The one in the top right and the one in the thread.
I dont blame anyone for not using it, its kinda broke at the moment.
But If you "search this topic" at the top, it comes back blank, but if then you type "Idleon [whatever you want to search for]" into the google search bit, it gives you results.
Last edited by sadisticdane on Mon Jul 22, 2024 11:51 am, edited 2 times in total.

Casisback
Shogun
Shogun
Posts: 348
Joined: Fri Mar 03, 2017 12:04 am
Reputation: 144

Re: Legends of Idleon

Post by Casisback »

sadisticdane wrote:
Mon Jul 22, 2024 2:21 am
thefrozen wrote:
Mon Jul 22, 2024 12:25 am
scruffy4386 wrote:
Thu Jul 18, 2024 3:23 am
As an individual who has almost no posts here, bare with me please.(mods delete this if its out of line) Every day questions are repeated while the answers are already found with a simple search. I urge all users to please use the search function. Yes 380 plus pages is a large amount to search, but please just try it. These folks have responded to almost every problem already.
To be fair, the search bar doesn't do anything for me. They both just bring back nothing. The one in the top right and the one in the thread.
I dont blame anyone for not using it, its kinda broke at the moment.
But If you "search this topic" at the top, it comes back blank, but if you type "Idleon [whatever you want to search for]", it gives you results.
It isn’t broke, people just don’t have patience. Click on it, wait for Google search to load up then search whatever

sadisticdane
Noobzor
Noobzor
Posts: 13
Joined: Sun Jan 28, 2024 8:02 pm
Reputation: 0

Re: Legends of Idleon

Post by sadisticdane »

Casisback wrote:
Mon Jul 22, 2024 7:34 am
sadisticdane wrote:
Mon Jul 22, 2024 2:21 am
thefrozen wrote:
Mon Jul 22, 2024 12:25 am


To be fair, the search bar doesn't do anything for me. They both just bring back nothing. The one in the top right and the one in the thread.
I dont blame anyone for not using it, its kinda broke at the moment.
But If you "search this topic" at the top, it comes back blank, but if you type "Idleon [whatever you want to search for]", it gives you results.
It isn’t broke, people just don’t have patience. Click on it, wait for Google search to load up then search whatever
all you did was repeat what I said with less information. But congrats on working it out.

kastatrofa
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Apr 21, 2024 12:22 pm
Reputation: 0

Re: Legends of Idleon

Post by kastatrofa »

Is there any way to increase the multikill with cheats (in world 6). i want to open portals and i know theres a command to open portals but i want it to seem legit

User avatar
HCkami
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Oct 24, 2021 5:04 am
Reputation: 0

Re: Legends of Idleon

Post by HCkami »

Anyone know the bEngine for vials and post office? Alchemy and P.O UI are invisible for me

sadisticdane
Noobzor
Noobzor
Posts: 13
Joined: Sun Jan 28, 2024 8:02 pm
Reputation: 0

Re: Legends of Idleon

Post by sadisticdane »

Multiply afk isnt working for me. Anyone else having issues?
It multiplies my gain for divinity, but not for kills p/h, resources p/h, or xp

User avatar
RexyTheDog
Noobzor
Noobzor
Posts: 10
Joined: Tue Jun 18, 2024 1:04 pm
Reputation: 23

Re: Legends of Idleon

Post by RexyTheDog »

HCkami wrote:
Tue Jul 23, 2024 4:48 am
Anyone know the bEngine for vials and post office? Alchemy and P.O UI are invisible for me
Tindal wrote:
Sun Jun 04, 2023 8:11 pm
Sjaklz wrote:
Sun Jun 04, 2023 7:46 pm

How would you do this with Vials?
Easy!
chng bEngine.getGameAttribute("CauldronInfo")[4][ID]=vial_level
where:
ID is Vial number from 0 to 59

Or you can use 'cauldron vialcost' and upgrade all your vialf for free.

couldn't find about the post office, sry :oops:

Post Reply

Who is online

Users browsing this forum: AhrefsBot, doodl3simpl3, MimiMe