.:Renewal Item Database:.
Items Listed From A-Z
Type
Weapon
Class
Bow
Buy
20z
Sell
10z
Weight
60 Attack
114 Weapon Lvl 3 Slot 1 Range 5 | |
Applicable Jobs | Archer Hunter Rogue Bard / Dancer |
---|---|
Description | A certified kingdom equipment for adventurer. Increase ATK by (Refine*Refine*1.25). |
Item Script | { bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30 Defense
60 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: Every 1 refine level, MaxSP +2%. |
Item Script | { if (BaseLevel<100) { bonus bMaxSPrate,2*getrefine(); } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
27 Attack
52 Weapon Lvl 3 Slot 1 | |
Applicable Jobs | Novice Swordman Merchant Thief Knight Blacksmith Assassin Supernovice Crusader Rogue Alchemist |
---|---|
Description | A certified kingdom equipment for adventurer. Increase ATK by (Refine*Refine*1.25) |
Item Script | { bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
30 Defense
20 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: Exp gained +4%. Every 2 refine level: DEX +1. |
Item Script | { .@r = getrefine(); if (BaseLevel<100) { bonus2 bExpAddRace,RC_All,4; bonus bDex,.@r/2; } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Garment
Buy
32000z
Sell
16000z
Weight
30 Defense
20 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: Exp gained +4%. Every 2 refine level, CRIT +2. |
Item Script | { .@r = getrefine(); if (BaseLevel<100) { bonus2 bExpAddRace,RC_All,4; bonus bCritical,2*(.@r/2); } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30 Defense
60 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: Every 1 refine level, DEF +12. |
Item Script | { if (BaseLevel<100) { bonus bDef,12*getrefine(); } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
50 Attack
95 Weapon Lvl 3 Slot 1 | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | A certified kingdom equipment for adventurer. Increase ATK by (Refine*Refine*1.25) |
Item Script | { bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
30 Defense
20 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: Exp gained +4%. Every 2 refine level: INT +1. |
Item Script | { .@r = getrefine(); if (BaseLevel<100) { bonus2 bExpAddRace,RC_All,4; bonus bInt,.@r/2; } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Garment
Buy
32000z
Sell
16000z
Weight
30 Defense
20 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: Exp gained +4% Every 2 refine level, reduces SP cost by 1%. |
Item Script | { .@r = getrefine(); if (BaseLevel<100) { bonus2 bExpAddRace,RC_All,4; bonus bUseSPrate,-(.@r/2); } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
65 Attack
123 Weapon Lvl 3 Slot 1 | |
Applicable Jobs | Assassin |
---|---|
Description | A certified kingdom equipment for adventurer. Increase ATK by (Refine Level * Refine Level * 1.25). |
Item Script | { bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
40 Attack
76 Weapon Lvl 3 Slot 1 | |
Applicable Jobs | Novice Swordman Acolyte Merchant Knight Priest Blacksmith Supernovice Crusader Monk Alchemist |
---|---|
Description | A certified kingdom equipment for adventurer. Increase ATK by (Refine*Refine*1.25). |
Item Script | { bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
30 Defense
45 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | A certified kingdom equipment for adventurer. When base level is below 100: STR +2 Experience gained from monster +4%. Every 2 refine levels, MaxHP +2%. |
Item Script | { .@r = getrefine(); if (BaseLevel<100) { bonus2 bExpAddRace,RC_All,4; bonus bStr,2; bonus bMaxHPrate,2*(.@r/2); } },{},{} |
Dropped By | No Result |