bordemstirs
Member
I see no easy method to grab the image name for a given item (or effect or skill for that matter) in ASH.
Is there something I'm overlooking or am I left to create my own method for obtaining?
In the case of the latter which method seems better:
Poll the itemdesc of each item as I need it and steal the image link from that
-OR-
Whenever I encounter an image in game, check the item against a file, and add it if it's not there, and in the case that I attempt to use the image before ever seeing it in game, revert to the first method (only this time save the link).
Is there something I'm overlooking or am I left to create my own method for obtaining?
In the case of the latter which method seems better:
Poll the itemdesc of each item as I need it and steal the image link from that
-OR-
Whenever I encounter an image in game, check the item against a file, and add it if it's not there, and in the case that I attempt to use the image before ever seeing it in game, revert to the first method (only this time save the link).