Renewal
.:Renewal Item Database:.
Weapon

Arc Wand [0]   [One Hand]   Item ID# 1612 (Arc_Wand__)
Type
Weapon
Class
One-handed Staff
Buy
45000z
Sell
22500z
Weight
40
Attack
60 / MATK 95
Required Lvl
24
Weapon Lvl
3
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
An ornate, elegantly crafted wand that grants powerful magical energy.
INT + 3, MATK + 95
Item Script
{ bonus bInt,3; },{},{}
Dropped By No Result

Arc Wand [1]   [One Hand]   Item ID# 1610 (Arc_Wand)
Type
Weapon
Class
One-handed Staff
Buy
45000z
Sell
22500z
Weight
40
Attack
60 / MATK 95
Required Lvl
24
Weapon Lvl
3
Slot
1
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
An ornate, elegantly crafted wand that grants powerful magical energy.
INT + 3, MATK + 95
Item Script
{ bonus bInt,3; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromBlacksmith Job Quest
Old Blue Box
Required ForBlacksmith Job Quest

Arc Wand [2]   [One Hand]   Item ID# 1611 (Arc_Wand_)
Type
Weapon
Class
One-handed Staff
Buy
45000z
Sell
22500z
Weight
40
Attack
60 / MATK 95
Required Lvl
24
Weapon Lvl
3
Slot
2
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
An ornate, elegantly crafted wand that grants powerful magical energy.
INT + 3, MATK + 95
Item Script
{ bonus bInt,3; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Arcus Daemonicus [2]   [Two Handed]   Item ID# 18125 (Arcus_Daemonicus)
Type
Weapon
Class
Bow
Buy
20z
Sell
10z
Weight
100
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Archer
Rogue
Description
An infernal bow from hell. Only true demons are able control it's full power. People say that a Prince from Hell used this weapon for his army.

If refine level is +10 or higher, ASPD + 1 and SP consumption of skills reduces by 20%.

When equipped with Shadow Arrows: ATK +50%.
Item Script
{ /*Fix me: bonus2 bAddClass,Class_All,50; when equipped with shadow arrows*/ if (getrefine()>9) { bonus bAspd,1; bonus bUseSPrate,-20; } },{},{}
Dropped By No Result

Argen Blanco [1]   [One Hand]   Item ID# 32028 (Argen_Blanco_J)
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
180
Attack
150 / MATK 110
Required Lvl
100
Weapon Lvl
4
Slot
1
Range
3
Applicable Jobs
Rune Knight
Description
Not Available

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

Argen Blanco [2]   [One Hand]   Item ID# 32023 (Argen_Blanco)
Type
Weapon
Class
One-handed Spear
Buy
20z
Sell
10z
Weight
100
Attack
200
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
3
Applicable Jobs
Rune Knight
Description
A Spear made of white light metal.

Increases damage of Brandish Spear by 30%.
For each refine level: ATK +4.

Refine Level +9:
Decreases Hundred Spear skill cooldown by 1.5 seconds.

Refine Level +11:
Increases damage of Brandish Spear by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"KN_BRANDISHSPEAR",30; bonus bBaseAtk,4*.@r; if (.@r>=9) bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1500; if (.@r>=11) bonus2 bSkillAtk,"KN_BRANDISHSPEAR",20; },{},{}
Dropped By No Result

Aries Spear [1]   [One Hand]   Item ID# 32031 (Aries_Spear_J)
Type
Weapon
Class
One-handed Spear
Buy
20z
Sell
10z
Weight
100
Attack
10
Weapon Lvl
4
Slot
1
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bBaseAtk,50+BaseLevel; bonus bAspdRate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) { bonus bDelayrate,-10; bonus bAtkRate,50; bonus2 bSkillUseSP,"PA_SHIELDCHAIN",25; bonus2 bSubClass,Class_Boss,10; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreDefRaceRate,RC_All,.@val; } } },{},{}
Dropped By No Result

Arm Knuckle Booster Mace [0]   [One Hand]   Item ID# 590008 (AK_B_Mace)
Arms Knuckle Booster Mace
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
0
Attack
400
Required Lvl
100
Weapon Lvl
4
Slot
0
Applicable Jobs
Mechanic
Description
A Mace designed to help adventurers grow.

