[30$ paid request] simple table for Merchant RPG

Ask about cheats/tables for single player games here
Post Reply
Paparoyal
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 16, 2018 11:33 am
Reputation: 0

[30$ paid request] simple table for Merchant RPG

Post by Paparoyal »

Game Name: Merchant RPG
Game Engine:
Game Version: Latest on steam (27/12-2018)
Options Required: XP modifier, duration modifier (set mission/crafting time to 0 etc), add gold.
Optional features: ignore crafting requirements.
Game/Steam Website:
Other Info: Want to commission a table from one of you fine gentlemen for a little gem of a game called Merchant RPG.
I will pay 30 USD for a table with the options required (amount based on time spent), optional features are appreciated and I wil pay an additional 10 USD for the optional one.
Payment through paypal to an address of your choosing.
The game is free on steam.

User avatar
jungletek
Shogun
Shogun
Posts: 179
Joined: Tue Oct 17, 2017 7:31 am
Reputation: 62

Re: [30$ paid request] simple table for Merchant RPG

Post by jungletek »

Lowered your price, eh? ;)

I'll have a look at it for 30 minutes max. to see how difficult the request(s) is(are) and decide if I want to keep trying.

User avatar
stuffy
Expert Cheater
Expert Cheater
Posts: 56
Joined: Fri Nov 17, 2017 9:21 am
Reputation: 34

Re: [30$ paid request] simple table for Merchant RPG

Post by stuffy »

Going to try and save you some money. Most of the values you want to alter are [Type] Double. Exp, Gold, Items etc.

Since this is (assuming) a mobile port, the code it pretty tight. I tried using AOB and the same function that (+/-) exp, is also used for gold, items and many other things. It could be done with some push cmp mov pop, but that takes some time (more than I think the game or the payment warrants (imo))

Pointers is an option but I've never enjoyed rooting out base pointers.

Anyway, simple solution is scan for current value (type:double) then do something that changes it and next scan the new value. Tiny game only takes a second.

Haven't attempted the timers yet.

User avatar
vcaqxmyr
Cheater
Cheater
Posts: 41
Joined: Thu Jan 31, 2019 2:54 pm
Reputation: 5

Re: [30$ paid request] simple table for Merchant RPG

Post by vcaqxmyr »

