Renewal
.:Renewal Item Database:.
Weapon

Royal Knight's Lance [2]   [Two Handed]   Item ID# 26016 (T_Lance_Of_Kingdom)
Two handed Lnace of Kingdom
Type
Weapon
Class
Two-handed Spear
Buy
50000z
Sell
25000z
Weight
100
Attack
205
Required Lvl
175
Weapon Lvl
3
Slot
2
Range
3
Applicable Jobs
Rune Knight
Royal Guard
Description
A white lance used by honorable knight.

Every 2 refine levels, increases ranged physical attack by 3%.

Refine Level +7, ATK +5%.
Refine Level +9, increases physical damage inflicted on all monsters by 15%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,3*(.@r/2); if (.@r>=7) bonus bAtkRate,5; if (.@r>=9) bonus2 bAddRace,RC_All,15; },{},{}
Dropped By

Royal Knuckle [2]   [One Hand]   Item ID# 1870 (R_Knuckle)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
150
Attack
190
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Shura
Description
Knuckles used by Glastheim Monks.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

Increase long range physical damage by 15%.
For each refine level, ATK +4.

Refine Level +9:
Increases damage of Rampage Blaster by 20%.

Refine Level +11:
Decreases Rampage Blaster skill cooldown by 1 second.
Increases physical damage against Undead and Angel 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,"SR_RAMPAGEBLASTER",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; } },{},{}
Dropped By No Result

Royal Magician Dagger [2]   [One Hand]   Item ID# 28776 (R_Magician_Dagger)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
150
Attack
200
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Shadow Chaser
Description
A personal dagger used by Glastheim Mages.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

MATK +170, MATK +5%.
For each refine level: MATK +4.

Refine Level +9:
Increases Fire and Neutral elemental magic damage by 15%.

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.
Magical attacks have a chance to increase Fire and Neutral elemenetal 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
{ .@r = getrefine(); bonus bMatkRate,5; bonus bMatk,170; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Fire,15; } if (.@r>=11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Magician Staff [2]   [Two Handed]   Item ID# 2060 (R_Magician_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
150
Attack
100 / MATK 270
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A ceremonial staff used by the Glastheim Mages.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

MATK +270, MATK +5%.
For each refine level, MATK +5.

Indestructible in battle

Refine Level +9:
Increases damage of Chain Lightning and Earth Strain by 20%.

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 Wind and Earth elemental magic damage by 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(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bMatk,5*.@r; if (.@r >= 9) { bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20; bonus2 bSkillAtk,"WL_EARTHSTRAIN",20; } if (.@r >= 11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Magician Wand [2]   [One Hand]   Item ID# 26166 (R_Magician_Wand)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
80
Attack
80
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A ceremonial staff used by the Glastheim Mages.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

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

Indestructible in battle

Refine Level +9:
Increases damage of Hell Inferno and Crimson Rock by 20%.

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 Fire and Shadow elemental magic damage by 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_Fire,5; bonus bMatk,180; bonus bUnbreakableWeapon; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"WL_HELLINFERNO",20; bonus2 bSkillAtk,"WL_CRIMSONROCK",20; } if (.@r>=11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Pillar [2]   [One Hand]   Item ID# 32401 (R_Pillar)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
500
Attack
220
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Mechanic
Description
A thick iron stick used for decorative purposes in Glastheim.
It's an ordinary weapon with nothing special, 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 Arm Cannon and Knuckle Boost 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,"NC_BOOSTKNUCKLE",20; bonus2 bSkillAtk,"NC_ARMSCANNON",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

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 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

Ru Blue Axe [1]   [One Hand]   Item ID# 1322 (Ru_Blue_Axe)
Type
Weapon
Class
One-handed Axe
Buy
10z
Sell
5z
Weight
180
Attack
180
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Genetic
Description
Blue Axe which has destructive power.
STR +5, INT +5.

When VIP Status is active:
Long Range Atk + 20%.
ASPD +3.
Item Script
{ bonus bStr,5; bonus bInt,5; },{},{}
Dropped By No Result

Ru Blue Spear [1]   [One Hand]   Item ID# 1441 (Ru_Blue_Spear)
Type
Weapon
Class
One-handed Spear
Buy
10z
Sell
5z
Weight
120
Attack
180
Required Lvl
100
Weapon Lvl
3
Slot
1
Range
3
Applicable Jobs
Royal Guard
Description
Blue Spear which has destructive power.
STR +5, AGI +5.

When VIP status is active:
ATK +20%
ASPD +3
Item Script
{ bonus bStr,5; bonus bAgi,5; },{},{}
Dropped By No Result

« First < 456789101112 >
back to top