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

True Chen Liu Card [Weapon]   Item ID# 4693 (Real_Chen_Card)
True Chen Lio Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Rampage
Description
Increases Rampage Blaster damage by 20%.
When equipped with Level 4 weapons, increases Rampage Blaster damage by 20%.
When refine level +10 or higher: increases Rampage Blaster damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20+.@b; },{},{}
Dropped By

True Chen Liu Card [Accessory]   Item ID# 27077 (Real_Chen_Card_J)
Sura Chen Card (jRO)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Lion's
Description
Increases damage of Howling of Lion by 50%.

When equipped with Sura Chen(MVP) Card:
Random chance to increase STR by 100 and transform into Sura Chen for 5 seconds when recieving physical damage.
Item Script
{ bonus2 bSkillAtk,"SR_HOWLINGOFLION",50; },{},{}
Dropped By No Result

True Enhanced ASPD Potion    Item ID# 22820 (G_ASPD_Potion)
Enhanced ASPD Potion Gin
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
A potion that has equal effect with normal attack speed potion.
Its more effective when used in conjunction with any other attack speed potion.
Increase ASPD (attack speed) for 60 minutes, can be used by all jobs.
Increase movement speed for 10 minutes.
Item Script
{ sc_start SC_ATTHASTE_CASH,3600000,3; sc_start SC_SPEEDUP0,600000,25; },{},{}
Dropped By No Result

True Eremes Guile Card [Weapon]   Item ID# 4684 (Real_Eremes_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Cross
Description
Increases Cross Impact damage by 20%.
When equipped with Level 4 weapons, increases Cross Impact damage by 20%.
When refine level +10 or higher: increases Cross Impact damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"GC_CROSSIMPACT",20+.@b; },{},{}
Dropped By

True Eremes Guile Card [Accessory]   Item ID# 27068 (Real_Eremes_Card_J)
Guillotine Cross Eremes Card (jRO)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Venom Pressure
Description
Increases damage of Venom Pressure by 90%.

When equipped with Guillotine Cross Eremes(MVP) Card:
Random chance to increase AGI by 100 and transform into Guillotine Cross Eremes for 5 seconds when recieving physical damage.
Item Script
{ bonus2 bSkillAtk,"GC_VENOMPRESSURE",90; },{},{}
Dropped By No Result

True Flamel Emure Card [Weapon]   Item ID# 4691 (Real_Flamel_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Neo Storm
Description
Increases Cart Tornado damage by 20%.
When equipped with Level 4 weapons, increases Cart Tornado damage by 20%.
When refine level +10 or higher: increases Cart Tornado damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"GN_CART_TORNADO",20+.@b; },{},{}
Dropped By

True Flamel Emure Card [Accessory]   Item ID# 27075 (Real_Flamel_Card_J)
Genetic Flamel Card (jRO)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Crazy
Description
Increases damage of Crazy Weed by 50%.

When equipped with Genetic Flamel(MVP) Card:
Random chance to increase LUK by 100 and transform into Genetic Flamel for 5 seconds when recieving physical damage.
Item Script
{ bonus2 bSkillAtk,"GN_CRAZYWEED",50; },{},{}
Dropped By No Result

True Gemstone Shadow Armor [Shadow Body]   Item ID# 24675 (S_TrueGem_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

MATK +3%

For each 2 Refine Levels:
Increases magical damage with every element by 1%.

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

When equipped with True Gemstone Shadow Shoes:
MATK +2%

Total Refine Level of entire set at least +18:
Nullifies Gemstone requirement of certain skills.
Increases SP Consumption by 40%.

Total Refine Level of entire set at least +20:
Increases magical damage against enemies of every size by 12%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bVariableCastrate,-3; } },{},{}
Dropped By No Result

True Gemstone Shadow Armor Box    Item ID# 101661 (aegis_101661)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
A box containing the True Gemstone Shadow Armor.
When used, you can obtain True Gemstone Shadow Armor with a random refine level between +7 and +10.
Item Script
{ getgroupitem(IG_S_TRUEGEM_ARMOR,true); },{},{}
Dropped By No Result

True Gemstone Shadow Earring [Shadow Pendant]   Item ID# 24677 (S_TrueGem_Earring)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

MATK +3%

For each 2 Refine Levels:
Increases magical damage with every element by 1%.

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

When equipped with True Gemstone Shadow Pendant:
MATK +2%

Total Refine Level of entire set at least +18:
Nullifies Gemstone requirement of certain skills.
Increases SP Consumption by 40%.

Total Refine Level of entire set at least +20:
Increases magical damage against enemies of every size by 12%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bVariableCastrate,-3; } },{},{}
Dropped By No Result

True Gemstone Shadow Earring Box    Item ID# 101658 (aegis_101658)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
A box containing the True Gemstone Shadow Earring.
When used, you can obtain True Gemstone Shadow Earring with a random refine level between +7 and +10.
Item Script
{ getgroupitem(IG_S_TRUEGEM_EARRING,true); },{},{}
Dropped By No Result

True Gemstone Shadow Pendant [Shadow Earring]   Item ID# 24678 (S_TrueGem_Pendant)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

MATK +3%

For each 2 Refine Levels:
Increases magical damage with every element by 1%.

Refine Level +10:
Decreases variable cast time by 3%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bVariableCastrate,-3; } },{},{}
Dropped By No Result

« First < 6465666768697071727374 > Last »
back to top