Katana With Kenief

03/24/2013 08:25 magnon#1
i need to can't wear katana with kenief for Assasint
[Only registered and activated users can see links. Click Here To Register...]
03/24/2013 11:17 abdoumatrix#2
use something like this

03/26/2013 22:05 magnon#3
I'm already have this code before but this players wear this with fast equipment like 2 hand with one hand
03/27/2013 08:43 abdoumatrix#4
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.
03/27/2013 18:25 magnon#5
Quote:
Originally Posted by abdoumatrix View Post
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.
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);
                }
but not work for me any idea what code i have to use?
03/27/2013 19:18 abdoumatrix#6
Quote:
Originally Posted by magnon View Post
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);
                }
but not work for me any idea what code i have to use?
Try This

03/27/2013 19:53 magnon#7
thanks alot Abdo i wana add you but i think this yahoo fake :) but the problem still there :(
03/28/2013 12:09 abdoumatrix#8
Quote:
Originally Posted by magnon View Post
thanks alot Abdo i wana add you but i think this yahoo fake :) but the problem still there :(
u can add me | this is my real one(yahoo)

03/28/2013 18:17 magnon#9
Quote:
Originally Posted by abdoumatrix View Post
u can add me | this is my real one(yahoo)

i think i put codes at wrong place it's can't work
03/28/2013 19:06 abdoumatrix#10
Quote:
Originally Posted by magnon View Post
i think i put codes at wrong place it's can't work
something like this