Exotic Temporal Boots

Item ID 22202 Name Exotic Temporal Boots
None
Weapon Level 0 Identifier Temporal_Boots_TW
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,15;
if (.@r>=10) {
   bonus bAllStats,2;
   if (readparam(bStr)>=108)
      bonus bBaseAtk,50;
   if (readparam(bAgi)>=108)
      bonus bAspd,1;
   if (readparam(bVit)>=108)
      bonus bMaxHPrate,8;
   if (readparam(bInt)>=108)
      bonus bMatk,60;
   if (readparam(bDex)>=108) {
      bonus bFixedCast,-500;
      bonus bLongAtkRate,5;
   }
   if (readparam(bLuk)>=108)
      bonus bCriticalRate,30;
}

Set Script
Gigant Snake Skin
Exotic Temporal Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Gigant Snake Skin
Exotic Temporal Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Temporal Ring
Exotic Temporal Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Exotic Temporal Ring
Exotic Temporal Boots
bonus bMdef,5;
if (readparam(bStr) >= 120) {
   bonus bAtkRate,8;
   bonus2 bAddSize,Size_All,8;
}
if (readparam(bAgi) >= 120) {
   bonus bAspdRate,4;
   bonus bCritAtkRate,15;
}
if (readparam(bVit) >= 120) {
   bonus bMaxHPrate,8;
   bonus bDelayrate,-8;
}
if (readparam(bInt) >= 120) {
   bonus bMatkRate,8;
   bonus2 bMagicAtkEle,Ele_All,8;
}
if (readparam(bDex) >= 120) {
   bonus bLongAtkRate,5;
   bonus bAtkRate,8;
}
if (readparam(bLuk) >= 120) {
   bonus bCritAtkRate,10;
   bonus bAspd,1;
}
Exotic Temporal Manteau
Exotic Temporal Boots
.@r = getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES);
if (.@r >= 22) {
   if (readparam(bStr) >= 108)
      bonus bBaseAtk,50;
   if (readparam(bAgi) >= 108)
      bonus bAspd,1;
   if (readparam(bVit) >= 108)
      bonus bDelayrate,-5;
   if (readparam(bInt) >= 108)
      bonus bMatk,50;
   if (readparam(bDex) >= 108)
      bonus bLongAtkRate,7;
   if (readparam(bLuk) >= 108)
      bonus bCritAtkRate,7;
}
Exotic Temporal Boots
Exotic Temporal Armor
.@r = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES);
bonus bBaseAtk,80;
bonus bMatk,80;
if (.@r>=22) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
   bonus2 bIgnoreMdefRaceRate,RC_Brute,20;
   bonus2 bIgnoreMdefRaceRate,RC_Demon,20;
}
Exotic Temporal Boots
Exotic Temporal Armor
Exotic Temporal Manteau
.@r = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES);
if (.@r>=27)
   bonus bDelayrate,-5;
if (.@r>=37)
   bonus bDelayrate,-8;
Exotic Temporal Boots
[Not For Sale] Exotic Temporal Ring
if (readparam(bStr)>=120) {
   bonus bAtkRate,8;
   bonus2 bAddSize,Size_All,8;
}
if (readparam(bAgi)>=120) {
   bonus bAspdRate,4;
   bonus bCritAtkRate,15;
}
if (readparam(bVit)>=120) {
   bonus bMaxHPrate,8;
   bonus bDelayrate,-8;
}
if (readparam(bInt)>=120) {
   bonus bMatkRate,8;
   bonus2 bMagicAtkEle,Ele_All,8;
}
if (readparam(bDex)>=120) {
   bonus bLongAtkRate,5;
   bonus bAtkRate,8;
}
if (readparam(bLuk)>=120) {
   bonus bCritAtkRate,10;
   bonus bAspd,1;
}
Exotic Temporal Boots
Exotic Temporal Young Leaf
bonus2 bAddRace,RC_All,10;
bonus2 bMagicAddRace,RC_All,10;
Exotic Temporal Boots
Exotic Temporal Young Leaf
Exotic Temporal Armor
Exotic Temporal Manteau
bonus bShortAtkRate,8;
bonus bLongAtkRate,8;
bonus2 bMagicAtkEle,Ele_All,8;
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 39) {
   bonus bIgnoreDefRace,RC_All;
   bonus2 bIgnoreMdefRaceRate,RC_All,100;
}