Renewal
.:Renewal Item Database:.

Temporal Boots [1]   [Footgear]   Item ID# 22202 (Temporal_Boots_TW)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
60
Defense
25
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(); bonus bMdef,15; if (.@r>=10) { bonus bAllStats,2; if (readparam(bStr)>=108) bonus bBaseAtk,50; if (readparam(bAgi)>=108) bonus bAspd,1; if (readparam(bVit)>=108) bonus bMaxHPrate,8; if (readparam(bInt)>=108) bonus bMatk,60; if (readparam(bDex)>=108) { bonus bFixedCast,-500; bonus bLongAtkRate,5; } if (readparam(bLuk)>=108) bonus bCriticalRate,30; } },{},{}
Dropped By No Result

Temporal Boots Dex [0]   [Footgear]   Item ID# 470158 (aegis_470158)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
20
Required Lvl
70
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bDex,3+(3*(.@r/3)); bonus bMdef,5; bonus bMaxHP,200+(50*(.@r/3)); bonus bMaxSP,20+(5*(.@r/3)); if (readparam(bDex) >= 99) { bonus bFixedCast,-200; bonus bLongAtkRate,3; } },{},{}
Dropped By No Result

Temporal Boots Dex [1]   [Footgear]   Item ID# 470166 (aegis_470166)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
20
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bDex,3+(3*(.@r/3)); bonus bMdef,5; bonus bMaxHP,200+(50*(.@r/3)); bonus bMaxSP,20+(5*(.@r/3)); if (readparam(bDex) >= 99) { bonus bFixedCast,-200; bonus bLongAtkRate,3; } },{},{}
Dropped By No Result

Temporal Boots Of Dexterity [0]   [Footgear]   Item ID# 22004 (Temporal_Dex_Boots)
Temporal Dex Boots
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
60
Defense
25
Required Lvl
99
Armor Lvl
1
Slot
0
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
These boots are obviously old but they show no signs of wear and tear.
MaxHP +300, MaxSP +30.
For every 3 refine level, MaxHP +100, MaxSP +10, DEX +3.

If base DEX is 120 or higher:
Reduces fixed cast time by 0.5 sec.
Increases long range physical attack 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

Temporal Boots Of Dexterity [1]   [Footgear]   Item ID# 22008 (Temporal_Dex_Boots_)
Temporal Dex Boots
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
60
Defense
25
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
These boots are obviously old but they show no signs of wear and tear.
MaxHP +300, MaxSP +30.
For every 3 refine level, MaxHP +100, MaxSP +10, DEX +3.

If base DEX at least 120:
Reduces fixed cast time by 0.5 sec.
Increases long range physical attack 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

Tengu's Shoes [0]   [Footgear]   Item ID# 22145 (TenguShoes)
Tengu Shoes
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Shoes worn by the Tengu. The shape makes it possible to move faster than you can imagine.

MaxHP +3%, MaxSP +3%, MDEF +10.
Enables the use of Level 1 Cast Cancel.

For each Level of Gentle Touch-Cure: MaxHP +2%.

For each Level of Gentle Touch-Revitalize:
DEF +30. Decreases damage taken from DemiHuman monster by 1%.

For each Level of Gentle Touch-Energy Gain:
Decreases variable cast time of Call Spirits, Steel Body and Dangerous Soul Collect by 10%.

For each Level of Gentle Touch-Change:
Decreases after attack delay by 2%.

For each Level of Gentle Touch-Quiet: ATK +4%.

Refine Level +5:
Additional MaxHP +7% and MaxSP +7%.
Decreases SP Consumption of Body Relocation by 5.

Refine Level +7:
Additional MaxHP +10% and MaxSP +10%.
Decreases SP Consumption of Body Relocation by additional 5.
Item Script
expand to view script
{ .@r = getrefine(); .@a = getskilllv("SR_GENTLETOUCH_REVITALIZE"); .@b = getskilllv("SR_GENTLETOUCH_CURE"); .@c = getskilllv("SR_GENTLETOUCH_ENERGYGAIN"); .@hpsp = 3; if (.@r >= 5) { .@hpsp += 7; .@red = 5; if (.@r >= 7) { .@hpsp += 10; .@red += 5; } bonus2 bSkillUseSP,"MO_BODYRELOCATION",.@red; } bonus bMdef,10; bonus bMaxHPrate,.@hpsp+(2*.@b); bonus bMaxSPrate,.@hpsp; skill "SA_CASTCANCEL",1; bonus2 bSkillUseSP,"MO_BODYRELOCATION",5; bonus bDef,30*.@a; bonus2 bSubRace,RC_Player_Doram,.@a; bonus2 bSubRace,RC_Player_Human,.@a; bonus2 bVariableCastrate,"MO_CALLSPIRITS",-.@c*10; bonus2 bVariableCastrate,"MO_STEELBODY",-.@c*10; bonus2 bFixedCastrate,"CH_SOULCOLLECT",-.@c*10; bonus bAspdRate,2*getskilllv("SR_GENTLETOUCH_CHANGE"); bonus bAtkRate,4*getskilllv("SR_GENTLETOUCH_QUIET"); },{},{}
Dropped By No Result

