viewing paste Unknown #17692 | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12
prontera,150,150,4  script  All Skill NPC   889,{
 
    mes "[ All Skill Npc ]";
    if (JobLevel < 70) {
        mes "Come back where you're job level is 70.";
    end;
    }
    
    mes "Okay.. I got you here you go...";
    atcommand "@skillall "+strcharinfo(0);
    end;
}
Viewed 943 times, submitted by Radian.