viewing paste Unknown #6608 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
/*
 
    Author  Goddameit
    Version 2013/02/06
    Web http://bit.ly/MDuQ9F
 
*/
function    script  Minner_Main {
    if( getarg(0) == 2 )
    {
        undisguise;
        if( strcharinfo(3) == "manuk" )
            warp "SavePoint",0,0;
        end;
    }
    else if( strcharinfo(3) == "manuk" && getequipid(4) == 6010 && getequipid(1) == 5009 )
    {
        if( getarg(0) == 0 )
            disguise 1169;
        else if( getarg(0) == 1 )
        {
            set .@r, rand(1000);
            if( .@r < 700 )
                getitem 1002,1;
            else if( .@r >= 700 && .@r < 990 )
                getitem 757,1;
            else
                getitem 756,1;
            specialeffect2 154;
        }else
            ;
        return;
    }
    else
        ;
    return;
}
-   script  Minnerx -1,{
 
OnLill:
    set .@t,1;
 
OnInit:
    if(!.@t)set .@t,100;
    monster     "manuk",0,0,"--ja--",1907,.@t,"Minnerx::OnLill";
    end;
}
Viewed 774 times, submitted by Guest.