Thanos Fighter Helmet-LT [1]   [Upper Head]   Item ID# 400151 (Thanos_Helm4_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
190
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A fighter helmet made with Thanos' weapon and set.
It has the effect of increasing the performance of ranged physical Thanos weapons.

For each 3 Refine Levels:
ATK +5%

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

Refine Level +9:
Increases melee physical damage by 15%.

Refine Level +11:
Increases physical damage against enemies of against enemies of all elements by 15%.

When equipped with Thanos Hammer-AD:
Increases Damage against enemies of every size by 15%.

For each 2 Refine Levels of Thanos Hammer-AD:
Increases damage of Duple Light by 12%.

When equipped with Thanos Knuckle-AD:
MaxHP +15%

For each 2 Refine Levels of Thanos Knuckle-AD:
Increases damage of Tiger Cannon by 12%.

When equipped with Thanos Katar-AD:
Decreases after skill cast delay by 15%.

For each 2 Refine Levels of Thanos Katar-AD:
Increases damage of Rolling Cutter by 12%.

[Bonus by Grade]
[Grade D]: melee physical damage +5%.
[Grade C]: POW +2, P.ATK +2
Item Script
expand to view script
{ .@r = getrefine(); .@g = getenchantgrade(); bonus bAtkRate,5*(.@r/3); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bShortAtkRate,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bPow,2; } } },{},{}
Dropped By No Result

Thanos Magic Helmet-LT [1]   [Upper Head]   Item ID# 400145 (Thanos_Helm3_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
190
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A magic helmet made with Thanos' weapon and set.
It has the effect of increasing the performance of ranged physical Thanos weapons.

For each 3 Refine Levels:
MATK +5%

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

Refine Level +9:
Increases magical damage with every element by 15%.

Refine Level +11:
Increases magical damage against enemies of every element by 15%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Thanos Two-Handed Staff-AD:
Increases magical damage against enemies of every size by 15%.

For each 2 Refine Levels of Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock by 12%.

When equipped with Thanos Staff-AD:
Increases magical damage against enemies of every race by 15%.

For each 2 Refine Levels of Thanos Staff-AD:
Increases damage of Varetyr Spear by 12%.

When equipped with Thanos Dagger-AD:
Increases all elemental magical damage by 15%.

For each 2 Refine Levels of Thanos Dagger-AD:
Increases damage of Psychic Wave by 12%.

[Bonus by Grade]
[Grade D]: All elemental magical damage +5%.
[Grade C]: SPL +2, S.MATK +2
Item Script
expand to view script
{ .@r = getrefine(); .@g = getenchantgrade(); bonus bMatkRate,5*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; bonus bSpl,2; } } },{},{}
Dropped By No Result

Thanos Shooter Helmet-LT [1]   [Upper Head]   Item ID# 400142 (Thanos_Helm2_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
190
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A gunner helmet made with Thanos' weapon and set.
It has the effect of increasing the performance of ranged physical Thanos weapons.

For each 3 Refine Levels:
ATK +5%

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

Refine Level +9:
Increases ranged physical damage by 15%.

Refine Level +11:
Increases physical damage against enemies of against enemies of all elements by 15%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Thanos Sword-AD:
Increases physical damage against enemies of every size by 15%.

For each 2 Refine Levels of Thanos Sword-AD:
Increases damage of Cart Cannon by 12%.

When equipped with Thanos Bow-AD:
Increases physical damage against enemies of enemies of every race by 15%.

For each 2 Refine Levels of Thanos Bow-AD:
Increases damage of Sharp Shooting by 12%.

When equipped with Thanos Violin-AD or Thanos Whip-AD:
Increases ranged physical damage by 15%.

For each 2 Refine Levels of Thanos Violin-AD or Thanos Whip-AD:
Increases damage of Severe Rainstorm by 12%.

