Renewal
.:Renewal Item Database:.

MATK+2%    Item ID# 4761 (Matk2)
MATK 2
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
MATK + 2%,
Reduces fixed cast time by 1%.
Item Script
{ bonus bMatkRate,2; bonus bFixedCastrate,-1; },{},{}
Dropped By No Result

MATK+3%    Item ID# 4806 (Matk3)
MATK 3
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
MATK + 3%
Fixed cast time -1%.
Item Script
{ bonus bMatkRate,3; bonus bFixedCastrate,-1; },{},{}
Dropped By No Result

Mystery Wing [1]   [Garment]   Item ID# 480251 (aegis_480251)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
50
Defense
50
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); .@stats= (readparam(bStr)+readparam(bAgi)+readparam(bVit)+readparam(bInt)+readparam(bDex)+readparam(bLuk)); .@a = .@stats/100; .@b = .@stats/300; .@c = .@stats/400; .@d = .@stats/500; .@e = .@stats/600; bonus2 bSubClass,Class_Boss,5; bonus2 bSubClass,Class_Normal,5; bonus2 bSubRace,RC_Player_Human,5; bonus bAtkRate,5*.@a; bonus bMatkRate,5*.@a; bonus bCriticalRate,5*.@a; bonus bMaxHPrate,20*.@b; bonus bMaxSPrate,20*.@b; bonus bAspdRate,15*.@c; bonus bDelayrate,-15*.@c; bonus bPerfectHitAddRate,25*.@d; bonus bFixedCastrate,-70*.@d; autobonus "{ bonus bFlee2,95; }",100*.@e,10000,BF_WEAPON|BF_MAGIC; /*Unknown Rate*/ if (.@r>=7) { bonus bDef,150; bonus bMdef,15; } if (.@r>=9) { bonus bDef,150; bonus bMdef,15; } },{},{}
Dropped By No Result

Nidhoggur Shadow Card [Armor]   Item ID# 4456 (Nidhogg_Shadow_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Spell Master
Description
INT + 5
[High Wizard, Warlock Jobs]
Fixed casting time - 50% (does not stack with other fixed cast time effects).
Item Script
{ bonus bInt,5; if (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T) bonus bFixedCastrate,-50; },{},{}
Dropped By

Old Eclipse Outfit [1]   [Body]   Item ID# 15375 (lunar_eclipse_Armor)
Ancient Lunar Eclipse Clothes
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor that is confined the power of the wolf caught the moon. The damage was severe and it will not be able to demonstrate the original power.

MaxHP +5%, MaxSP +5%.
For every refine level, reduces after skill delay by 1%.

Refine Level +9:
Reduces fixed cast time of all skills by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDelayrate,-.@r; if (.@r>=9) bonus bFixedCastrate,-50; },{},{}
Dropped By No Result

Orange Bunny Hairband [1]   [Upper Head]   Item ID# 18585 (Orange_Bunny_Hairband)
Orange Bunny Band
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
1
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband that attracts men.
You can wear it when you want to look sexy.
Your sexiness increases to 100%
VIT +3, INT +2, STR +1.
If refined to +9, increase ATK and MATK by 2%.
If refined to +12, reduces fixed cast time by 10%.
Item Script
{ bonus bInt,2; bonus bVit,3; bonus bStr,1; .@r = getrefine(); if (.@r>8) { bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; if (.@r>11) bonus bFixedCastrate,-10; } },{},{}
Dropped By No Result

Paradise Shoes [0]   [Footgear]   Item ID# 470068 (1Para_Boots_B)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
4
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A pair of shoes given to members of the Paradise Group.

Increases magical damage with every element by 3%.

For each 5 Base Level:
MATK +2 (Up to Base Level 100)

Base Level at least 30:
Increases magical damage with every element by additional 3%.

Base Level at least 45:
Increases magical damage with every element by additional 4%.

Base Level at least 85:
Decreases fixed cast time of skills by 0.3 seconds.
Item Script
{ bonus2 bMagicAtkEle,Ele_All,3; bonus bMatk,2*(min(BaseLevel,100)/5); if (BaseLevel>=30) bonus2 bMagicAtkEle,Ele_All,3; if (BaseLevel>=45) bonus2 bMagicAtkEle,Ele_All,4; if (BaseLevel>=85) bonus bFixedCastrate,-300; },{},{}
Dropped By No Result

Pollux Shoes [0]   [Footgear]   Item ID# 2400 (Pollux_Shoes_J)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
25
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Shoes imbued with the power of Pollux, one of the great winter hexagons.

MDEF +5
ATK +50
ASPD +10% (Decreases after attack delay by 10%).
MaxHP +10%, MaxSP +10%

When equipped by Star Emperor:
ATK +80
MaxHP + 10%, MaxSP + 10%
Physical attacks recovers 2 SP.
Decreases damage taken from enemies of Boss class by 5%.

Refine Level +8:
Decreases fixed cast time by 60%.

For each Base Level:
Increases damage of Flying Kick by 5%.

When equipped with Pollux Manteau:
MaxHP +2000, MaxSP +200
Increases Physical Damage against enemies of every size by 30%.

When equipped by Star Emperor and with Zodiac:
For each Refine Level:
Perfect HIT +2%

[Pollux Shoes] can only be sold to NPCs or moved to the storage.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,5; bonus bBaseAtk,50; bonus bAspdRate,10; bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) { bonus bBaseAtk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bSPDrainValue,2; bonus2 bSubClass,Class_Boss,5; if (.@r>=8) { bonus bFixedCastrate,-60; bonus2 bSkillAtk,"TK_JUMPKICK",5*BaseLevel; } } },{},{}
Dropped By No Result

Prison    Item ID# 29300 (Jade_J)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Restores HP and SP by 100% when resurrected.

When equipped by Rune Knight:
Increases damage of Storm Blast by 100%.

When equipped by Royal Guard:
Decreases Cannon Spear skill cooldown by 1 second.

When equipped by Warlock:
Decreases Crimson Rock skill cooldown by 1.5 seconds.

When equipped by Sorcerer:
Decreases variable cast time of all skills by 15%.

When equipped by Ranger:
Increases damage of Warg Strike by 30%.

When equipped by Minstrel/Wanderer:
All Stats +10.

When equipped by Archbishop:
Enables the use of Level 5 Providence.

When equipped by Sura:
Increases ranged physical damage by 10%.

When equipped by Guillotine Cross:
Decreases after skill cast delay of all skills by 90%.
When using Hallucination Walk and in Weapon Blocking state:
The Weapon Blocking state will be replaced with a Weapon Blocking state with high chance of parrying attacks for 50 seconds.

When equipped by Shadow Chaser:
Decreases fixed cast time of all skills by 50%.

When equipped by Mechanic:
Decreases after attack delay by 20%.

When equipped by Genetic:
MaxHP +15%, ATK +50, MATK +50.
Item Script
expand to view script
{ bonus bRestartFullRecover; if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) bonus2 bSkillAtk,"RK_STORMBLAST",100; if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) bonus2 bSkillCooldown,"LG_CANNONSPEAR",-1000; if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1500; if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) bonus bVariableCastrate,-15; if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) bonus2 bSkillAtk,"RA_WUGSTRIKE",30; if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) bonus bAllStats,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) skill "CR_PROVIDENCE",5; if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) bonus bLongAtkRate,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) { bonus bDelayrate,-90; autobonus3 "{ sc_start SC_WEAPONBLOCKING; }",1000,50000,"GC_HALLUCINATIONWALK"; } if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) bonus bFixedCastrate,-50; if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) bonus bAspdRate,20; if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus bMaxHPrate,15; bonus bBaseAtk,50; bonus bMatk,50; } },{},{}
Dropped By No Result

Procyon Shoes [0]   [Footgear]   Item ID# 22242 (Procyon_Shoes_J)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
25
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,5; bonus bMatk,50; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bVariableCastrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { bonus bMatk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bMagicAtkEle,Ele_Dark,30; if (.@r>=8) { bonus bNoCastCancel; bonus bFixedCastrate,-60; } } },{},{}
Dropped By No Result

Puente Robe [1]   [Body]   Item ID# 15012 (Puente_Robe)
Type
Armor
Class
Armor
Buy
12000z
Sell
6000z
Weight
40
Defense
42
Required Lvl
22
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A radiant pure white robe embroidered with spells.
Fixed casting time - 3% (does not stack with other fixed cast time effects).
Increase effectiveness of your healing skills by 5%.
Item Script
{ bonus bFixedCastrate,-3; bonus bHealPower,5; },{},{}
Dropped By

Rata Card [Headgear]   Item ID# 4459 (Lata_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Fast
Description
MATK + 10
When dealing magic damage, there's a chance that for 4 seconds your fixed cast time will be reduced by 50% (does not stack with other fixed cast time effects).
Item Script
{ bonus bMatk,10; autobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; },{},{}
Dropped By

< 12345 >
back to top