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

Glorious Destruction Staff [0]   [Two Handed]   Item ID# 2002 (Krieger_Twohand_Staff1)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
70 / MATK 210
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
MATK +210
Magic attack damage to Demihuman monsters +15%.
Ignore magical defense of Demihuman monsters by 25%.
For each refine level, MATK + 1%.
Indestructible (except in upgrade attempts).


Refine level +6 or higher:
Ignore magical defense of Demihuman monsters by an additional 5%.
[Destruction] Lv 1
Destruction effect (applies up to +14):

(Refine-5)*2 % increase in magical damage against Demihuman.

Ignore magical defense against Demihuman by (Refine-5)*2 %.


Refine level +9 or higher:
When using Level 10 Lord of Vermilion, Level 10 Meteor Storm or Level 10 Storm Gust, has a chance of casting Level 10 Safety wall.
Item Script
expand to view script
{ .@r = min(14,getrefine()); bonus bMatkRate,.@r; bonus bUnbreakableWeapon; if (.@r>5) { .@bonus1 = 5; .@bonus2 = (.@r-5) * 2; } if (.@r>8) { bonus5 bAutoSpellOnSkill,"WZ_STORMGUST","MG_SAFETYWALL",10,200,1; bonus5 bAutoSpellOnSkill,"WZ_METEOR","MG_SAFETYWALL",10,200,1; bonus5 bAutoSpellOnSkill,"WZ_VERMILION","MG_SAFETYWALL",10,200,1; } bonus2 bMagicAddRace,RC_DemiHuman,15+.@bonus2; bonus2 bMagicAddRace,RC_Player_Human,15+.@bonus2; bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,25+.@bonus1+.@bonus2; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,25+.@bonus1+.@bonus2; },{},{}
Dropped By No Result
Obtainable FromBattleground

Golden Rod Staff [2]   [Two Handed]   Item ID# 2007 (Golden_Rod_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
90
Attack
30 / MATK 230
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A magic staff charged with whirling power of wind.

INT +3, MATK +230.
Increases damage of Jupitel Thunder by 12%.

When equipped with Goldenrod Robe, Goldenrod Shoes and Goldenrod Orb:
Increases Wind elemental magic damage by 40%.
Decreases Earth elemental magic damage by 30%.
Increases damage taken from Earth elemental attacks by 50%.

Enchantable: Yes

More Information on Combo:
Item Script
{ bonus bAtkEle,Ele_Wind; bonus bInt,3; bonus2 bSkillAtk,"WZ_JUPITEL",12; },{},{}
Dropped By No Result

Gravitation Staff [1]   [Two Handed]   Item ID# 2062 (Gravitation_Staff_J)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
240
Attack
120 / MATK 270
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Warlock
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bSkillAtk,"HW_GRAVITATION",30; },{},{}
Dropped By No Result

Gravitation Staff [2]   [Two Handed]   Item ID# 2056 (Gravitation_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
130
Attack
110 / MATK 280
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
Staff that can increase damage of Gravitation Field.

MATK +280.
Increases damage of Neutral elemental magic attack by 5%.
For each refine level, MATK +4.

Indestructible in battle

Refine Level +9:
Increases damage of Gravitation Field and Drain Life by 30%.

Refine Level +11:
Reduces cooldown time of Gravitation Field by 2 sec.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Neutral,5; if (.@r >= 9) { bonus2 bSkillAtk,"HW_GRAVITATION",30; bonus2 bSkillAtk,"WL_DRAINLIFE",30; } if (.@r >= 11) { bonus2 bSkillCooldown,"HW_GRAVITATION",-2000; } },{},{}
Dropped By No Result

Heroria Magical Staff [0]   [Two Handed]   Item ID# 640039 (aegis_640039)
Herosria magical Staff
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
300
Attack
100 / MATK 200
Required Lvl
200
Weapon Lvl
5
Slot
0
Applicable Jobs
Wizard
Description
A two-handed staff of Wizards that can also be used in Herosria.

