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

Genesis Shadow Weapon [Shadow Weapon]   Item ID# 24581 (S_Genesis_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Royal Guard
Description
A pair of gloves that can draw the wearer's potential ability.

Increases Holy elemental magic damage by 3%.
Refine Level +7, increases Holy elemental magic damage by additional 3%.
Refine Level +9, increases Holy elemental magic damage by additional 4%.

When equipped with Magnus Shadow Pendant and Magnus Shadow Earring:
For each 2 Refine Levels of entire set:
Increases damage of Genesis Ray by 1%.

When equipped with Royal Guard Shadow Shield:
Ignores magical defense of all race monsters, except Players, by 40%.
For each refine level of entire set:
Ignores magical defense of all race monsters, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,6; } else { bonus2 bMagicAtkEle,Ele_Holy,3; } },{},{}
Dropped By No Result

Genetic Advanced Paradise Shadow Weapon [Shadow Weapon]   Item ID# 24701 (S_2Para_GN_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Genetic
Description
A pair of gloves that can draw the wearer's potential ability.

ATK +10, MATK +10.

When equipped with Advanced Paradise Shadow Armor, Advanced Paradise Shadow Shield, Advanced Paradise Shadow Shoes, Advanced Paradise Shadow Earring, Advanced Paradise Shadow Pendant:

Ignores physical defense of all race, except Players, by 50%.
Increases melee and ranged physical damage by 15%.
Decreases variable cast time by 10%.
Decreases after skill cast delay by 15%.
Decreases Cart Tornado skill cooldown by 1 second.
Increases damage of Cart Tornado and Cart Cannon by 15%.
Item Script
{ bonus bBaseAtk,10; bonus bMatk,10; },{},{}
Dropped By No Result

Genetic Flamel Card [Garment]   Item ID# 4681 (Genetic_Card)
Geneticist Flamel Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Geneticist
Description
When base class is Geneticist: Flee +20, ATK +15%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

When equipped with True Flamel Emure Card:
Adds 3% chance for 6 seconds to possess the user with Flamel Emure spirit when attacking with physical attacks.
During possession, the user granted with +100 ATK.

More Information on Combo:
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus bFlee,20; bonus2 bAddRace,RC_All,15; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

Genetic Flamel Card [Garment]   Item ID# 27065 (Genetic_Card_J)
Genetic Flamel(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Geneticist
Description
When equipped by Genetic: FLEE +20, ATK +15%.

Base Level is at least 165: All Stats +10.

If Refine Level of equipped Garment is +10 or higher:
All Stats +10.

When equipped with Genetic Flamel Card:
Random chance to increase LUK by 100 and transform into Genetic Flamel for 5 seconds when recieving physical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus bFlee,20; bonus bAtkRate,15; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Genetic Shadow Cube    Item ID# 100375 (Genetic_S_Cube)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
A cube containing a Shadow Equipment that enhances the skill of Genetics.
When you open the box, you can get 1 Shadow Equipment at random.

[Obtainable Items]
Cart Tornado Shadow Armor, Cart Tornado Shadow Shield, Cart Tornado Shadow Shoes, Cart Cannon Shadow Weapon, Cart Cannon Shadow Pendant, Cart Cannon Shadow Earring, Spore Bomb Shadow Armor, Spore Bomb Shadow Shield, Spore Bomb Shadow Shoes, Crazy Shadow Weapon, Crazy Shadow Pendant, Crazy Shadow Earring
Item Script
{ getgroupitem(IG_GENETIC_S_CUBE); },{},{}
Dropped By No Result

Genetic Shadow Cube    Item ID# 101026 (S_Generic_Cube)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Shadow Equipments for the Merchant, Alchemist and Genetic classes.
All 6 Shadow Equipments are included.

[Obtainable Items]
Merchant Shadow Earring
Merchant Shadow Pendant
Alchemist Shadow Shoes
Alchemist Shadow Armor
Genetic Shadow Shield
Genetic Shadow Weapon
Item Script
{ getgroupitem(IG_S_Generic_Cube); },{},{}
Dropped By No Result

Genetic Shadow Shield [Shadow Shield]   Item ID# 24304 (S_Genetic_Shield)
Geneticist Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Required Lvl
99
Applicable Jobs
Genetic
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

MaxHP +3%.
DEF +1 multiplied with total skill level of Genetic's related skills:
Cart Tornado, Cart Cannon and Cart Boost

When equipped with Genetic Shadow Weapon:
MaxHP +2%.
Decreases Cart Tornado skill cooldown by 1 second.
Decreases variable cast time of Cart Boost by 100%.

When equipped with 2 types of Merchant Shadow, Alchemist Shadow or Genetic Shadow Equipment:
All Stats +10, MaxHP +5%, MaxSP +5%.
Ignores physical and magical defense of Normal class monsters by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxHPrate,3; bonus bDef,.@r*(getskilllv("GN_CART_TORNADO")+getskilllv("GN_CARTBOOST")+getskilllv("GN_CARTCANNON")); },{},{}
Dropped By No Result

