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

Neev Glaive [1]   [Two Handed]   Item ID# 26008 (Neev_Glaive)
Type
Weapon
Class
Two-handed Spear
Buy
100000z
Sell
50000z
Weight
350
Attack
150 / MATK 110
Required Lvl
170
Weapon Lvl
4
Slot
1
Range
3
Applicable Jobs
Royal Guard
Description
Glaive with the strength to hold the power of Neve.

MATK +110.
Base Level is at least 175: ATK +5%, MATK +5%.

When equipped with Neev Barrette:

For each 10 base STR: ATK +1%.
For each 10 base AGI: ASPD +1%.
For each 10 base VIT: MaxHP +1%.
For each 10 base INT: MATK +20.
For each 10 base DEX: Variable cast time -1%.
For each 10 base LUK: Critical +1.

For each refine level of Neev Glaive: ATK +20, MATK +20.
Item Script
{ if (BaseLevel>=175) { bonus bAtkRate,5; bonus bMatkRate,5; } },{},{}
Dropped By No Result

Paradise Knight Lance [0]   [Two Handed]   Item ID# 630014 (2Para_Lance_KN)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Range
3
Refineable
No
Applicable Jobs
Knight
Description
A two-handed spear made by the Paradise Group.

ATK +3%

Base Level at least 60:
Increases damage of Pierce by 20%.

Base Level at least 75:
Increases damage of Brandish Spear by 10%.

Base Level at least 90:
Increases damage of Brandish Spear by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus2 bSkillAtk,"KN_PIERCE",20; if (BaseLevel>=75) bonus2 bSkillAtk,"KN_BRANDISHSPEAR",10; if (BaseLevel>=90) bonus2 bSkillAtk,"KN_BRANDISHSPEAR",15; },{},{}
Dropped By No Result

Paradise Rune Knight Lance [0]   [Two Handed]   Item ID# 630015 (3Para_Lance_RK)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Range
3
Refineable
No
Applicable Jobs
Rune Knight
Description
A high-quality two-handed spear made by the Paradise Group.

ATK +5%

For each Level of Dragon Training:
Decreases after skill cast delay by 3%.

Base Level at least 105:
Decreases variable cast time fo all skills by 10%.
Increases damage of Dragon Breath, Dragon Breath - Water and Hundred Spear by 25%.

Base Level at least 110:
Decreases Hundred Spear skill cooldown by 2 seconds.
Increases ranged physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Dragon Breath, Dragon Breath - Water and Hundred Spear by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("RK_DRAGONTRAINING"); bonus bAtkRate,5; bonus bDelayrate,-3*.@a; if (BaseLevel>=105) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"RK_DRAGONBREATH",25; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",25; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",25; if (BaseLevel>=110) { bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-2000; bonus bLongAtkRate,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"RK_DRAGONBREATH",15; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15; } } } },{},{}
Dropped By No Result

Partizan [0]   [Two Handed]   Item ID# 1459 (Partizan__)
Type
Weapon
Class
Two-handed Spear
Buy
27000z
Sell
13500z
Weight
200
Attack
124
Required Lvl
18
Weapon Lvl
2
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear topped with a double edged blade with two side blades.
Item Script
{},{},{}
Dropped By No Result

Partizan [1]   [Two Handed]   Item ID# 1457 (Partizan)
Type
Weapon
Class
Two-handed Spear
Buy
27000z
Sell
13500z
Weight
200
Attack
124
Required Lvl
18
Weapon Lvl
2
Slot
1
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear topped with a double edged blade with two side blades.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Partizan [2]   [Two Handed]   Item ID# 1458 (Partizan_)
Type
Weapon
Class
Two-handed Spear
Buy
27000z
Sell
13500z
Weight
200
Attack
124
Required Lvl
18
Weapon Lvl
2
Slot
2
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear topped with a double edged blade with two side blades.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Poenitentia Catapulta [2]   [Two Handed]   Item ID# 630009 (Poenitentia_Catapulta)
Type
Weapon
Class
Two-handed Spear
Buy
n/a
Sell
n/a
Weight
230
Attack
320
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
3
Applicable Jobs
Dragon Knight
Description
A spear containing the pain of bereavement.

ATK +10%

Increases damage of Madness Crusher by 10%.

For each 2 Refine Levels:
Increases damage of Hundred Spear by 3%.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Hundred Spear by additional 25%.

Refine Level +11:
Decreases Hundred Spear skill cooldown by 2 seconds.

[Bonus by Grade]
[Grade D]: Damage of Madness Crusher +5%.
[Grade C]: Damage of Madness Crusher +8%, P.ATK +1.
[Grade B]: Damage of Madness Crusher +12%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",25; if (.@r>=11) { bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",12; } } } },{},{}
Dropped By No Result

Requiem Lance [0]   [Two Handed]   Item ID# 1499 (Thanos_Long_Spear_J)
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
150
Attack
220
Required Lvl
100
Weapon Lvl
4
Slot
0
Range
3
Applicable Jobs
Knight
Crusader
Description
A blessed two handed spear from the king. Has an effect of calming the spirits of the dead.

Increases physical damage against Bio Lab and Tomb of the Fallen monsters by 40%.
Reduces damage taken from Bio Lab and Tomb of the Fallen monsters by 5%.

Refine Level +5:
Increases physical damage against Bio Lab and Tomb of the Fallen monsters by additional 30%.

For every refine level above +5 or higher:
Increases physical damage against Bio Lab and Tomb of the Fallen monsters by additional 15%.
Reduces damage taken from Bio Lab and Tomb of the Fallen monsters by additional 1%.

Indestructible in battle
Item Script
{ .@r = getrefine(); .@b = 40; .@c = 5; bonus bUnbreakableWeapon; if (.@r>=5) { .@b += (.@r-5)*15+30; .@c += (.@r-5); } bonus2 bAddRace2,RC2_BioLab,.@b; bonus2 bSubRace2,RC2_BioLab,.@c; },{},{}
Dropped By No Result

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

Spear Of Odin [3]   [Two Handed]   Item ID# 1494 (Undine_Spear)
Undine Spear
Type
Weapon
Class
Two-handed Spear
Buy
50000z
Sell
25000z
Weight
380
Attack
190
Required Lvl
105
Weapon Lvl
4
Slot
3
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A beautiful spear-shaped wave. She was blessed by the spirits of the water.
MaxHP +1% for every refine level.
Item Script
{ bonus bAtkEle,Ele_Water; bonus bMaxHPrate,getrefine(); },{},{}
Dropped By No Result

Spectral Spear [0]   [Two Handed]   Item ID# 1477 (Spectral_Spear)
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
200
Attack
170
Required Lvl
75
Weapon Lvl
4
Slot
0
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 against Shadow elemental monsters by 20%.
Increases physical damage against Demon and Undead monsters by 20%.

Decreases damage taken from Shadow elemental monsters by 10%.
Decreases damage taken from Demon and Undead monsters by 10%.

Gains 50 HP when defeating target with melee physical attacks.
Random chance to inflict Confuse status on wielder when dealing physical damage.

[Phantom Spear & Seal of Red Silk Equip Set]

More Information on Combo:
Item Script
{ bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Undead,20; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubEle,Ele_Undead,10; bonus2 bSubRace,RC_Demon,10; bonus2 bAddEff2,Eff_Confusion,1000; bonus bHPGainValue,50; },{},{}
Dropped By
EnchantmentSocket Enchantable

Spectral Spear [1]   [Two Handed]   Item ID# 1479 (Spectral_Spear_)
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
200
Attack
170
Required Lvl
75
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 against Shadow elemental monsters by 20%.
Increases physical damage against Demon and Undead monsters by 20%.

Decreases damage taken from Shadow elemental monsters by 10%.
Decreases damage taken from Demon and Undead monsters by 10%.

Gains 50 HP when defeating target with melee physical attacks.
Random chance to inflict Confuse status on wielder when dealing physical damage.

[Phantom Spear & Seal of Red Silk Equip Set]

More Information on Combo:
Item Script
{ bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Undead,20; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubEle,Ele_Undead,10; bonus2 bSubRace,RC_Demon,10; bonus2 bAddEff2,Eff_Confusion,1000; bonus bHPGainValue,50; },{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

< 1234567 >
back to top