Indestructible in battle

MATK +130

Increases Magical Damage with Earth and Wind element by 15%.
Decreases Magical Damage with Fire and Water element by 7%.
Decreases variable cast time by 15%.
Increases after skill cast delay by 7%.
Item Script
{ bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Wind,-7+15; bonus2 bMagicAtkEle,Ele_Water,-7; bonus2 bMagicAtkEle,Ele_Fire,-7; bonus2 bMagicAtkEle,Ele_Earth,-7+15; bonus bDelayrate,7; bonus bVariableCastrate,-15; },{},{}
Dropped By No Result

Heroria Wizardry Staff [0]   [Two Handed]   Item ID# 640038 (aegis_640038)
Herosria Wizardry Staff
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
300
Attack
100 / MATK 200
Required Lvl
200
Weapon Lvl
5
Slot
0
Applicable Jobs
Wizard
Description
A two-handed staff of Wizards that can also be used in Herosria.

Indestructible in battle

MATK +130

Increases Magical Damage with Fire and Water element by 15%.
Decreases Magical Damage with Earth and Wind element by 7%.
Decreases after skill cast delay by 15%.
Increases variable cast time by 7%.
Item Script
{ bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Wind,-7; bonus2 bMagicAtkEle,Ele_Water,-7+15; bonus2 bMagicAtkEle,Ele_Fire,-7+15; bonus2 bMagicAtkEle,Ele_Earth,-7; bonus bDelayrate,-15; bonus bVariableCastrate,7; },{},{}
Dropped By No Result

Illusion Survivor's Staff [1]   [Two Handed]   Item ID# 2059 (Survival_Staff_IL_J)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
120
Attack
100 / MATK 240
Required Lvl
150
Weapon Lvl
4
Slot
1
Applicable Jobs
Warlock
Sorcerer
Soul Reaper
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bInt,3; bonus bDex,3; bonus bMaxHP,2000; bonus2 bSubSize,Size_All,20; if (BaseLevel>=170) bonus2 bSubSize,Size_All,10; },{},{}
Dropped By No Result

Illusion Survivor's Staff [2]   [Two Handed]   Item ID# 2051 (Survival_Staff_IL)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
120
Attack
100 / MATK 240
Required Lvl
120
Weapon Lvl
4
Slot
2
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A staff made for survival purposes.

DEX +2, INT +2, MATK +240, MaxHP +600.
For each 2 refine levels, MATK +1%.

Indestructible in battle

Refine Level +7:
Increases magical damage inflicted on Small and Medium size monsters by 15%.

Refine Level +9:
Reduces physical and magical damage taken from Small and Medium size monsters by 15%.

Refine Level +11:
Reduces physical and magical damage taken from Fire, Wind, Water and Earth elemental monsters by 15%.

When equipped with Illusion Manteau of Survival:
ATK +50

If refine level of Illusion Staff of Survival and Illusion Manteau of Survival at least +7:
Increases Fire, Wind, Water and Earth elemental magic damage by 10%.

If total refine level of entire set at least +18:
Increases magical damage inflicted on Fire, Wind, Water and Earth elemental monsters by 15%.

If total refine level of entire set at least +22:
Reduces after skill delay by 15%.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bDex,2; bonus bInt,2; bonus bMaxHP,600; bonus bUnbreakableWeapon; bonus bMatkRate,(.@r/2); if (.@r >= 7) { bonus2 bMagicAddSize,Size_Small,15; bonus2 bMagicAddSize,Size_Medium,15; if (.@r >= 9) { bonus2 bSubSize,Size_Small,15; bonus2 bSubSize,Size_Medium,15; if (.@r >= 11) { bonus2 bSubDefEle,Ele_Water,15; bonus2 bSubDefEle,Ele_Wind,15; bonus2 bSubDefEle,Ele_Earth,15; bonus2 bSubDefEle,Ele_Fire,15; } } } },{},{}
Dropped By No Result

