1st Anniversary Ring
| Item ID | 490147 | Name | 1st Anniversary Ring |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Anniversary_Ring_1TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | 99 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAllStats,2; bonus bMdef,5; bonus bBaseAtk,25; bonus bMatk,25; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bStr) >= 120) {
bonus bAtkRate,8;
bonus2 bAddSize,Size_All,8;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bStr) >= 120) {
bonus bAtkRate,8;
bonus2 bAddSize,Size_All,8;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bAgi) >= 120) {
bonus bAspdRate,4;
bonus bCritAtkRate,15;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bAgi) >= 120) {
bonus bAspdRate,4;
bonus bCritAtkRate,15;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bVit) >= 120) {
bonus bMaxHPrate,8;
bonus bDelayrate,8;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bVit) >= 120) {
bonus bMaxHPrate,8;
bonus bDelayrate,8;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bInt) >= 120) {
bonus bMatkRate,8;
bonus2 bMagicAtkEle,Ele_All,8;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bInt) >= 120) {
bonus bMatkRate,8;
bonus2 bMagicAtkEle,Ele_All,8;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bDex) >= 120) {
bonus bAtkRate,8;
bonus bLongAtkRate,5;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bDex) >= 120) {
bonus bAtkRate,8;
bonus bLongAtkRate,5;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bDex) >= 120) {
bonus bCritAtkRate,10;
bonus bAspd,1;
}
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
if (readparam(bDex) >= 120) {
bonus bCritAtkRate,10;
bonus bAspd,1;
}
}
|