Renewal
.:Renewal Item Database:.
Weapon - Two-handed Spear

Illusion Brionac [2]   [Two Handed]   Item ID# 630006 (Brionac_IL)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
300
Attack
210
Required Lvl
120
Weapon Lvl
4
Slot
2
Range
3
Applicable Jobs
Rune Knight
Royal Guard
Description
A spear that radiates with the warm, glowing light of pure holiness.

ATK +10%.

For each 2 refine levels:
Increases damage of Overbrand by 5%.

Refine Level +7:
Increases damage Overbrand by additional 20%.

Refine Level +9:
Increases physical damage against Medium and Large size monsters by 15%.

Refine Level +11:
Increases physical damage against Fish and Demon monsters by 30%.

When equipped with Illusion Saphien's Armor of Ocean:
ATK +5%.

If Refine Level of Illusion Brionac and Illusion Saphien's Armor of Ocean each is +7 or higher:
Decreases after skill cast delay of all skills by 5%.

If total refine level of entire set at least +18:
Increases damage of Overbrand by 20%.

If total refine level of entire set at least +22:
Has as a chance to gain ATK +50 and increases physical damage against Fish and Demon monsters by 50% for 10 seconds when using Overbrand skill.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"LG_OVERBRAND",5*(.@r/2); if (.@r>=7) { bonus2 bSkillAtk,"LG_OVERBRAND",20; } if (.@r>=9) { bonus2 bAddSize,Size_Medium,15; bonus2 bAddSize,Size_Large,15; } if (.@r>=11) { bonus2 bAddRace,RC_Fish,30; bonus2 bAddRace,RC_Demon,30; } },{},{}
Dropped By No Result

Illusion Spectral Spear [1]   [Two Handed]   Item ID# 26007 (Spectral_Spear_IL)
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
200
Attack
240
Required Lvl
99
Weapon Lvl
4
Slot
1
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
The creator of this formidable Two-Handed Spear sacrificed his own life to forge it, resulting in a curse that will try to dominate the wearer's soul.

Increases physical damage inflicted on Shadow element, Demon and Undead race monsters by 20%.
For each 2 refine levels, additional 3% more damage inflicted.

Reduces damage taken from Shadow element, Demon and Undead race monsters by 10%.
For each 2 refine levels, additional 3% less damage taken.

Gains 50 HP when defeating target with melee physical attacks.

For each 2 refine levels, restores 1 SP when defeating target with melee physical attacks.

Random chance to inflict Confuse status on wielder when dealing physical attack.

When equipped with Illusion Shoes:
Reduces after attack delay by 8% (ASPD +8%).
If refine level of Illusion Spectral Spear and Illusion Shoes at least +7:
Increases damage of Banishing Point by 20%.

If total refine level of entire set at least +18:
Increases ranged physical attack by 10%.

If total refine level of entire set at least +22:
Increases damage of Banishing Point by 30%.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); .@val = 3*(.@r/2); bonus2 bAddEle,Ele_Dark,(20+.@val); bonus2 bAddRace,RC_Demon,(20+.@val); bonus2 bAddRace,RC_Undead,(20+.@val); bonus2 bSubRace,RC_Demon,(10+.@val); bonus2 bSubEle,Ele_Undead,(10+.@val); bonus2 bSubEle,Ele_Dark,(10+.@val); bonus bHPGainValue,50; bonus bSPGainValue,(.@r/2); bonus2 bAddEff2,Eff_Confusion,1000; },{},{}
Dropped By No Result

Illusion Zephyrus [2]   [Two Handed]   Item ID# 630007 (Zephyrus_IL)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
330
Attack
250
Required Lvl
120
Weapon Lvl
4
Slot
2
Range
3
Applicable Jobs
Rune Knight
Royal Guard
Description
A spear imbued with the wind element.

For each refine level: ATK +4.

For each 2 refine levels: Increases long ranged physical damage by 3%.

Refine Level +7:
Increases damage Spiral Pierce by 20%.

Refine Level +9:
Increases long ranged physical damage by additional 5%.

Refine Level +11:
HIT +10.
Increases physical damage against Medium and Large size monsters by 10%.

When equipped with Illusion Chain Mail:
ATK +30.

If Refine Level of Illusion Zephyrus and Illusion Chain Mail each is +7 or higher:
Increases long ranged physical damage by 5%.

If total refine level of entire set at least +18:
Increases damage of Spiral Pierce by 20%.

If total refine level of entire set at least +22:
Increases damage against Water elemental monsters by 15%.
Increases physical damage against Fish monsters by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,4*.@r; bonus bLongAtkRate,3*(.@r/2); if (.@r>=7) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",20; } if (.@r>=9) { bonus bLongAtkRate,5; } if (.@r>=11) { bonus2 bAddSize,Size_Medium,10; bonus2 bAddSize,Size_Large,10; bonus bHit,10; } },{},{}
Dropped By No Result

