Trying to find the equipment type during trade
Trying to find the equipment type during trade
I'm trying to set up a automated augment NPC, to which you can trade items to get certain augments on their items. However, I want only certain augments to be available for certain equipment slots. For example: adding Critical Hit Chance + augment can only be added to the Body slot and Hand slot or something like that. Or Weapon Skill Dmg + can only be added to weapons, not armor. Is there any method for doing this? I've tried trade:getEquipId(), trade:getEquipID(), trade:getSlotId(), etc... everything I can think of, but I can't find a way to distinguish between which equipment slot type the item is.