Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Royal Revolver [2]   [Two Handed]   Item ID# 32304 (R_Revolver)
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
70
Attack
150
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
This gun was smuggled into the Glastheim Castle.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

Increases long range physical damage by 15%.
For each refine level: ATK +4.

Refine Level +9:
Increases damage of Fire Dance by 20%.

Refine Level +11:
Decreases Heat Barrel skill cooldown by 5 second.
Increases physical damage against Undead and Angel race monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30.
Physical attacks have a chance to increase long range physical damage by additional 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases physical damage against Holy and Undead elemental enemies by 20%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,15; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"RL_FIREDANCE",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"RL_HEAT_BARREL",-5000; } },{},{}
Dropped By No Result

Royal Sage Book [2]   [One Hand]   Item ID# 28636 (R_Sage_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
100
Attack
90
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
A magical book used by Glastheim Scholars.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

Indestructible in battle

MATK +170.
Increases Wind and Water elemental magical damage by 5%.

For each refine level: MATK +4.

Refine Level +9:
Increases damage of Varetyr Spear and Diamond Dust by 20%.

Refine Level +11:
Increases magical damage against Undead and Angel race monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
MATK +30.
Physical attacks have a chance to increase long range physical damage by additional 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases magical damage against Holy and Undead elemental enemies by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Wind,5; bonus2 bMagicAtkEle,Ele_Water,5; bonus bMatk,170; bonus bUnbreakableWeapon; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"SO_DIAMONDDUST",20; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",20; } if (.@r>=11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Scroll    Item ID# 12747 (Royal_Scroll)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
Use this item to reduce Boss monsters damage by 5% for 30 minutes. This effect persists through death.
Item Script
{},{},{}
Dropped By No Result

Royal Secret Box    Item ID# 9932 (Royal_Secret_Box)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
A box containing secret royal items.
Item Script
{ getgroupitem(IG_ROYAL_SECRET_BOX); },{},{}
Dropped By No Result

Royal Syringe [2]   [One Hand]   Item ID# 32402 (R_Syringe)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
150
Attack
210
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Genetic
Description
A laboratory syringes used in the Glastheim Institute.
It was made to heal people, but it is influenced by the magical power of Himmelmez.

Indestructible in battle

ATK +5%.
Every Refine Level, increases long range physical damage by 1%.

Refine Level +9:
Increases damage of Cart Cannon and Spore Explosion by 20%.

Refine Level +11:
Increases physical damage against Undead and Angel race monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30.
Physical attacks have a chance to increase long range physical damage by additional 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases physical damage against Holy and Undead elemental enemies by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,5; bonus bUnbreakableWeapon; bonus bLongAtkRate,.@r; if (.@r>=9) { bonus2 bSkillAtk,"GN_CARTCANNON",20; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Whip [2]   [One Hand]   Item ID# 26216 (R_Wheep)
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
100
Attack
100
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Minstrel / Wanderer
Description
A ceremonial whip used by the Glastheim Dancers.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

MATK +180.
Increases Neutral elemental magic damage by 5%.
For each refine level: MATK +4.

Indestructible in battle

Refine Level +9:
Increases damage of Reverberation and Metallic Sound by 20%.
Decreases Metallic Sound skill cooldown by 1 second.

Refine Level +11:
Increases magical damage against Undead and Angel monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
MATK +30.
Magical attacks have a chance to increase Neutral elemental magic damage by additional 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases magical damage against Holy and Undead elemental enemies by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Neutral,10; bonus bMatk,180; bonus bUnbreakableWeapon; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bSkillCooldown,"WM_METALICSOUND",-1000; bonus2 bSkillAtk,"WM_METALICSOUND",20; bonus2 bSkillAtk,"WM_REVERBERATION",20; } if (.@r>=11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; bonus2 bSkillCooldown,"WM_METALICSOUND",-1000; } },{},{}
Dropped By No Result

RSX-0806 Card [Armor]   Item ID# 4342 (Rsx_0806_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mammoth
Description
Cannot be knocked back.
VIT + 3
Make an armor indestructible (except in upgrade attempts).
Item Script
{ bonus bVit,3; bonus bUnbreakableArmor; bonus bNoKnockback; },{},{}
Dropped By

RTC 2nd Winner Hat [1]   [Middle Head]   Item ID# 18516 (RTC_2nd_Headgear)
RMSC 2011 1st Runner Helm
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A headgear for the 2nd place winner of the RTC event.

All stats +3.
Can see hidden players and monsters.
Reduces damage taken from Demihuman monster by 10%.
When receiving physical attack, has a chance to inflict Curse on the enemy.
Item Script
{ bonus bAllStats,3; bonus bIntravision; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; bonus2 bAddEff,Eff_Curse,50; },{},{}
Dropped By No Result

RTC 3rd Winner Hat [1]   [Middle Head]   Item ID# 18517 (RTC_3rd_Headgear)
RMSC 2011 2nd Runner Helm
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A headgear for the 3rd place winner of the RTC event.

All stats +1.
Can see hidden players and monsters.
Reduces damage taken from Demihuman monster by 5%.
When receiving physical attack, has a chance to inflict Curse on the enemy.
Item Script
{ bonus bAllStats,1; bonus bIntravision; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bAddEff,Eff_Curse,50; },{},{}
Dropped By No Result

RTC First Place [1]   [Upper Head]   Item ID# 5603 (RTC_Winner_Only)
pRO Blue Angel Crown
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
25
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A legendary helmet,will be awarded to the First Best warrior.
All Stats +3, ASPD +10%.
Reduces fixed cast time by 0.5 sec. (not implemented yet)
Increases physical and magical damage inflicted on Demihuman monsters by 10%.
Indestructible
Item Script
{ bonus bAllStats,3; bonus bAspdRate,10; bonus bFixedCast,-500; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bMagicAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; bonus2 bMagicAddRace,RC_Player_Human,10; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

RTC Second Place [1]   [Upper Head]   Item ID# 5604 (RTC_Second_Best)
pRO Pink Angel Crown
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
25
Defense
6
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A legendary helmet,will be awarded to Second Best warrior.
All Stats +2, ASPD +7%.
Reduces fixed cast time by 0.3 sec. (not implemented yet)
Increases physical and magical damage inflicted on Demihuman monsters by 5%.
Indestructible
Item Script
{ bonus bAllStats,2; bonus bAspdRate,7; bonus bFixedCast,-300; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bMagicAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player_Human,5; bonus2 bMagicAddRace,RC_Player_Human,5; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

RTC Third Place [1]   [Upper Head]   Item ID# 5605 (RTC_Third_Best)
pRO Violet Angel Crown
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
25
Defense
4
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A legendary helmet,will be awarded to third Best warrior.
All Stats +1, ASPD 5%.
Reduces fixed cast time by 0.1 sec. (not implemented yet)
Increases physical and magical damage inflicted on Demihuman monsters by 3%.
Indestructible
Item Script
{ bonus bAllStats,1; bonus bAspdRate,5; bonus bFixedCast,-100; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bMagicAddRace,RC_DemiHuman,3; bonus2 bAddRace,RC_Player_Human,3; bonus2 bMagicAddRace,RC_Player_Human,3; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

« First < 8788899091929394959697 > Last »
back to top