Illusion Wizardry Staff [2]   [Two Handed]   Item ID# 2039 (Wizardy_Staff_IL)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
240
Attack
150 / MATK 250
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
High Mage
High Wizard
Professor
Description
Rumored to have been crafted by an ancient wizard, this staff contains awesome energies.

INT +6, DEX +2, MATK +250.

For each 2 refine levels:
INT +1, DEX +1. (Up to refine level +10)

More Information on Combo:
Item Script
{ .@val = min(getrefine(),10)/2; bonus bInt,(6+.@val); bonus bDex,(2+.@val); },{},{}
Dropped By No Result

Infinity Two-Handed Staff [1]   [Two Handed]   Item ID# 2024 (D_Staff_Of_Infinite)
Infinity Staff
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 170
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Arch Bishop
Warlock
Shura
Sorcerer
Description
Cannot be traded.
This weapon contains a strange energy.
I feel that one of its benefits were sealed with a high cost.
MATK +170

Indestructible (except in upgrade attempts).
Item Script
{},{},{}
Dropped By No Result

Intermediate Guild Member's Destruction Staff [1]   [Two Handed]   Item ID# 640001 (Woe_T_Staff2_Z)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
80
Attack
70 / MATK 200
Required Lvl
70
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Wizard
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAddRace,RC_Player_Human,15+.@r; bonus2 bMagicAddRace,RC_Player_Doram,15+.@r; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,10; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,10; bonus2 bSkillAtk,"WZ_METEOR",3*.@r; bonus2 bSkillAtk,"WZ_STORMGUST",3*.@r; bonus bMaxHPrate,-2*.@r; bonus bMatk,5*(.@r/2); if (.@r>=7) { bonus2 bIgnoreMdefRaceRate,RC_Player_Human,10; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,10; } if (.@r>=9) { bonus2 bMagicAddRace,RC_Player_Human,5; bonus2 bMagicAddRace,RC_Player_Doram,5; } },{},{}
Dropped By No Result

Iron Staff [2]   [Two Handed]   Item ID# 2028 (Aion_Staff)
Aeon Staff
Type
Weapon
Class
Two-handed Staff
Buy
49800z
Sell
24900z
Weight
250
Attack
180 / MATK 24
Required Lvl
110
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A wand created for reading, by a Vibrio maniac magician to read as many books as possible in a limited time.

MATK +24.
Decreases SP Consumption of Reading Spell Book by 24.

For each 3 refine levels:
Ignores magical defense of all enemies by 8%.

For each Level of Freezing Spell:
Decreases variable cast time by 1 second.

When Level 2 Release is learned:
Decreases vriable cast time of Summon Fire Ball, Summon Water Ball, Summon Stone Ball and Summon Lightning Ball by 1 second.

When Release is used, for 1 second:
For each Level of Radius:
Increases magical damage against all enemies by 8%.

For each Level of Mystical Amplification:
MATK +24.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkEle,Ele_Ghost; bonus bMatk,24*(getskilllv("HW_MAGICPOWER")); bonus2 bSkillUseSP,"WL_READING_SB",24; bonus2 bIgnoreMdefClassRate,Class_All,8*(.@r/3); bonus2 bSkillVariableCast,"WL_READING_SB",-1000*(getskilllv("WL_FREEZE_SP")); autobonus3 "{ bonus bMatkRate,24*(getskilllv(\"HW_MAGICPOWER\"); }",1000,1000,"WL_RELEASE"; if (getskilllv("WL_RELEASE") == 2) { bonus2 bSkillVariableCast,"WL_SUMMONFB",-1000; bonus2 bSkillVariableCast,"WL_SUMMONWB",-1000; bonus2 bSkillVariableCast,"WL_SUMMONSTONE",-1000; bonus2 bSkillVariableCast,"WL_SUMMONBL",-1000; } },{},{}
Dropped By No Result

< 123456789 >
back to top