i need to can't wear katana with kenief for Assasint
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Quote:
so make remove code to check if class is archer and if right hand is knife and left hand isn't knife remove.
so make remove code to check if class is archer and if right hand is knife and left hand isn't knife remove.
if (client.Entity.Class >= 40 && client.Entity.Class <= 45)
{
if (client.Equipment.TryGetItem(24) != null && client.Equipment.TryGetItem(24).ID >= 601000 && client.Equipment.TryGetItem(24).ID <= 612439)
{
client.Equipment.Remove(24);
}
Try ThisQuote:
but not work for me any idea what code i have to use?Code:if (client.Entity.Class >= 40 && client.Entity.Class <= 45) { if (client.Equipment.TryGetItem(24) != null && client.Equipment.TryGetItem(24).ID >= 601000 && client.Equipment.TryGetItem(24).ID <= 612439) { client.Equipment.Remove(24); }
u can add me | this is my real one(yahoo)Quote:
thanks alot Abdo i wana add you but i think this yahoo fake :) but the problem still there :(
i think i put codes at wrong place it's can't workQuote:
something like thisQuote:
i think i put codes at wrong place it's can't work