[Bonus by Grade]
[Grade D]: Ranged physical damage +5%.
[Grade C]: POW +2, P.ATK +2
Item Script
expand to view script
{ .@r = getrefine(); .@g = getenchantgrade(); bonus bAtkRate,5*(.@r/3); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bLongAtkRate,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bPow,2; } } },{},{}
Dropped By No Result

Thanos Warrior Helmet-LT [1]   [Upper Head]   Item ID# 400135 (Thanos_Helm1_LT)
Thanos' Warrior Helmet-LT
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
190
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A warrior helmet made with Thanos' weapon and set.
It has been improved and has the effect of further increasing the performance of the melee physical Thanos weapons.

For each 3 Refine Levels:
ATK +5%

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

Refine Level +9:
Increases melee physical damage by 15%.

Refine Level +11:
Increases physical damage against enemies of against enemies of all elements by 15%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Thanos Greatsword-AD:
Increases physical damage against enemies of every size by 15%.

For each 2 Refine Levels of Thanos Greatsword-AD:
Increases damage of Wind Cutter by 12%.

When equipped with Thanos Axe-AD:
Increases physical damage against enemies of every race enemies by 15%.

For each 2 Refine Levels of Thanos Axe-AD:
Increases damage of Axe Tornado by 12%.

When equipped with Thanos Spear-AD:
Decreases after skill cast delay by 15%.

For each 2 Refine Levels of Thanos Spear-AD:
Increases damage of Hesperus Lit by 12%.

[Bonus by Grade]
[Grade D]: Increases melee physical damage by 5%.
[Grade C]: POW +2, P.ATK +2
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5*(.@r/3); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bShortAtkRate,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddEle,Ele_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus bShortAtkRate,5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; bonus bPow,2; } } },{},{}
Dropped By No Result

Tiger King Doll Hat-LT [1]   [Upper Head]   Item ID# 400245 (King_Tiger_Doll_Hat_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
40
Defense
6
Required Lvl
150
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
The Tiger King Doll Hat which Team Richiet has modified for better performance.

STR +2, DEX +2
POW +2, CON +2

ASPD +10% (Decreases after attack delay by 10%).

Increases physical damage against enemies of Brute race by 10%.

Physical attacks have a chance to activate Power of the Beast effect for 7 seconds.

Refine Level +7:
Increases melee physical damage by 15%.

Refine Level +9:
ATK +10%

Refine Level +11:
Increases melee physical damage by additional 10%.

[Power of the Beast]

For each Refine Level: ATK +35
Refine Level +10: P.ATK +20

[Bonus by Grade]
[Grade D]: ATK +5%, POW +3
[Grade C]: STA +2, fixed cast time -0.5 seconds
[Grade B]: P.ATK +2, RES +20
[Grade A]: P.ATK +7
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bStr,2; bonus bDex,2; bonus bPow,2; bonus bCon,2; bonus bAspdRate,10; bonus2 bAddRace,RC_Brute,10; autobonus "{ .@r = getrefine(); bonus bBaseAtk,35*.@r; if (.@r>=10) { bonus bPAtk,20; } }",1,7000,BF_WEAPON; if (.@r>=7) { bonus bShortAtkRate,15; if (.@r>=9) { bonus bAtkRate,10; if (.@r>=11) { bonus bShortAtkRate,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,5; bonus bPow,3; if (.@g >= ENCHANTGRADE_C) { bonus bFixedCast,-500; bonus bSta,2; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bRes,20; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,7; } } } } },{},{}
Dropped By No Result

Trial Diadem [1]   [Upper Head]   Item ID# 400079 (BioWeapon_Helm_LG)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Royal Guard
Description
A crown in the shape of a unique curved tube made for specific subjects. Decorated with blue gemstones.

For each 2 Refine Levels:
ATK +20
MATK +20

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

Refine Level +9:
ATK +15%
Increases magical damage with Holy element by 15%.

Refine Level +11:
Increases damage against enemies of every size by 10%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Farthezan:
Decreases variable cast time by 10%.

For each Refine Level of Farthezan:
Increases damage of Pressure and Genesis Ray by 10%.

When equipped with Harve:
Decreases Shield Press skill cooldown by 1 second.

For each Refine Level of Harve:
Increases damage of Shield Press by 10%.

When equipped with Fortrage:
Decreases Cannon Spear skill cooldown by 0.5 seconds.

For each Refine Level of Fortrage:
Increases damage of Cannon Spear by 12%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,20*(.@r/2); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; } },{},{}
Dropped By No Result

« First < 1516171819202122 >
back to top