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

Santa Claus Boots [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 20
Weight: 500
Slots: 1
Armor level: 2
Required level: 130

Equipment Slots

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

Basic Information

Armor
500
20

Requirements

2
130

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); bonus2 bAddRace,RC_All,3*(.@r/3); bonus2 bMagicAddRace,RC_All,3*(.@r/3); if (.@r>=7) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bFixedCast,-500; if (.@r>=13) { autobonus "{ bonus bLuk,200; bonus2 bDropAddRace,RC_All,10; bonus2 bExpAddRace,RC_All,10; }",10,5000,BF_WEAPON|BF_MAGIC,"{ active_transform 1247,5000; }"; } } } if (.@g>=ENCHANTGRADE_D) { bonus bBaseAtk,100; bonus bMatk,100; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus2 bExpAddRace,RC_All,8; if (.@g>=ENCHANTGRADE_A) { bonus2 bDropAddRace,RC_All,8; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus2 bAddRace,RC_All,3*(.@r/3);
bonus2 bMagicAddRace,RC_All,3*(.@r/3);
if (.@r>=7) {
   bonus bShortAtkRate,10;
   bonus bLongAtkRate,10;
   bonus2 bMagicAtkEle,Ele_All,10;
   if (.@r>=11) {
       bonus bFixedCast,-500;
       if (.@r>=13) {
            autobonus "{ bonus bLuk,200; bonus2 bDropAddRace,RC_All,10; bonus2 bExpAddRace,RC_All,10; }",10,5000,BF_WEAPON|BF_MAGIC,"{ active_transform 1247,5000; }";
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bBaseAtk,100;
   bonus bMatk,100;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bFixedCast,-300;
       if (.@g>=ENCHANTGRADE_B) {
            bonus2 bExpAddRace,RC_All,8;
            if (.@g>=ENCHANTGRADE_A) {
                bonus2 bDropAddRace,RC_All,8;
            }
       }
   }
}
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.