Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Devs patched a method to change item IDs in catalogs. Help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Mylo375
How do I cheat?
Reputation: 0

Joined: 02 Apr 2022
Posts: 1

PostPosted: Sat Apr 02, 2022 5:58 am    Post subject: Devs patched a method to change item IDs in catalogs. Help Reply with quote

I’ll give y’all an example
There’s this game that I’m playing and a few years ago you could do this:

1. Open a catalog to buy items for gold
2. Select the item you want to replace ( X to Y )
3. On Cheat Engine you:

4 bytes value
Item code of the item in the catalog (X)
Scan
Select all than extract all
Select all then change item code from X to Y
Buy the item from the catalog and you get Y instead of X the original item

Now it doesn’t work. All steps work except when you buy you don’t get the item you changed it to, but the item you’re supposed to get originally. Help!!!

_________________
Slatt
Back to top
View user's profile Send private message
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 511

PostPosted: Sat Apr 02, 2022 6:26 am    Post subject: Reply with quote

buying gives you a new instance of item like:

Code:

CItem *CShop::BuyItem(CShop *this,int count)
{
CItem *item;

CPlayer *player = FindPlayer();
if (player->m_fMoney > this->m_fCost)
{
player->m_fMoney -= this->m_fCost;
if (count) > 0
item->m_nCount = count;
return item
}
else
{
CHud::ShowMessage("Not enough money to buy this item!");
}
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites