Renewal
.:Renewal Item Database:.

Minor Casting Reduction(Dual)    Item ID# 310658 (MinorCast_Robe_D)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 0.1 seconds.

When equipped with Minor Casting Reduction(Garment):
Decreases fixed cast time by additional 0.3 seconds.
Item Script
{ bonus bFixedCast,-100; },{},{}
Dropped By No Result

Minor Fixed Cast Reduction    Item ID# 29154 (FixedCasting03)
Reduce Minor Casting
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Reduce fixed cast time by 0.3 sec.
Item Script
{ bonus bFixedCast,-300; },{},{}
Dropped By No Result

Moan of Corruption [1]   [Footgear]   Item ID# 470204 (aegis_470204)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
30
Defense
16
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,5; bonus bCon,3; bonus bUseSPrate,15; bonus bMatk,7*(.@r/3); if (.@r>=7) { bonus bSMatk,3; bonus bMatkRate,5; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAddSize,Size_Medium,15; bonus2 bMagicAddSize,Size_Large,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; bonus bSpl,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,7; if (.@g>=ENCHANTGRADE_A) { bonus bSpl,8*(.@r/2); } } } } },{},{}
Dropped By No Result

Modification Module (Fixed Casting)    Item ID# 25694 (EP17_1_EVT27)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
1
Description
Modification module for Illusion Armor.
Grants Modification Orb (fixed cast time) to equipment.

[Enchantment Effect]
Reduces fixed cast time by 0.3 seconds.

Refine Level +7:
Reduces fixed cast time by additional 0.2 seconds.

Refine Level +9:
Reduces fixed cast time by additional 0.2 seconds.

[Enchantable Equipment]
Illusion Leg Type A
Illusion Leg Type B
Item Script
{ .@r = getrefine(); .@val = -300; if (.@r >= 9) { .@val -= 400; } else if (.@r >= 7) { .@val -= 200; } bonus bFixedCast,.@val; },{},{}
Dropped By No Result

Modification Orb(Fixed Casting Time)    Item ID# 29541 (Improve_Orb_Fix)
Modification Orb (Fixed Casting)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Reduces fixed cast time of all skills by 0.3 sec.
Refine Level +7:
Reduces fixed cast time of all skills by 0.2 sec.
Refine Level +9:
Reduces fixed cast time of all skills by 0.2 sec.
Item Script
{ .@r = getrefine(); bonus bFixedCast,-300; if (.@r>=7) { bonus bFixedCast,-200; if (.@r>=9) { bonus bFixedCast,-200; } } },{},{}
Dropped By No Result

Modified Dex Boots [0]   [Footgear]   Item ID# 22111 (Modify_Dex_Boots)
Modified Dexterity Boots
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
60
Defense
25
Required Lvl
99
Armor Lvl
1
Slot
0
Applicable Jobs
Kagerou / Oboro
Rebellion
Description
A magical boots that was made a long time ago, no sign of wear nor tear on it.
MaxHP +300, MaxSP +30.
Every 3 refine level: MaxHP +100, MaxSP +10, DEX +3.

If base DEX at least 120:
Reduces fixed cast time by 0.5 seconds.
Increases long range physical attacks by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bDex,3*(.@r/3); if (readparam(bDex)>=120) { bonus bLongAtkRate,5; bonus bFixedCast,-500; } },{},{}
Dropped By No Result

Modified Dex Boots [1]   [Footgear]   Item ID# 22117 (Modify_Dex_Boots_)
Modified Dexterity Boots
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
60
Defense
25
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Kagerou / Oboro
Rebellion
Description
A magical boots that was made a long time ago, no sign of wear nor tear on it.
MaxHP +300, MaxSP +30.
Every 3 refine level: MaxHP +100, MaxSP +10, DEX +3.

If base DEX at least 120:
Reduces fixed cast time by 0.5 seconds.
Increases long range physical attacks by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bDex,3*(.@r/3); if (readparam(bDex)>=120) { bonus bLongAtkRate,5; bonus bFixedCast,-500; } },{},{}
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

Noblesse Attack Boots [1]   [Footgear]   Item ID# 470016 (Noblesse_Attack_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
20
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Aristocratic shoes with the emblem of Rune Midgarts.

ATK +10, HIT +10.

Refine Level +7: Reduces fixed cast time by 0.5 seconds.
Refine Level +9: Increases long range physical damage by 5%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10; bonus bHit,10; if (.@r>=7) bonus bFixedCast,-500; if (.@r>=9) bonus bLongAtkRate,5; },{},{}
Dropped By No Result

Noblesse Magic Boots [1]   [Footgear]   Item ID# 470017 (Noblesse_Magic_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
20
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Aristocratic shoes with the emblem of Rune Midgarts.

MATK +10, FLEE +10.

Refine Level +7: Reduces fixed cast time by 0.5 seconds.
Refine Level +9: Increases all elemental magic damage by 5%.
Item Script
{ .@r = getrefine(); bonus bMatk,10; bonus bFlee,10; if (.@r>=7) bonus bFixedCast,-500; if (.@r>=9) bonus2 bMagicAtkEle,Ele_All,5; },{},{}
Dropped By No Result

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

« First < 910111213141516171819 > Last »
back to top