Cannot be refined normally.

Indestructible in battle

ATK +2%

For each Refine Level:
ATK +3

For each 15 Base Level:
ATK +3 (Applies up to Base Level 195)

Refine Level +7:
For each Level of Mado Gear License:
Increases ranged physical damage by 2%.

Refine Level +9:
Decreases variable cast time by 10%.
Increases damage of Vulcan Arm, Knuckle Boost and Arm Cannon by 25%.

Refine Level +11:
Decreases after skill cast delay by 10%.
Increases physical damage against enemies of every size by 20%.

Refine Level +13:
Increases damage of Vulcan Arm, Knuckle Boost and Arm Cannon by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,2; bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bLongAtkRate,2*getskilllv("NC_MADOLICENCE"); } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",25; bonus2 bSkillAtk,"NC_ARMSCANNON",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,20; bonus bDelayrate,-10; } if (.@r>=13) { bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; } },{},{}
Dropped By No Result

Arrow Booster Bow [0]   [Two Handed]   Item ID# 700015 (AS_B_Bow)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
0
Attack
205
Required Lvl
100
Weapon Lvl
4
Slot
0
Range
5
Applicable Jobs
Ranger
Description
A Bow designed to help adventurers grow.

Cannot be refined normally.

ATK +2%

For each Refine Level:
ATK +3

For each 15 Base Level:
ATK +3 (Applies up to Base Level 195)

Refine Level +7:
For each Level of Owl's Eye:
Increases ranged physical damage by 1%.

Refine Level +9:
MaxSP +10%
Increases damage of Arrow Storm by 25%.

Refine Level +11:
Decreases Arrow Storm skill cooldown by 0.7 seconds.
Increases physical damage against enemies of every size by 15%.

Refine Level +13:
Increases damage of Arrow Storm by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,2; bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bLongAtkRate,getskilllv("AC_OWL"); } if (.@r>=9) { bonus bMaxSPrate,10; bonus2 bSkillAtk,"RA_ARROWSTORM",25; } if (.@r>=11) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-700; bonus2 bAddSize,Size_All,15; } if (.@r>=13) { bonus2 bSkillAtk,"RA_ARROWSTORM",15; } },{},{}
Dropped By No Result

As-nail [0]   [One Hand]   Item ID# 13069 (Aztoe_Nail)
Aztoe Nail
Type
Weapon
Class
Dagger
Buy
56000z
Sell
28000z
Weight
50
Attack
160 / MATK 80
Required Lvl
110
Weapon Lvl
4
Slot
0
Property
Wind
Applicable Jobs
High Swordman
High Merchant
High Thief
Lord Knight
Whitesmith
Assassin Cross
Paladin
Stalker
Creator
Description
A dagger that shines blue and enchanted with binding magic.
MATK + 80.
Has a chance to inflicts Frozen status on target when dealing physical attack.
Increases the chance of Frozen with each refine level.
Item Script
{ bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Freeze,100+(getrefine()*50); },{},{}
Dropped By

Ashura [0]   [One Hand]   Item ID# 13023 (Asura_C)
Rental Asura
Type
Weapon
Class
Dagger
Buy
1z
Sell
0z
Weight
0
Attack
120 / MATK 98
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Rental Items
A legendary dagger that is said to have been given to mankind by the gods.
MATK + 98
Impossible to refine this item.

When VIP status is active:
ATK +10, MATK +10.
Item Script
{ /*Gold PC Room: bonus bBaseAtk,10; bonus bMatk,10; */ },{},{}
Dropped By No Result

Assassin Dagger [0]   [One Hand]   Item ID# 1232 (Assasin_Dagger)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
60
Attack
140
Required Lvl
36
Weapon Lvl
4
Slot
0
Property
Darkness / Shadow
Applicable Jobs
Assassin
Description
A dagger commonly used by Assassins.
MaxHP +20%
MaxSP +15%
ASPD +2%
Item Script
{ bonus bMaxHPrate,20; bonus bMaxSPrate,15; bonus bAspdRate,2; bonus bAtkEle,Ele_Dark; },{},{}
Dropped By
EnchantmentSocket Enchantable

« First < 56789101112131415 > Last »
back to top