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 #410136 Armor

Raven Of Tomb

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 10
Weight: 10
Armor level: 1
Required level: 100

Basic Information

Armor
10
10

Requirements

1
100

Scripts

if (readparam(bStr) >= 100) { bonus2 bAddClass,Class_All,4; bonus bHit,10; if (readparam(bStr) >= 120) { bonus2 bAddClass,Class_All,6; bonus bHit,10; } } if (readparam(bInt) >= 100) { bonus bMatkRate,4; bonus2 bMagicAtkEle,Ele_All,4; if (readparam(bInt) >= 120) { bonus bMatkRate,6; bonus2 bMagicAtkEle,Ele_All,6; } } if (readparam(bDex) >= 100) { bonus bDelayrate,-3; bonus bCritical,4; if (readparam(bDex) >= 120) { bonus bDelayrate,-3; bonus bCritical,6; } } if (readparam(bVit) >= 100) { bonus bMaxHPrate,4; bonus bAspdRate,4; if (readparam(bVit) >= 120) { bonus bMaxHPrate,4; bonus bAspdRate,4; } } if (readparam(bLuk) >= 100) { bonus bBaseAtk,20; bonus bMatk,20; if (readparam(bLuk) >= 120) { bonus bBaseAtk,40; bonus bMatk,40; } } if (readparam(bAgi) >= 100) { bonus bFlee,10; bonus bCritAtkRate,7; if (readparam(bAgi) >= 120) { bonus bFlee,10; bonus bCritAtkRate,7; } }
if (readparam(bStr) >= 100) {
   bonus2 bAddClass,Class_All,4;
   bonus bHit,10;
   if (readparam(bStr) >= 120) {
      bonus2 bAddClass,Class_All,6;
      bonus bHit,10;
   }
}
if (readparam(bInt) >= 100) {
   bonus bMatkRate,4;
   bonus2 bMagicAtkEle,Ele_All,4;
   if (readparam(bInt) >= 120) {
      bonus bMatkRate,6;
      bonus2 bMagicAtkEle,Ele_All,6;
   }
}
if (readparam(bDex) >= 100) {
   bonus bDelayrate,-3;
   bonus bCritical,4;
   if (readparam(bDex) >= 120) {
      bonus bDelayrate,-3;
      bonus bCritical,6;
   }
}
if (readparam(bVit) >= 100) {
   bonus bMaxHPrate,4;
   bonus bAspdRate,4;
   if (readparam(bVit) >= 120) {
      bonus bMaxHPrate,4;
      bonus bAspdRate,4;
   }
}
if (readparam(bLuk) >= 100) {
   bonus bBaseAtk,20;
   bonus bMatk,20;
   if (readparam(bLuk) >= 120) {
      bonus bBaseAtk,40;
      bonus bMatk,40;
   }
}
if (readparam(bAgi) >= 100) {
   bonus bFlee,10;
   bonus bCritAtkRate,7;
   if (readparam(bAgi) >= 120) {
      bonus bFlee,10;
      bonus bCritAtkRate,7;
   }
}
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.