Hello all i am having trouble getting all the #'s in the drop group to show up as actual item names so i can get rid of the crappy basic stones and the card drops and change a few other things. I am using this to search trough it,
Code:
SELECT ITEM.drop_item_id_00, STRING.value
FROM Arcadia.dbo.DropGroupResource ITEM, Arcadia.dbo.StringResource STRING
WHERE item.drop_item_id_00 = string.code
-- replace the 00 with #'s 00 through 05
ORDER BY value ASC
and it ONLY brings up 1749 items of the total 4264 and from what i can tell so far from id_00 to id_05 its same items in sets of 10 and all seem to be armor and weapons.
Looking for any comments or help on this issue or a easier search option.
Thanks in advance and thanks for your time reading this.