Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int GetIsTryingToBeMystic(object oTarget){
- if(GetLevelByClass(69, oTarget) <= 0){
- return FALSE;
- }
- int nCnt = 0;
- int n;
- for(n=0;n<4;n++){
- if(GetHasFeat(3300+n,oTarget,FALSE))
- nCnt++;
- }
- return nCnt > 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement