[Not For Sale] Exotic Temporal Boots
| Item ID | 22258 | Name | [Not For Sale] Exotic Temporal Boots |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_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 | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bMdef,15;
if (getrefine()>=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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bMaxHPrate,15; bonus bMaxSPrate,5; |
||||||||
|
bonus bMaxHPrate,15; bonus bMaxSPrate,5; |
||||||||
|
bonus2 bAddRace,RC_All,10; bonus2 bMagicAddRace,RC_All,10; |
||||||||
|
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;
}
|