[30$ paid request] simple table for Merchant RPG
[30$ paid request] simple table for Merchant RPG
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.
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.
Re: [30$ paid request] simple table for Merchant RPG
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.
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.
Re: [30$ paid request] simple table for Merchant RPG
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.
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.
Re: [30$ paid request] simple table for Merchant RPG
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)
(dont do this for money but for pride)
Re: [30$ paid request] simple table for Merchant RPG
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.
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.
Re: [30$ paid request] simple table for Merchant RPG
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.
- 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 654 times
Re: [30$ paid request] simple table for Merchant RPG
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
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
Re: [30$ paid request] simple table for Merchant RPG
it works thanks man
Re: [30$ paid request] simple table for Merchant RPG
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.
Re: [30$ paid request] simple table for Merchant RPG
Bumping for interest?
Re: [30$ paid request] simple table for Merchant RPG
aobLUAUpdater Not all results found.Csimbi wrote: ↑Sun Apr 21, 2019 11:28 amHere'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.
Re: [30$ paid request] simple table for Merchant RPG
Same error as RaxeIe. Not sure what's the problemCsimbi wrote: ↑Sun Apr 21, 2019 11:28 amHere'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.
Re: [30$ paid request] simple table for Merchant RPG
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 441 times
Who is online
Users browsing this forum: PrinnyHero