Whats the method so in Arco's Pk Tournament you cant use certain skills and when you die you get teleported to somewhere straight away?
else if (AttackType == 24)
bool EnoughArrows = true;
if (GC.MyChar.InPKT)
{
if (SkillId == 1045 || SkillId == 1055) { }
else
return;
}