Sneethe wrote: ↑Fri Aug 18, 2023 6:24 am
Tiffany wrote: ↑Thu Aug 17, 2023 10:06 am
EvenLess wrote: ↑Fri Aug 04, 2023 11:42 pm
all the RootTemplates-files
I'm really struggling trying to find Ketheric's gloves. I found his boots & circlet in your items v2.
do you have the UUID for the boots and circlet? I can't seem to find them myself.
38e72599-1d7e-4b22-8cdd-2d9efdb50dcb = ARM_Boots_Ketheric = Ketheric's Boots
ac8a482b-788e-4689-a8ce-0a13e802eaec = ARM_Headwear_Circlet_B_Ketheric = Ketheric Circlet
I also went through ALL the gloves in the game and the closest I found appearance-wise are Gloves of Battlemage's Power (15381544-e616-46e6-a881-0af793971863). They're silver, mostly flat, have gold designs, and leather palms.
[Link] how to get them. Or just spawn them with Zanzer's table using the UUID I provided.
Also here's some others that look good with it, albeit not quite as close:
* Hellgloom Gloves = cbc9b5dd-76e5-4e22-b0cf-26e957033a9d
* Blackguard's Gauntlets = 65c65d78-1786-4a78-9a43-96c19849b6f3
* Gauntlets of the Warmaster (would need dyed) = 85865321-5feb-447f-92e7-5c04359fe3af
* Gauntlets of Frost Giant Strength = 9481aa27-ce9c-414c-84ff-5e974fd64d89
* The Reviving Hands = 0e94335a-bf4d-47b9-bde7-85ee2f01102f
I took some
[Link] with how they look and their stats too. Maybe it'll help some people find some glove replacements for the Ketheric set.
EvenLess wrote: ↑Thu Aug 17, 2023 1:05 pm
Tiffany wrote: ↑Thu Aug 17, 2023 10:06 am
EvenLess wrote: ↑Fri Aug 04, 2023 11:42 pm
all the RootTemplates-files
Question... do you happen to know what file stores a list of the items a NPC has equipped?
Sorry, not really. I thought all items were located in the RootTemplates, but that turned out to not be the case.
I haven't found an easier way to find items, than simple detective work. If I know the in-game name, I usually start in the
english.xml
file and see if I can find it there, then using the ID I found there, I use the index search to search all the unpacked/uncompressed data, and so on.
Tiffany wrote: ↑Thu Aug 17, 2023 10:06 am
I'm really struggling trying to find Ketheric's gloves. I found his boots & circlet in your items v2. But it doesn't have his gloves, and neither do any of the armor files I've opened nor the English localization file.
That is based on all the items found in the various RootTemplates files, which someone pointed out didn't contain all the items.
I took a shot at finding the gloves, just using some of the known references (MOO_Keth*, UND_Keth*, etc.) but either got too few or to many results.
Thanks for looking. Shame that they're just missing for now but I guess it can't be helped.
EvenLess wrote: ↑Thu Aug 17, 2023 1:05 pm
Thank you. I have been trying to get some gameplay in, so haven't really taken the time to update those old tables. I do have my own custom table, which I'm refining/optimizing to my liking, which I will probably post when I'm a bit further in my refining proces.
As for replacing things... For "simple" replacements I just use Notepad++, then depending on how simple the replace, I'll go between Normal, Extended or RegEx. For more advanced replace I create a small PowerShell script that either loops through the raw text or the actual XML, depending on the need.
I found out after posting that I made a mistake when I fixed the scripts that I hadn't noticed. You'll have to fix the quantity. I have them all set to 10 cause the one I copied was a 10 quantity thing.
But it's an easy fix. Find
Code: Select all
writeQword(cmdArgs + 0x28, 10) -- quantity
And replace with
Code: Select all
writeQword(cmdArgs + 0x28, 1) -- quantity
I can just re-up them with the fixes too.