Volkarian: Unfinished Business?
Jidokwon
Member Posts: 398
I might be wrong, but it's looking like Volkarian and a number of his files are standard resources, rather than just custom for HotU only. I'm curious if it'd be possible to make a mod to use his bottle and have access to his store in any module? Can anyone walk me through how to accomplish this, please?
Edit: Further searching has come up dry. I'm finding zero Volkarian or merchant mods in the Vault or Nexus. My own tinkering with the toolset has been very limited and I'm certainly not a developer capable of coding, scripting, or anything of that sort. I'm going to play around with it for awhile, though, and see if I can come up with a way to make Volkarian available in any setting. Mostly for my personal use, he'd basically act as an enhanced bag of holding, I'm hoping.
Edit: Further searching has come up dry. I'm finding zero Volkarian or merchant mods in the Vault or Nexus. My own tinkering with the toolset has been very limited and I'm certainly not a developer capable of coding, scripting, or anything of that sort. I'm going to play around with it for awhile, though, and see if I can come up with a way to make Volkarian available in any setting. Mostly for my personal use, he'd basically act as an enhanced bag of holding, I'm hoping.
Post edited by Jidokwon on
0
Comments
I'm still very unfamiliar with how exactly I should best be going about searching through the new Vault, but I did come across https://neverwintervault.org/project/nwnee/prefab/item/djinni-store. Even though the project and description include Volkarian, using his name in the search window turned up zero results for me. Not sure what I'm doing wrong or if it's possible to format searching in the newer Vault as it was possible to do in the original Vault or not.
Either way, you don't need anything from it.
What I was trying to say earlier, is that, to get it to work on any module you want, just copy that if statement from x2_onitemactive, into the existing module OnActivateItem script.
And make sure you have the bottle that summons him.
I missed an important 'not' in my last post. To get the store to have items, there is another script x2_genie_store. In that script, it checks the module tag and some local variables to determine what items to populate the store with. If you are not in a HotU module, it won't add any items. But you can still sell to the store.
You'd have to modify x2_genie_store if you wanted the store to always offer items.
Let me know if you need more help on this.
It still is
TR