Quote: Originally Posted by f0am if LOTF .. go here public void GetEquipStats(byte Pos, bool UnEquip)
ushort RBPot = 0; if (RBCount == 1) RBPot = 5; if (RBCount == 2) RBPot = 10; ushort AddPotency = (ushort)(SockPot + ItemPlus + QualityPot + RBPot);
Quote: Originally Posted by killermickle Have, i tried using this but it wont work... Do i need some packets or something... Code: ushort RBPot = 0; if (RBCount == 1) RBPot = 5; if (RBCount == 2) RBPot = 10; ushort AddPotency = (ushort)(SockPot + ItemPlus + QualityPot + RBPot);