How can I make Professors to be able to dispel enemies wearing GTB with chance, let's say 30% chance to dispel an enemy even though he is wearing GTB. I checked the SA_DISPELL in skill.c and I think this is where the part where it won't dispel those who has GTB if(status_isimmune(bl) || !tsc || !tsc->count) break;