i've tried all day but i'm still too nooboon (if this can feel you better you know that there is someone who's trying)
(dont do this for money but for pride)

User avatar
Csimbi
RCE Fanatics
RCE Fanatics
Posts: 878
Joined: Sat Apr 29, 2017 9:04 pm
Reputation: 1202

Re: [30$ paid request] simple table for Merchant RPG

Post by Csimbi »

It's a LUA-based game.
Either use LUA debugger, or even better.
Unpack Merchant\Resources\resource.car (for example, with this: [Link] - I have no Mac though).
Then decompile the LUA files, edit and repack.
It will do what you want.

User avatar
Csimbi
RCE Fanatics
RCE Fanatics
Posts: 878
Joined: Sat Apr 29, 2017 9:04 pm
Reputation: 1202

Re: [30$ paid request] simple table for Merchant RPG

Post by Csimbi »

Here's some of what you asked for:
- Instant missions and
- instant crafting, plus
- a so-so Demigod mode.

Notes:
- Enable instant stuff before starting quest/craft.
- Crafting does not apply to enchantments.
- Do not use instant crafting while questing - it will fail any running quests. Although it's good if you want to abort them quickly ;-)
- Demigod mode means your health will be reset to max as long as you survive a quest (had to do it this way else the game's UI gets screwed up) - great for spamming the 'repeat' button.

Comments, hooks, structures are all included.
Almost everything is a double, so I see no point in 'add gold', just change it to whatever you want - same with XP.

Please donate the money to CheatEngine ( [Link] )
Cheers.
Attachments
1FRMerchant.CT
(148.38 KiB) Downloaded 502 times

jassijatt
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Mar 26, 2020 1:33 am
Reputation: 0

Re: [30$ paid request] simple table for Merchant RPG

Post by jassijatt »

Hey, not sure if i can still request but can you add enchant to this trainer?

This is a free game, I ll donate some funding to cheat engine. If you can, I found the value for enchant that changes but i can't do anything with it. Thx

seboschan
Expert Cheater
Expert Cheater
Posts: 94
Joined: Mon Jul 27, 2020 11:53 am
Reputation: 6

Re: [30$ paid request] simple table for Merchant RPG

Post by seboschan »

it works thanks man

User avatar
Csimbi
RCE Fanatics
RCE Fanatics
Posts: 878
Joined: Sat Apr 29, 2017 9:04 pm
Reputation: 1202

Re: [30$ paid request] simple table for Merchant RPG

Post by Csimbi »

jassijatt wrote:
Thu Mar 26, 2020 1:35 am
Hey, not sure if i can still request but can you add enchant to this trainer?

This is a free game, I ll donate some funding to cheat engine. If you can, I found the value for enchant that changes but i can't do anything with it. Thx
So, what did you find?

Reece0
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Aug 13, 2020 2:32 pm
Reputation: 0

Re: [30$ paid request] simple table for Merchant RPG

Post by Reece0 »

Id personally be more than happy to donate if we could add the enchant feature, heck i'd paypal the full $30, if anyones willing to nut it out that would be great, as towards the end game its one of the more imperative crafters used.

Reece0
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Aug 13, 2020 2:32 pm
Reputation: 0

Re: [30$ paid request] simple table for Merchant RPG

Post by Reece0 »

Bumping for interest?

RaxeIe
Expert Cheater
Expert Cheater
Posts: 97
Joined: Sun Sep 22, 2019 10:19 pm
Reputation: 14

Re: [30$ paid request] simple table for Merchant RPG

Post by RaxeIe »

Csimbi wrote:
Sun Apr 21, 2019 11:28 am
Here's some of what you asked for:
- Instant missions and
- instant crafting, plus
- a so-so Demigod mode.

Notes:
- Enable instant stuff before starting quest/craft.
- Crafting does not apply to enchantments.
- Do not use instant crafting while questing - it will fail any running quests. Although it's good if you want to abort them quickly ;-)
- Demigod mode means your health will be reset to max as long as you survive a quest (had to do it this way else the game's UI gets screwed up) - great for spamming the 'repeat' button.

Comments, hooks, structures are all included.
Almost everything is a double, so I see no point in 'add gold', just change it to whatever you want - same with XP.

Please donate the money to CheatEngine ( [Link] )
Cheers.
aobLUAUpdater Not all results found.

drakham
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jan 07, 2021 2:50 pm
Reputation: 0

Re: [30$ paid request] simple table for Merchant RPG

Post by drakham »

Csimbi wrote:
Sun Apr 21, 2019 11:28 am
Here's some of what you asked for:
- Instant missions and
- instant crafting, plus
- a so-so Demigod mode.

Notes:
- Enable instant stuff before starting quest/craft.
- Crafting does not apply to enchantments.
- Do not use instant crafting while questing - it will fail any running quests. Although it's good if you want to abort them quickly ;-)
- Demigod mode means your health will be reset to max as long as you survive a quest (had to do it this way else the game's UI gets screwed up) - great for spamming the 'repeat' button.

Comments, hooks, structures are all included.
Almost everything is a double, so I see no point in 'add gold', just change it to whatever you want - same with XP.

Please donate the money to CheatEngine ( [Link] )
Cheers.
Same error as RaxeIe. Not sure what's the problem

Oridjinn
Noobzor
Noobzor
Posts: 10
Joined: Sun Aug 09, 2020 3:32 am
Reputation: 4

Re: [30$ paid request] simple table for Merchant RPG

Post by Oridjinn »

Yeah, old table isn't working anymore, aob changed and I wasn't able to find anything remotely close to what is used to be in order to update it. It's a shame- this game definitely needs a table of some sort made for it, but unfortunately, I can't figure out much more beyond how to edit item quantities... I think I did manage to unpack the .CAR file though, as Csimbi suggested. Attached are the contents of that file, the password is the website's URL.
Attachments
MerchantRPG_CAR.zip
(622.62 KiB) Downloaded 357 times

Post Reply

Who is online

Users browsing this forum: Fenixxx, forQOL, IWANTTODIE