szef Posted February 2, 2023 Share Posted February 2, 2023 (edited) I need to print (and save it to txt, file) all items of one type, say armor (IDS 2 - if I'm not mistaken) in pstee. How can this be done? I have this fragment of code it seems that I need to modify it, or do it completely differently? [...] READ_STRREF 0x8 "gen_name" READ_STRREF 0xc "name" READ_STRREF 0x50 "gen_desc" READ_STRREF 0x54 "desc" PATCH_PRINT ~--- * %SOURCE_RES% * | %gen_name% | %name% --- %gen_desc% --- %desc% ~ ... Something with(?): READ_SHORT 0x1c Probably it's easy, but I'm a noob, sorry xD. Edited February 2, 2023 by szef Quote Link to comment
lynx Posted February 2, 2023 Share Posted February 2, 2023 Do you really need it programmatically? You can save list with the Advanced search in NearInfinity. Add a filter with the field "Category" and set the value to the item type that you want. Quote Link to comment
szef Posted February 3, 2023 Author Share Posted February 3, 2023 (edited) 8 hours ago, lynx said: Do you really need it programmatically? You can save list with the Advanced search in NearInfinity. Add a filter with the field "Category" and set the value to the item type that you want. Ah, I didn't know that. Thanks. Nice. Edited February 3, 2023 by szef Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.