Renewal
.:Renewal Item Database:.
Weapon

Pile Bunker S [1]   [One Hand]   Item ID# 16030 (Pilebuncker_S)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
300
Attack
400
Required Lvl
130
Weapon Lvl
4
Slot
1
Applicable Jobs
Mechanic
Description
File, which improves the bunker focused on lightweight weapon.

For every 2 refines level, ASPD +1%.
Item Script
{ bonus bAspdRate,getrefine()/2; },{},{}
Dropped By No Result

Pile Bunker T [1]   [One Hand]   Item ID# 16032 (Pilebuncker_T)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
350
Attack
400
Required Lvl
130
Weapon Lvl
4
Slot
1
Applicable Jobs
Mechanic
Description
File, which improves the bunker weapon special abilities are easy-to-use form.
Each refine reduce SP consumption by 1%.
Item Script
{ bonus bUseSPrate,getrefine()*-1; },{},{}
Dropped By No Result

Pisces Staff of Soul [1]   [Two Handed]   Item ID# 640006 (Pisces_Staff_O_S_J)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
30
Attack
ATK 0 / MATK 10
Weapon Lvl
4
Slot
1
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,50+BaseLevel; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { bonus bAspdRate,10; bonus bMatkRate,25; bonus2 bSkillAtk,"MG_FIREBOLT",100; bonus2 bSkillAtk,"MG_COLDBOLT",100; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",100; bonus2 bSkillAtk,"WZ_EARTHSPIKE",100; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubClass,Class_Boss,40; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreMdefRaceRate,RC_All,.@val; } } },{},{}
Dropped By No Result

Platinum Dagger [1]   [One Hand]   Item ID# 28780 (Platinum_Dagger_J)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
60
Attack
120 / MATK 120
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Shadow Chaser
Description
Not Available

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

Platinum Dagger [2]   [One Hand]   Item ID# 28768 (Platinum_Dagger)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
150
Attack
150 / MATK 170
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Shadow Chaser
Description
Knife made of platinum.

MATK +170, MATK +5%.
Every refine level, MATK +4.

Refine Level +9:
Increases Fire, Water, Wind and Earth elemental magics damage by 15%.

Refine Level +11:
When dealing physical attack, chance to gain MATK +100 and magical damage against all size monsters +30% for 10 seconds.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,4*.@r; bonus bMatkRate,5; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Earth,15; } if (.@r>=11) autobonus "{ bonus bMatk,100; bonus2 bMagicAddSize,Size_All,30; }",50,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; /* Unknow Rates and Specialeffect */ },{},{}
Dropped By No Result

Platinum Shotel [1]   [One Hand]   Item ID# 13404 (Platinum_Shotel)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
150
Attack
130
Required Lvl
55
Weapon Lvl
4
Slot
1
Property
Neutral
Applicable Jobs
High Swordman
High Merchant
High Thief
Lord Knight
Whitesmith
Assassin Cross
Paladin
Stalker
Creator
Description
A sword whose blade is curved, designed to attack by bypassing the armor of the enemy.
CRIT +50.
Item Script
{ bonus bCritical,50; },{},{}
Dropped By

Poenitentia Ascia [2]   [Two Handed]   Item ID# 620006 (Poenitentia_Ascia)
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
320
Attack
325
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Meister
Description
A huge axe containing the pain of bereavement.

Indestructible in battle

ATK +10%

Increases damage of Axe Stomp by 10%.

For each 2 Refine Levels:
Increases damage of Axe Tornado by 3%.

Refine Level +7:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Axe Tornado by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of Axe Stomp +5%.
[Grade C]: Damage of Axe Stomp +8%, P.ATK +1.
[Grade B]: Damage of Axe Stomp +12%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,10; bonus2 bSkillAtk,"MT_AXE_STOMP",10; bonus2 bSkillAtk,"NC_AXETORNADO",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXETORNADO",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"MT_AXE_STOMP",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"MT_AXE_STOMP",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"MT_AXE_STOMP",12; } } } },{},{}
Dropped By No Result

