viewing paste Unknown #1600 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
function    script  F_DFallen_Wings {  
    if(getrefine()==0){ bonus bStr,12; bonus bAgi,10; bonus bInt,10; bonus bDex,10; bonus bLuk,10; bonus bFlee,30; bonus bMaxSPrate,8; bonus bMaxHPrate,10; bonus bHit,30;} 
    else if(getrefine()==1){ bonus bStr,15; bonus bAgi,11; bonus bInt,10; bonus bDex,10; bonus bLuk,12; bonus bFlee,40; bonus bMaxHPrate,10; bonus bHit,30;} 
    else if(getrefine()==2){ bonus bStr,15; bonus bAgi,12; bonus bInt,12; bonus bDex,12; bonus bLuk,12; bonus bFlee,40; bonus bMaxHPrate,12; bonus bHit,40;}
    else if(getrefine()==3){ bonus bStr,15; bonus bAgi,13; bonus bInt,12; bonus bDex,13; bonus bLuk,13; bonus bFlee,40; bonus bMaxHPrate,12; bonus bHit,40;} 
    else if(getrefine()==4){ bonus bStr,18; bonus bAgi,14; bonus bInt,13; bonus bDex,15; bonus bLuk,13; bonus bFlee,50; bonus bMaxHPrate,13; bonus bHit,50;} 
    else if(getrefine()==5){ bonus bStr,18; bonus bAgi,15; bonus bInt,15; bonus bDex,16; bonus bLuk,15; bonus bFlee,60; bonus bMaxHPrate,14; bonus bHit,60;} 
    else if(getrefine()==6){ bonus bStr,18; bonus bAgi,18; bonus bInt,17; bonus bDex,16; bonus bLuk,16; bonus bFlee,70; bonus bMaxHPrate,15; bonus bHit,60;} 
    else if(getrefine()==7){ bonus bStr,20; bonus bAgi,18; bonus bInt,17; bonus bDex,16; bonus bLuk,18; bonus bFlee,80; bonus bMaxHPrate,16; bonus bHit,60;} 
    else if(getrefine()==8){ bonus bStr,22; bonus bAgi,18; bonus bInt,17; bonus bDex,18; bonus bLuk,18; bonus bFlee,90; bonus bMaxHPrate,17; bonus bHit,80; bonus2 bAddRace,RC_DemiHuman,5;}
    else if(getrefine()==9){ bonus bStr,25; bonus bAgi,20; bonus bInt,25; bonus bDex,18; bonus bLuk,20; bonus bFlee,100; bonus bMaxHPrate,18; bonus bHit,100; bonus2 bAddRace,RC_DemiHuman,8;} 
    else if(getrefine()>9){ bonus bStr,30; bonus bAgi,20; bonus bInt,30; bonus bDex,20; bonus bLuk,25; bonus bFlee,100; bonus bMaxHPrate,18; bonus bHit,150; bonus2 bAddRace,RC_DemiHuman,15;}
    return;
}
Viewed 855 times, submitted by cawogeek.