viewing paste Unknown #1603 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
set .@var1, getrefine();
switch(.@var1) {
    // 0 means no refine yet
    case 0:
        bonus bStr,12; 
                bonus bAgi,10;
                bonus bInt,10; 
                bonus bDex,10; 
                ....
                break;
    case 1:
        bonus bStr,12; 
                bonus bAgi,10;
                bonus bInt,10; 
                bonus bDex,10; 
                ....
                break;
}
Viewed 717 times, submitted by Guest.