Genetic Shadow Weapon [Shadow Weapon]   Item ID# 24291 (S_Genetic_Weapon)
Geneticist Weapon Shadow
Type
Shadow Gear
Class
Shadow Weapon
Buy
10z
Sell
5z
Weight
0
Required Lvl
99
Applicable Jobs
Genetic
Description
A glove that can draw the wearer's potential ability.
Increases Cart Tornado damage by 20%.
For every refine level, increases Cart Tornado damage by 5%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bSkillAtk,"GN_CART_TORNADO",20+.@r*5; },{},{}
Dropped By No Result

Genetic Stone (Garment)    Item ID# 25449 (GeneticStone_Robe)
Genetic Stone(Garment)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
10
Description
A stone that awakens the potential of Geneticists.

Gives the following effects when compounded on a slot of a Costume Garment:
Increases damage of Cart Cannon by 10%.

When equipped with Creator Stone(Upper):
Increases damage of Cart Cannon by additional 15%.

When equipped with Creator Stone(Mid):
Reduces skill cooldown time of Howling of Mandragora by 3 seconds.

When equipped with Creator Stone(Lower):
Increases ranged physical damage by 5%.

Find NPC: Lace La Zard at mal_in01 (20,107)
Item Script
{},{},{}
Dropped By No Result

Genetic Stone (Garment)    Item ID# 29467 (Genetic_Robe)
Genetic Stone(Garment)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Cart Cannon by 10%.

When equipped with Creator Stone(Upper):
Increases damage of Cart Cannon by additional 15%.

When equipped with Creator Stone(Mid):
Reduces skill cooldown time of Howling of Mandragora by 3 seconds.

When equipped with Creator Stone(Lower):
Increases ranged physical damage by 5%.
Item Script
{ bonus2 bSkillAtk,"GN_CARTCANNON",10; },{},{}
Dropped By No Result

Genetic Stone (Lower)    Item ID# 311010 (Genetic_Bottom3)
Genetic Stone(Lower)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each Level of Sword Training:
Decreases fixed cast time by 0.1 second.

When equipped with Genetic Stone(Garment):
Increases damage of Acid Demonstration by 15%.

When equipped with Genetic Stone II(Garment):
Increases damage of Cart Tornado by 15%.
Item Script
{ bonus bFixedCast,-100*getskilllv("GN_TRAINING_SWORD"); },{},{}
Dropped By No Result

Genetic Stone (Lower)    Item ID# 1000671 (GeneticStone_Bottom3)
Genetic Stone(Lower)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
10
Description
A stone that awakens the potential of Genetic.
Gives the following effects when compounded on slot of an Costume Lower Headgear.

For each Level of Sword Training:
Decreases fixed cast time by 0.1 second.

When equipped with Genetic Stone(Garment):
Increases damage of Acid Demonstration by 15%.

When equipped with Genetic Stone II(Garment):
Increases damage of Cart Tornado by 15%.

Go to: [Aver De Dosh] at mal_in01 (23, 113) in a building near Malangdo (115, 150).
Item Script
{},{},{}
Dropped By No Result

« First < 7891011121314151617 > Last »
back to top