Renewal
.:Renewal Item Database:.
Weapon

Royal Bow [2]   [Two Handed]   Item ID# 18164 (Royal_Bow_K)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Ranger
Shadow Chaser
Description
An ancient hero's bow, handed down from the now forgotten royal family.
Looks ancient but it contains hidden magic power and resonate with Ancient Hero's Boots.

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases Arrow Storm damage by 12%.

Refine Level +9:
ASPD +10% (decrease after attack delay by 10%).

Refine Level +11:
Increases long range physical damage by 5%.

When combined with Ancient Hero's Boots:
Random chance to increase DEX by 20 and Bow class weapon damage by 20% for 7 seconds when dealing physical damage.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus2 bSkillAtk,"RA_ARROWSTORM",.@r/3*12; if (.@r>=9) bonus bAspdRate,10; if (.@r>=11) bonus bLongAtkRate,5; },{},{}
Dropped By No Result

Royal Bow-LT [2]   [Two Handed]   Item ID# 700045 (Royal_Bow_K_LT)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
120
Attack
205
Required Lvl
190
Weapon Lvl
5
Slot
2
Range
5
Applicable Jobs
Ranger
Shadow Chaser
Description
An improved version of the bow of an ancient hero handed down from a now-forgotten royal family.
Resonates with Hero's Boots-LT.

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

Refine Level +7:
Increases damage of Arrow Storm by 25%.
Decreases Arrow Storm skill cooldown by 1 second.

Refine Level +9:
Increases damage of Arrow Storm by additional 30%.
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Arrow Storm by additional 20%.
Increases damage of Sharp Shooting by 35%.
Increases critical damage by 15%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-1000; bonus2 bSkillAtk,"RA_ARROWSTORM",20; if (.@r>=9) { bonus bDelayrate,-10; bonus2 bSkillAtk,"RA_ARROWSTORM",30; if (.@r>=11) { bonus bCritAtkRate,15; bonus2 bSkillAtk,"SN_SHARPSHOOTING",35; bonus2 bSkillAtk,"RA_ARROWSTORM",20; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

Royal Chello [2]   [One Hand]   Item ID# 32111 (R_Cello)
Type
Weapon
Class
Musical Instrument
Buy
n/a
Sell
n/a
Weight
100
Attack
90
Required Lvl
170
Weapon Lvl
4
Slot
2
Gender
Male Only
Applicable Jobs
Minstrel / Wanderer
Description
A musical instrument used by the Glastheim Military Band.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

Indestructible in battle

MATK +180.
Increases Neutral elemental magic damage by 5%.

For each refine level: MATK +4.

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

Royal Cleric Staff [2]   [One Hand]   Item ID# 26165 (R_Cleric_Staff)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
100
Attack
100
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Description
A ceremonial staff used by the Glastheim Clerics.
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.

Indestructible in battle

Refine Level +9:
Increases damage of Adoramus 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 Holy elemental magic damage by 20% 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 bUnbreakableWeapon; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"AB_ADORAMUS",20; } if (.@r>=11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Foxtail [2]   [One Hand]   Item ID# 26172 (R_Foxtail_rod)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
120
Attack
275
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
A mysterious foxtail found in the Glastheim Castle.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

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

Indestructible in battle

Refine Level +9:
Increases damage of Catnip Meteor and Picky Peck by 20%.
Decreases after skill cast delay of all skills by 12%.

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

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

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

Royal Gladius (L) [3]   [One Hand]   Item ID# 28775 (R_Gladius_L)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
100
Attack
100
Required Lvl
170
Weapon Lvl
4
Slot
3
Applicable Jobs
Guillotine Cross
Description
A personal dagger used by Glastheim Nobles.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.
It doesn't seem to have the basic abilities, but when worn with Royal Gradius (R), it reveals it's original strength.
Item Script
{},{},{}
Dropped By No Result

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

ATK +5%.

When equipped with Royal Gladius (L):
For each 2 refine levels of the total refine level of Royal Gladius (R) and Royal Gladius (L):
ATK +7.

If total refine level of Royal Gladius (R) and Royal Gladius (L) is +18 or higher:
Increases damage of Cross Impact and Counter Slash by 20%.

If total refine level of Royal Gladius (R) and Royal Gladius (L) is +22 or higher:
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 ATK by additional 10% for 10 seconds.

If total refine level of entire set at least +40:
Increases physical damage against Holy and Undead elemental enemies by 20%.
Item Script
{ bonus bAtkRate,5; },{},{}
Dropped By No Result

Royal Huuma Shuriken [2]   [Two Handed]   Item ID# 13347 (R_Huuma_Shuriken)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
150
Attack
240
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Ninja
Kagerou / Oboro
Description
These Huuma Shurikens were smuggled in Glastheim Castle.
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.

Indestructible in battle

Refine Level +9:
Increases damage of Cross Slash by 20%.

Refine Level +11:
Decreases Cross Slash skill cooldown by 2 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
expand to view script
{ .@r = getrefine(); bonus bLongAtkRate,15; bonus bUnbreakableWeapon; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000; } },{},{}
Dropped By No Result

Royal Katar [2]   [Two Handed]   Item ID# 28046 (R_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
150
Attack
200
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Guillotine Cross
Description
A beautiful Katar used in the Glastheim as decoration.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

ATK +5%.
For each refine level: ATK +5.

Refine Level +9:
Increases damage of Rolling Cutter and Cross Ripper Slasher 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 20% 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 bAtkRate,5; bonus bBaseAtk,5*.@r; if (.@r>=9) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Knight Archer Bow [2]   [Two Handed]   Item ID# 18198 (G_Knight_Archer_Bow)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
170
Attack
190
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Ranger
Description
A bow used by the Glastheim Soldiers.
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 Aimed Bolt by 20%.
Decreases after skill cast delay of all skills by 12%.

Refine Level +11:
Decreases Aimed Bolt skill cooldown by 1 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
expand to view script
{ .@r = getrefine(); bonus bLongAtkRate,15; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus bDelayrate,-12; bonus2 bSkillAtk,"RA_AIMEDBOLT",25; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; } },{},{}
Dropped By No Result

Royal Knight Bow [2]   [Two Handed]   Item ID# 18191 (G_Knight_Bow)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
150
Attack
180
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Shadow Chaser
Description
A ceremonial bow used by the Glastheim Guards.
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 Triangle Shot by 20%.

Refine Level +11:
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,"SC_TRIANGLESHOT",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Royal Knight's Broadsword [2]   [Two Handed]   Item ID# 21039 (T_Sword_Of_Kingdom)
Two handed Sword of Kingdom
Type
Weapon
Class
Two-handed Sword
Buy
50000z
Sell
25000z
Weight
400
Attack
280
Required Lvl
175
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Royal Guard
Description
Heavy Greatsword used by the honorable Knights.

Every 2 refine levels, ATK +20.

Refine Level +7: Increases critical damage by 10%.
Refine Level +9: Indestructible in battle.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) bonus bCritAtkRate,10; if (.@r>=9) bonus bUnbreakableWeapon; },{},{}
Dropped By

« First < 3456789101112 >
back to top