[REQUEST] 鬼谷八荒 Tale of Immortal
[REQUEST] 鬼谷八荒 Tale of Immortal
Game Name: 鬼谷八荒 Tale of Immortal
Game Engine: Shrug
Game Version: Latest
Options Required: Shrug
Steam Website:
Official English version just came out!
Game Engine: Shrug
Game Version: Latest
Options Required: Shrug
Steam Website:
Official English version just came out!
Last edited by raxele123 on Tue Aug 31, 2021 12:35 am, edited 2 times in total.
Re: [REQUEST] 鬼谷八荒 (Tales of Immortal)
Up!
Character trait editor would be awesome to see for this game.
Character trait editor would be awesome to see for this game.
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
So anyone up for it now? Official English came out.
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
Just in case, nobody pick this up as it's already been around 4+ months, my suggestion will be you or anybody check out the "Amateur Modding Avenue" discord group (it's was the un-official english translation mod before the official and no, I wasn't affiliated to it with the exception of helping minor stuff here and there as a normal member.) as there is a translated xiaoxing trainer which still works for the latest steam version (tested on 31.8.2021) on the "other mod" channel.
I owned the game and probably can make a cheat table but most of what I can think of (item spawing, ohk, health, teleport, learning, reveal map, etc) is already there except like 1 or 2 scripts like alchemist furnace durability and skill level modifier (don't want to get accuse of stealing ). No offense for anyone that want to try though ~ an open source is always better for future proofing.
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
The xiaoxing trainer is messy when it comes to item spawning... I dunno. I'd rather someone from fearless take a gander at a full cheat table for this game rather than use a MTL translated trainer.notpikachu wrote: ↑Tue Aug 31, 2021 2:59 amJust in case, nobody pick this up as it's already been around 4+ months, my suggestion will be you or anybody check out the "Amateur Modding Avenue" discord group (it's was the un-official english translation mod before the official and no, I wasn't affiliated to it with the exception of helping minor stuff here and there as a normal member.) as there is a translated xiaoxing trainer which still works for the latest steam version (tested on 31.8.2021) on the "other mod" channel.
I owned the game and probably can make a cheat table but most of what I can think of (item spawing, ohk, health, teleport, learning, reveal map, etc) is already there except like 1 or 2 scripts like alchemist furnace durability and skill level modifier (don't want to get accuse of stealing ). No offense for anyone that want to try though ~ an open source is always better for future proofing.
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
notpikachu wrote: ↑Tue Aug 31, 2021 2:59 amJust in case, nobody pick this up as it's already been around 4+ months, my suggestion will be you or anybody check out the "Amateur Modding Avenue" discord group (it's was the un-official english translation mod before the official and no, I wasn't affiliated to it with the exception of helping minor stuff here and there as a normal member.) as there is a translated xiaoxing trainer which still works for the latest steam version (tested on 31.8.2021) on the "other mod" channel.
I owned the game and probably can make a cheat table but most of what I can think of (item spawing, ohk, health, teleport, learning, reveal map, etc) is already there except like 1 or 2 scripts like alchemist furnace durability and skill level modifier (don't want to get accuse of stealing ). No offense for anyone that want to try though ~ an open source is always better for future proofing.
-
- What is cheating?
- Posts: 1
- Joined: Wed Sep 01, 2021 2:05 pm
- Reputation: 0
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
I'm having trouble finding the "Amateur Modding Avenue" discord group. Anyone have an invite I can use?
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
Yes, the item is mostly machine translated sadly . I did create a nifty scanner and hook for the trainer though. The first script scan any item by highlight for it's english name and ID (only visual). The second will basically change any of the spawn item into what you want, as the trainer took advantage on invoking WorldUnitData.RewardPropItem. Anything more than that is just repetition if you asked me
Not sure if I can share the invite here, please remove it if can't [Link]sweendog55 wrote: ↑Wed Sep 01, 2021 2:09 pmI'm having trouble finding the "Amateur Modding Avenue" discord group. Anyone have an invite I can use?
You can also search that name on the game official discord and the invite should be just around the first search result.
Edit1: If you're missed the post above, the trainer should be in the other-mods channel under "Eight Desolations of Ghost Valley". You probably need to scroll up a bit as there's also different mod like clothing, event, etc.
- Attachments
-
- guigubahuang item scanner.CT
- (5.94 KiB) Downloaded 1209 times
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
hi how do you use itemextender option with itemID and Quantity? doesn't seem to do anything for me.notpikachu wrote: ↑Wed Sep 01, 2021 3:06 pmYes, the item is mostly machine translated sadly . I did create a nifty scanner and hook for the trainer though. The first script scan any item by highlight for it's english name and ID (only visual). The second will basically change any of the spawn item into what you want, as the trainer took advantage on invoking WorldUnitData.RewardPropItem. Anything more than that is just repetition if you asked me
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
Not standalone ~ need to invoke/call the function "WorldUnitData.RewardPropItem" which I didn't put in the script . The simplest way is to spawn any item using the trainer while my script is enabled (it's called extender for a reason). Another way is to call the function via thread which is not exactly user friendly.
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
found a way to increase item quantity with this table just hover over the item you wanna multiply then copy and paste the id thats on the first option to the the itemextender put how many items you want in the quantity option then just buy any items from the store and you get the item you want instead of the one you bought.notpikachu wrote: ↑Thu Sep 02, 2021 4:53 pmNot standalone ~ need to invoke/call the function "WorldUnitData.RewardPropItem" which I didn't put in the script . The simplest way is to spawn any item using the trainer while my script is enabled (it's called extender for a reason). Another way is to call the function via thread which is not exactly user friendly.
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
Nice job . Tbh, I didn't know that, but the buy function probably related to that main function that I said earlier. I already finished the game though, so a bit reluctant to play it again before they update to last cultivation tier (didn't saw in the changelog so I might be wrong on this).jombokits wrote: ↑Fri Sep 03, 2021 9:14 amfound a way to increase item quantity with this table just hover over the item you wanna multiply then copy and paste the id thats on the first option to the the itemextender put how many items you want in the quantity option then just buy any items from the store and you get the item you want instead of the one you bought.
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
Just picked this up... the xiaoxing trainer can actually be used as an injector in conjunction with notpikachu's table.
Use the highlight to highlight something you want, enter in the ID in the 2nd section and the quantity and freeze it (freezing is important here) then use xiaoxing's trainer, go to the item section and inject anything, doesn't matter what, just give yourself anything. It will then give you whatever item ID you've frozen instead as the table's freeze overrides the trainer's inject.
Use the highlight to highlight something you want, enter in the ID in the 2nd section and the quantity and freeze it (freezing is important here) then use xiaoxing's trainer, go to the item section and inject anything, doesn't matter what, just give yourself anything. It will then give you whatever item ID you've frozen instead as the table's freeze overrides the trainer's inject.
Re: [REQUEST] 鬼谷八荒 Tale of Immortal
@KS212 which trainer you using with the table?
Who is online
Users browsing this forum: aziz1313, FunGaming44, Google [Bot], Google Adsense [Bot], Livaliz, LuckVsLogic, Sipsi, vexximus