.:Renewal Item Database:.
Items Listed From A-Z
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Rune Knight |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: ATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For every 2 Levels of Two-Handed Quicken: critical damage +5%. Refine Level +11: Indestructible in battle Physical attacks have a chance to autocast Level 5 Double Attack. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bCritAtkRate,5*getskilllv("KN_TWOHANDQUICKEN"); if (.@r>=11) { bonus bUnbreakableWeapon; skill "TF_DOUBLE",5; } },{},{} |
Dropped By | No Result |
Racing Cap (Shadow Chaser) [1] [Upper Head] Item ID# 19192 (Racing_C_Chaser) Racing Cap(Shadow Chaser) | |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Shadow Chaser |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: MATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For each Level of Plagiarism: MATK +5. Refine Level +11: Physical attacks have a chance to autocast Level 5 Mystical Amplification. |
Item Script | { .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bMatk,5*getskilllv("RG_PLAGIARISM"); if (.@r>=11) bonus3 bAutoSpell,"HW_MAGICPOWER",5,30; /* Unknow Rates */ },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Sorcerer |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: MATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For each Level of Auto Spell: Increases damage of Thunderstorm and Fire Ball by 5%. Refine Level +11: Increases damage of Lightning Bolt and Fire Bolt by 50%. |
Item Script |
expand to view script{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) { bonus2 bSkillAtk,"MG_THUNDERSTORM",5*getskilllv("SA_AUTOSPELL"); bonus2 bSkillAtk,"MG_FIREBALL",5*getskilllv("SA_AUTOSPELL"); } if (.@r>=11) { bonus2 bSkillAtk,"MG_FIREBOLT",50; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",50; } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Soul Linker |
---|---|
Description | This item can not be traded with other accounts. A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 Refine Levels: MATK +10. For each 3 Refine Levels: Variable cast time -2%. Refine Level +8: For each Level of Happy Break: MaxSP +100. Refine Level +11: Using Esma Increases damage of Espa and Eswhoo by 30% for 10 seconds. |
Item Script | { .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bMaxSP,100*getskilllv("TK_SPTIME"); if (.@r>=11) autobonus3 "{ bonus2 bSkillAtk,\"SP_SPA\",30; bonus2 bSkillAtk,\"SP_SWHOO\",30; }",1000,10000,"SL_SMA"; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Star Gladiator |
---|---|
Description | This item can not be traded with other accounts. A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 Refine Levels: ATK +10 For each 3 Refine Levels: ASPD +2% (Decreases after attack delay by 2%). Refine Level +8: For each Level of Peaceful Break: ATK +5. Refine Level +11: Using Prominence Kick increases damage of Solar Burst by 30% for 10 seconds. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bBaseAtk,5*getskilllv("TK_HPTIME"); if (.@r>=11) autobonus3 "{ bonus2 bSkillAtk,\"SJ_SOLARBURST\",30; }",1000,10000,"SJ_PROMINENCEKICK"; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Summoner Spirit Handler |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: ATK and MATK +5. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For each Level of Lunatic Carrot Beat: Decreases Spirit of Savage skill cooldown by 4 seconds. For each Level of Catnip Meteor: Decreases Nyang Grass skill cooldown by 8 seconds. For each Level of Bunch of Shrimp: Decreases Tasty Shrimp Party skill cooldown by 4 seconds. Refine Level +11: Decreases after skill cast delay of all skills by 15%. |
Item Script |
expand to view script{ .@r = getrefine(); bonus bBaseAtk,5*(.@r/2); bonus bMatk,5*.@r/2; bonus bAspdRate,2*(.@r/3); if (.@r>=8) { bonus2 bSkillCooldown,"SU_SVG_SPIRIT",-4000*getskilllv("SU_LUNATICCARROTBEAT"); bonus2 bSkillCooldown,"SU_NYANGGRASS",-8000*getskilllv("SU_CN_METEOR"); bonus2 bSkillCooldown,"SU_BUNCHOFSHRIMP",-4000*getskilllv("SU_FRESHSHRIMP"); } if (.@r>=11) bonus bDelayrate,-15; },{},{} |
Dropped By | No Result |
Racing Cap (Super Novice) [1] [Upper Head] Item ID# 19204 (Racing_C_Super) Classic Giant Flywing 50 Box | |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Novice Supernovice |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: ATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For every 2 Level of Double Attack: critical damage +10%. Refine Level +11: ASPD +1, Additional ATK +20. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bCritAtkRate,10*getskilllv("TF_DOUBLE"); if (.@r>=11) { bonus bAspd,1; bonus bBaseAtk,20; } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Shura |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: ATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For each Level of Combo Finish: Decreases SP Consumption of Rampage Blaster by 1. Refine Level +11: Increases damage of Rampage Blaster by 30%. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus2 bSkillUseSP,"SR_KNUCKLEARROW",getskilllv("MO_COMBOFINISH"); if (.@r>=11) bonus2 bSkillAtk,"SR_KNUCKLEARROW",50; },{},{} |
Dropped By | No Result |
Racing Cap (Wanderer) [1] [Upper Head] Item ID# 19201 (Racing_C_Wander) Classic Battle Manual 10 Box | |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 Gender Female Only | |
Applicable Jobs | Minstrel / Wanderer |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: ATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For each Level of Dancing Lesson: ATK +5. Refine Level +11: Physical attacks have a chance to auto-cast Level 2Reverberation. (If you learned a higher Level, it will be auto-cast the Level you learned). |
Item Script | { .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bBaseAtk,5*getskilllv("DC_DANCINGLESSON"); if (.@r>=11) bonus3 bAutoSpell,"WM_REVERBERATION",max(2,getskilllv("WM_REVERBERATION")),50; /* Unknow rates*/ },{},{} |
Dropped By | No Result |
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Warlock |
---|---|
Description | A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race. For each 2 refine levels: MATK +10. For each 3 refine levels: ASPD +2% (After attack delay -2%). Refine Level +8: For each Level of Meteor Storm and Lord of Vermillion: Decreases 009900Tetra Vortex skill cooldown by 0.5 seconds. Refine Level +11: Decreases variable cast time of Mystical Amplification by 50%. (However, it does not overlap with the Casting Time Reduction of Staff of Destruction.) |
Item Script | { .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus2 bSkillCooldown,"WL_TETRAVORTEX",-500*(getskilllv("WZ_METEOR")+getskilllv("WZ_VERMILION")); if (.@r>=11) bonus2 bFixedCastrate,"HW_MAGICPOWER",-50; },{},{} |
Dropped By | No Result |
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1 | |
Description | A mysterious cube that refines Racing Caps to +11. [Target Items] Racing Cap(Mechanic), Racing Cap(Genetic), Racing Cap(Guillotine Cross), Racing Cap(Shadow Chaser), Racing Cap(Warlock), Racing Cap(Sorcerer), Racing Cap(Rune Knight), Racing Cap(Royal Guard), Racing Cap(Archbishop), Racing Cap(Sura), Racing Cap(Ranger), Racing Cap(Minstrel), Racing Cap(Wanderer), Racing Cap(Gunslinger), Racing Cap(Ninja), Racing Cap(Super Novice), Racing Cap(Summoner), Racing Cap(Star Gladiator), Racing Cap(Soul Linker) |
---|---|
Item Script | { laphine_upgrade(); },{},{} |
Dropped By | No Result |
Racing Shoes [1] [Footgear] Item ID# 22257 (aegis_22257) | |
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
40 Defense
10 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | Not Available [iRO Description] Not Available |
Item Script | { .@r = getrefine(); bonus bAspdRate,10; if (.@r>=10) bonus bFixedCast,-300; if (.@r>=12) bonus bFixedCast,-200; },{},{} |
Dropped By | No Result |