Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Pierre's Treasure Box    Item ID# 14596 (Pierre_Treasurebox)
Pierre's Treasurebox
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
10
Applicable Jobs
Every Job
Description
A box full of something heavy.
Item Script
expand to view script
{ getrandgroupitem(IG_Pierre_Treasurebox,1); getrandgroupitem(IG_Pierre_Treasurebox,1); getrandgroupitem(IG_Pierre_Treasurebox,1); getrandgroupitem(IG_Pierre_Treasurebox,1); getrandgroupitem(IG_Pierre_Treasurebox,1); getrandgroupitem(IG_Pierre_Treasurebox,1); },{},{}
Dropped By No Result

Pierrotzoist Card [Headgear]   Item ID# 300247 (Pierrotzoist_Card)
Type
Card
Class
Headgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Ghost Killer
Description
Increases variable cast time of all skills by 5%.

For each Refine Level:
Decreases variable cast time by 1%.

Refine Level +9:
Increases magical damage with Ghost element by 1%.

Refine Level +11:
Increases magical damage with Ghost element by additional 2%.
Item Script
{ .@r = getrefine(); bonus bVariableCastrate,5-.@r; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Ghost,1; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Ghost,2; } } },{},{}
Dropped By

Pig Moneybox [0]   [Upper Head]   Item ID# 5674 (Pig_Moneybox)
Piggie Bank
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
100
Defense
3
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A good place to store spare change. You never know when you might need zeny here or there for a potion.
Adds a chance to gain zeny when killing monster.
Increases after cast delay by 10%.
Item Script
{ skill "MC_OVERCHARGE",2; },{},{}
Dropped By No Result

Pig Steamed Ribs    Item ID# 22659 (BraisedSpareribs)
Braised Spare Ribs
Type
Healing Item
Class
n/a
Buy
20z
Sell
10z
Weight
10
Description
A meat made by steaming the pork ribs.
ASPD +5%. SP consumption decreased by 2%.
Duration: 3 minutes.
Item Script
{ specialeffect2 EF_ENHANCE; sc_start SC_PORK_RIB_STEW,180000,0; /*aegis data 3 Minutes*/ },{},{}
Dropped By No Result

Pigritia Rhythm [2]   [Two Handed]   Item ID# 700009 (Ep172_Bh_Bow3)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
100
Attack
190
Required Lvl
150
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Minstrel / Wanderer
Description
Prototype of automatic shooting bow with new technology.
It was terribly transformed by the magic interference device installed by the Illusionians.

Increases damage of Severe Rainstorm by 10%.
For each 3 refine levels: ATK +12.

Refine Level +7:
Increases damage of Severe Rainstorm by additional 15%.

Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2.5 seconds.

Refine Level +11:
Increases damage of Severe Rainstorm by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; } if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; } if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; } },{},{}
Dropped By

Pigritia Spark [2]   [One Hand]   Item ID# 580005 (Ep172_1h_Whip)
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
70
Attack
150 / MATK 210
Required Lvl
150
Weapon Lvl
4
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Minstrel / Wanderer
Description
The tool was made for the purpose of illuminating the light in case of emergency.
It was terribly transformed by the magic interference device installed by the Illusionians.

MATK +210.
Increases damage of Metallic Sound and Reverberation by 10%.
For each 3 refine levels: MATK +8.

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

Refine Level +9:
Increases damage of Metallic Sound and Reverberation by additional 15%.

Refine Level +11:
Decreases Metallic Sound skill cooldown by 2 seconds.
Decreases SP Consumption of Reverberation by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_REVERBERATION",10; bonus2 bSkillAtk,"WM_METALICSOUND",10; bonus bMatk,8*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillAtk,"WM_REVERBERATION",15; bonus2 bSkillAtk,"WM_METALICSOUND",15; } if (.@r>=11) { bonus2 bSkillUseSPrate,"WM_REVERBERATION",20; bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; } },{},{}
Dropped By

Pigritia Wave [2]   [One Hand]   Item ID# 570005 (Ep172_1h_Inst)
Type
Weapon
Class
Musical Instrument
Buy
n/a
Sell
n/a
Weight
70
Attack
150 / MATK 210
Required Lvl
150
Weapon Lvl
4
Slot
2
Gender
Male Only
Applicable Jobs
Minstrel / Wanderer
Description
An instrument that filled the Barmund Mansion with a beautiful melody.
It was terribly transformed by the magic interference device installed by the Illusionians.

MATK +210.
Increases damage of Metallic Sound and Reverberation by 10%.
For each 3 refine levels: MATK +8.

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

Refine Level +9:
Increases damage of Metallic Sound and Reverberation by additional 15%.