Intermediate Guild Member's Lance [1]   [Two Handed]   Item ID# 630001 (Woe_T_Lance2_Z)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
130
Attack
240
Required Lvl
70
Weapon Lvl
3
Slot
1
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,25+.@r; bonus2 bAddRace,RC_Player_Doram,25+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,10; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,15; bonus2 bAddRace,RC_Player_Doram,15; } if (.@r>=10) { bonus3 bAddEffOnSkill,"KN_PIERCE",Eff_Stun,1000+((.@r-10)*100); bonus3 bAddEffOnSkill,"CR_HOLYCROSS",Eff_Silence,1000+((.@r-10)*100); } },{},{}
Dropped By No Result

Ivory Lance [1]   [Two Handed]   Item ID# 1483 (Ivory_Lance)
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
100
Attack
160
Required Lvl
50
Weapon Lvl
3
Slot
1
Range
3
Applicable Jobs
High Swordman
Lord Knight
Paladin
Description
Two-Handed Spear made of the Ivory of a Mammoth. It is very hard to be processed due to its strength, but its sharp end makes it perfect for stabbing.

AGI +2, ASPD +3%.
Enables the use of Level 5 Spear Stab.
Has a chance of inflicting Level 1 Fatal Wound (Critical Wound) while physically attacking.
Item Script
{ bonus bAgi,2; bonus bAspdRate,3; bonus2 bAddEff,Eff_Bleeding,300; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,30; skill "KN_SPEARSTAB",5; },{},{}
Dropped By

Jupiter Spear [2]   [Two Handed]   Item ID# 630027 (Luppiter_Spear)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
500
Attack
300
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
3
Applicable Jobs
Dragon Knight
Description
A holy two-handed spear made after the weapon used by the ancient gods.

MaxHP +5%, POW +2.
Increases damage of Dragonic Breath by 5%.

Refine Level +5:
Increases damage of Dragonic Breath by additional 10%.

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases damage of Dragonic Breath by additional 10%.

Refine Level +10:
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Dragonic Breath by additional 5%.
Increases damage of Madness Crusher by 15%.

[Bonus by Grade]
[Grade D]: ranged physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,5; bonus bPow,2; bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",5; if (.@r>=5) { bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",10; if (.@r>=10) { bonus bDelayrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",15; bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Lance [0]   [Two Handed]   Item ID# 1410 (Lance)
Type
Weapon
Class
Two-handed Spear
Buy
60000z
Sell
30000z
Weight
250
Attack
185
Required Lvl
33
Weapon Lvl
3
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear that is commonly used by mounted knights.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Lance [0]   [Two Handed]   Item ID# 1411 (Lance_)
Type
Weapon
Class
Two-handed Spear
Buy
60000z
Sell
30000z
Weight
250
Attack
185
Required Lvl
33
Weapon Lvl
3
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear that is commonly used by mounted knights.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Lance [0]   [Two Handed]   Item ID# 1412 (Lance__)
Type
Weapon
Class
Two-handed Spear
Buy
60000z
Sell
30000z
Weight
250
Attack
185
Required Lvl
33
Weapon Lvl
3
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear that is commonly used by mounted knights.
Item Script
{},{},{}
Dropped By No Result

Lance [0]   [Two Handed]   Item ID# 1487 (Lance_C)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
0
Attack
220
Weapon Lvl
3
Slot
0
Range
3
Refineable
No
Applicable Jobs
Swordman
Knight
Crusader
Description
Rental Items
A spear that is commonly used by mounted knights.

Increases physical damage against Small, Medium and Large size monsters by 50%.

When VIP status is active:
ATK +10, MATK +10.
Item Script
{ bonus2 bAddSize,Size_All,50; },{},{}
Dropped By No Result

Lance of Vicious Mind [1]   [Two Handed]   Item ID# 1450 (Sinister_Lance)
Vicious Mind Lance
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
225
Attack
225
Required Lvl
160
Weapon Lvl
4
Slot
1
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A lance imbued with evil spirit.
Increase ATK by (Refine Level * Refine Level), up to +15.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); },{},{}
Dropped By

Lesser Guild Member's Lance [0]   [Two Handed]   Item ID# 26019 (Woe_T_Lance1_Z)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
130
Attack
220
Required Lvl
70
Weapon Lvl
3
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,25+.@r; bonus2 bAddRace,RC_Player_Doram,25+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,10; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,15; bonus2 bAddRace,RC_Player_Doram,15; } if (.@r>=10) { bonus3 bAddEffOnSkill,"KN_PIERCE",Eff_Stun,1000+((.@r-10)*100); bonus3 bAddEffOnSkill,"CR_HOLYCROSS",Eff_Silence,1000+((.@r-10)*100); } },{},{}
Dropped By No Result

< 1234567 >
back to top