0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #15830 Armor

Germes's Horn [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 20
Weight: 300
Slots: 1
Armor level: 1
Required level: 50

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
300
20

Requirements

1
50

Scripts

.@r = getrefine(); if (BaseJob == Job_Assassin) { bonus bBaseAtk,2*(readparam(bStr)/9); bonus bMatk,2*(readparam(bInt)/9); if (.@r>=7) { bonus bDef,10; bonus bMdef,15; bonus2 bSkillAtk,"AS_GRIMTOOTH",20; if (.@r>=8) { bonus bDelayrate,-10; bonus2 bSkillUseSP,"ASC_EDP",10; if (.@r>=9) { bonus bCritical,10; bonus bCritAtkRate,10; if (.@r>=10) { bonus bAllStats,2; bonus bMaxHPrate,3; bonus bMaxSPrate,3; } } } } } else if (BaseJob == Job_Rogue) { bonus bBaseAtk,2*(readparam(bStr)/9); bonus bMatk,2*(readparam(bInt)/9); if (.@r>=7) { bonus bDef,10; bonus bMdef,15; bonus2 bMagicAtkEle,Ele_Neutral,5; if (.@r>=8) { bonus bMatk,30; bonus bDelayrate,-10; if (.@r>=9) { bonus bFlee,30; bonus2 bMagicAtkEle,Ele_Neutral,10; if (.@r>=10) { bonus bAllStats,2; bonus bMaxHPrate,3; bonus bMaxSPrate,3; } } } } }
.@r = getrefine();
if (BaseJob == Job_Assassin) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bSkillAtk,"AS_GRIMTOOTH",20;
       if (.@r>=8) {
           bonus bDelayrate,-10;
           bonus2 bSkillUseSP,"ASC_EDP",10;
           if (.@r>=9) {
               bonus bCritical,10;
               bonus bCritAtkRate,10;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}
else if (BaseJob == Job_Rogue) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bMagicAtkEle,Ele_Neutral,5;
       if (.@r>=8) {
           bonus bMatk,30;
           bonus bDelayrate,-10;
           if (.@r>=9) {
               bonus bFlee,30;
               bonus2 bMagicAtkEle,Ele_Neutral,10;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.