Refine Level +11:
Decreases Metallic Sound skill cooldown by 2 seconds.
Decreases SP Consumption of Reverberation by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_REVERBERATION",10; bonus2 bSkillAtk,"WM_METALICSOUND",10; bonus bMatk,8*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillAtk,"WM_REVERBERATION",15; bonus2 bSkillAtk,"WM_METALICSOUND",15; } if (.@r>=11) { bonus2 bSkillUseSPrate,"WM_REVERBERATION",20; bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; } },{},{}
Dropped By

PikaPika NyanNyan Crown [0]   [Upper Head]   Item ID# 400060 (Freyja_Crown_J)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Reduce delay after skill by 10%. Increase Catnip Meteor and Silvervine Stem Spear damage by 10%.

Recover HP by 30 times of refine rate and SP by 3 times of refine rate when killing monsters.
If refine rate is 7 or higher, reduces casting time of Stoop and Lope by 50%, increases Catnip Meteor and Silvervine Stem Spear damage by 15%.
If refine rate is 9 or higher, reduces casting time of Stoop and Lope by 50%, increases Catnip Meteor and Silvervine Stem Spear damage by 25%.
If refine rate is 10, has a chance to reduce SP consumption of skills by 100% for 20 seconds when dealing magical damage.

If user learned Spirit of Land level 1, reduces casting time of Catnip Meteor and Silvervine Stem Spear by 4% per each level of Catnip Powdering, Catnip Meteor, Nyang Grass, Silvervine Stem Spear and Silvervine Root Twist user learned.
Attack Speed + 3% per each level of Chattering user learned.
If user learned Nyang Grass level 5, reduces delay after skill by 20%.
If user learned Meow Meow level 5, increases magical damage against boss monsters by 25%.
Type: Headgear Defense: 18
Required level: 100
Class: All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,15; bonus bDelayrate,-10; bonus2 bSkillAtk,"SU_CN_METEOR",10; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",10; bonus bHPGainValue,30*.@r; bonus bSPGainValue,3*.@r; bonus bAspdRate,3*getskilllv("SU_CHATTERING"); if (getskilllv("SU_SPIRITOFLAND") == 1) { .@val = -4*(getskilllv("SU_CN_POWDERING")+getskilllv("SU_CN_METEOR")+getskilllv("SU_NYANGGRASS")+getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_SV_ROOTTWIST")); bonus2 bVariableCastrate,"SU_CN_METEOR",.@val; bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",.@val; } if (getskilllv("SU_NYANGGRASS") == 5) bonus bDelayrate,-20; if (getskilllv("SU_MEOWMEOW") == 5) bonus2 bMagicAddClass,Class_Boss,25; if (.@r>=7) { bonus2 bVariableCastrate,"SU_STOOP",-50; bonus2 bVariableCastrate,"SU_LOPE",-50; bonus2 bSkillAtk,"SU_CN_METEOR",15; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; } if (.@r>=9) { bonus2 bVariableCastrate,"SU_STOOP",-50; bonus2 bVariableCastrate,"SU_LOPE",-50; bonus2 bSkillAtk,"SU_CN_METEOR",25; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25; } if (.@r>=10) autobonus "{ bonus bUseSPrate,-100; }",20,20000,BF_MAGIC; },{},{}
Dropped By No Result

Pike [0]   [One Hand]   Item ID# 1409 (Pike__)
Type
Weapon
Class
One-handed Spear
Buy
3450z
Sell
1725z
Weight
100
Attack
60
Required Lvl
4
Weapon Lvl
1
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A long spear that is generally issued to foot soldiers.

More Information on Combo:
Item Script
{},{},{}
Dropped By No Result

Pike [0]   [One Hand]   Item ID# 1430 (Pike_C)
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
0
Attack
74
Weapon Lvl
1
Slot
0
Range
3
Refineable
No
Applicable Jobs
Swordman
Knight
Crusader
Description
Rental Items
A long spear that is generally issued to foot soldiers.

Increases physical damage against Small, Medium and Large size monsters by 70%.
Item Script
{ bonus2 bAddSize,Size_All,70; },{},{}
Dropped By No Result

Pike [3]   [One Hand]   Item ID# 1407 (Pike)
Type
Weapon
Class
One-handed Spear
Buy
3450z
Sell
1725z
Weight
100
Attack
60
Required Lvl
4
Weapon Lvl
1
Slot
3
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A long spear that is generally issued to foot soldiers.

More Information on Combo:
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box

Pike [4]   [One Hand]   Item ID# 1408 (Pike_)
Type
Weapon
Class
One-handed Spear
Buy
3450z
Sell
1725z
Weight
100
Attack
60
Required Lvl
4
Weapon Lvl
1
Slot
4
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A long spear that is generally issued to foot soldiers.

More Information on Combo:
Item Script
{},{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting
Obtainable FromOld Blue Box, Old Violet Box

« First < 3536373839404142434445 > Last »
back to top