Poenitentia Attendo [2]   [Two Handed]   Item ID# 700024 (Poenetentia_Attendo)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
140
Attack
250
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
5
Applicable Jobs
Wind Hawk
Description
A bow containing the pain of bereavement.

ATK +10%

Increases damage of Gale Storm by 10%.

For each 2 Refine Levels:
Increases damage of Arrow Storm by 3%.

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

Refine Level +9:
Increases damage of Arrow Storm by additional 30%.

Refine Level +11:
Decreases Arrow Storm skill cooldown by 0.7 seconds.

[Bonus by Grade]
[Grade D]: Damage of Gale Storm +5%.
[Grade C]: Damage of Gale Storm +8%, P.ATK +1.
[Grade B]: Damage of Gale Storm +12%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"WH_GALESTORM",10; bonus2 bSkillAtk,"RA_ARROWSTORM",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RA_ARROWSTORM",30; if (.@r>=11) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-700; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"WH_GALESTORM",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"WH_GALESTORM",8; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"WH_GALESTORM",12; } } } },{},{}
Dropped By No Result

Poenitentia Caestus [2]   [One Hand]   Item ID# 560012 (Poenitentia_Caestus)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
150
Attack
230
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Inquisitor
Description
A pair of knuckles containing the pain of bereavement.

ATK +10%

Increases damage of Second Faith by 10%.

For each 2 Refine Levels:
Increases damage of Tiger Cannon by 3%.

Refine Level +7:
MaxHP +10%

Refine Level +9:
Increases damage of Tiger Cannon by additional 30%.

Refine Level +11:
Decreases Tiger Cannon skill cooldown by 1 second.

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

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

Poenitentia Chorda [2]   [One Hand]   Item ID# 570013 (Poenitentia_Chorda)
Type
Weapon
Class
Musical Instrument
Buy
n/a
Sell
n/a
Weight
110
Attack
220 / MATK 250
Required Lvl
230
Weapon Lvl
5
Slot
2
Gender
Male Only
Applicable Jobs
Troubadour / Trouvere
Description
A violin containing the pain of bereavement.

MATK +250
MATK +10%

Increases damage of Metallic Fury by 10%.

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

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

Refine Level +9:
Increases damage of Reverberation by additional 30%.

Refine Level +11:
Decreases fixed cast time of Reverberation by 0.5 seconds.

[Bonus by Grade]
[Grade D]: Damage of Metallic Fury +5%.
[Grade C]: Damage of Metallic Fury +8%, S.MATK +1.
[Grade B]: Damage of Metallic Fury +12%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,10; bonus2 bSkillAtk,"TR_METALIC_FURY",10; bonus2 bSkillAtk,"WM_REVERBERATION",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WM_REVERBERATION",30; if (.@r>=11) { bonus2 bSkillFixedCast,"WM_REVERBERATION",-500; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"TR_METALIC_FURY",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"TR_METALIC_FURY",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"TR_METALIC_FURY",12; } } } },{},{}
Dropped By No Result

Poenitentia Clava [2]   [One Hand]   Item ID# 590016 (Poenitentia_Clava)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
180
Attack
205
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Meister
Description
A axe containing the pain of bereavement.

Indestructible in battle

ATK +10%

Increases damage of Axe Stomp by 10%.

For each 2 Refine Levels:
Increases damage of Knuckle Boost by 5%.

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

Refine Level +9:
Increases damage of Vulcan Arm by 25%.

Refine Level +11:
Increases damage of Arm Cannon by 25%.

[Bonus by Grade]
[Grade D]: Ranged physical damage +2%.
[Grade C]: Ranged physical damage +3%.
[Grade B]: Damage of Arm Cannon +12%, P.ATK +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,10; bonus2 bSkillAtk,"MT_AXE_STOMP",10; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"NC_VULCANARM",25; if (.@r>=11) { bonus2 bSkillAtk,"NC_ARMSCANNON",25; } } } if (.@g >= ENCHANTGRADE_D) { bonus bLongAtkRate,2; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,1; bonus2 bSkillAtk,"NC_ARMSCANNON",10; } } } },{},{}
Dropped By No Result

« First < 139140141142143144145146147148149 > Last »
back to top