NosBasar

03/24/2020 12:36 PhysicMind#1
Right click on Item Type Equip gives index out of bound on NosBasar. Act 7 parsed.
03/24/2020 15:17 Zoro889#2
i solved with thiss

UserInterfaceHelper:

copy paste : info = (bzlink.Item.Item.EquipmentSlot != EquipmentType.Sp ?
bzlink.Item?.GenerateEInfo() : bzlink.Item.Item.SpType == 0 && bzlink.Item.Item.ItemSubType == 4 ?
bzlink.Item?.GeneratePslInfo() : bzlink.Item?.GenerateSlInfo()).Replace(' ', '^').Replace("slinfo^", "").Replace("e_info^", "");
info = "0|0|" + info;