Equipment Problem

01/23/2013 20:36 magnon#1
#Removed
01/23/2013 21:03 go for it#2
because simply the
client.Equipment.Remove(5);
doesn't allow archer to use arrow on the 5th pos.
so simply add a check
Code:
if(item is not arrow)
{
                        client.Equipment.Remove(5);
}
else just let them wear it
01/23/2013 21:09 magnon#3
thank 4 ur help but can u give me full code sorry :)
01/23/2013 23:30 JohnHeatz#4
Quote:
Originally Posted by magnon View Post
#Removed
#Closed