Renewal
.:Renewal Item Database:.

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's Booster Shadow Weapon [Shadow Weapon]   Item ID# 24592 (S_GN_B_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 Booster Shadow Armor, Booster Shadow Shield, Booster Shadow Shoes, Booster Shadow Earring and Booster Shadow Pendant:
Decreases variable cast time by 10%.
Increases ranged physical damage by 15%.
Decreases after skill cast delay of all skills by 15%.
Ignores 70% physical and magical defense of all race monsters (Except Players).

Decreases Cart Tornado skill cooldown by 1 second.
Increases damage of Cart Cannon by 15%.
Item Script
{ bonus bMatk,10; bonus bBaseAtk,10; },{},{}
Dropped By No Result

Gentleman Fez [1]   [Upper Head]   Item ID# 18924 (Fez_Of_Gentle)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
60
Defense
7
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Fezzes are neat! For the traveling adventurer with time on his or her hands.
DEX +2.
When refined to +8 or higher, DEX +1.
When refined to +10 or higher, DEX +2.
Item Script
{ .@r = getrefine(); bonus bDex,2; if (.@r = 8) bonus bDex,1; if (.@r = 10) bonus bDex,2; },{},{}
Dropped By No Result

Gentleman's Pipe [0]   [Lower Head]   Item ID# 5377 (Antique_Pipe)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A long smoking pipe used by gentlemen and nobility.
Decreases damage from Demi Human monster by 2%.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; },{},{}
Dropped By No Result

Geographer Band [0]   [Upper Head]   Item ID# 5186 (Geographer_Band)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
2
Required Lvl
30
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A special decoration geographer designed to rest nicely on your head.
INT + 1
Add 5% chance of auto casting Level 1 Heal on the user when the user receives Physical Melee Damage.
Impossible to refine this item.
Item Script
{ bonus bInt,1; bonus3 bAutoSpellWhenHit,"AL_HEAL",1,50; },{},{}
Dropped By No Result
Obtainable FromOld Red Box

Gerhard Von Deviruchi [1]   [Upper Head]   Item ID# 18950 (Gerhard_Von_Devi)
Gerhard Von Deviruchi XIII
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Anniversary ballon of XIII generation of Gearhard Von Deviruchi.
INT +1, DEX +1, MATK +5%.
When base INT at least 99: MATK +2%.
When base INT at least 120: MATK +3%.

When you have cute pet Deviruchi: After cast skill delay -2%.
When intimacy is Cordial: After cast skill delay -3%.
Unrefineable
Item Script
expand to view script
{ bonus bInt,1; bonus bDex,1; if (readparam(bInt) >= 120) bonus bMatkRate,10; else if (readparam(bInt) >= 99) bonus bMatkRate,7; else bonus bMatkRate,5; if (getpetinfo(PETINFO_EGGID) == 9023) { if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) bonus bDelayrate,-5; else bonus bDelayrate,-2; } },{},{}
Dropped By No Result

GF Recruiter Hat [0]   [Upper Head]   Item ID# 5346 (Gf_Recruiter_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
4
Required Lvl
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A helm with a girlfriend wanted ad on it. Let's introduce him to a girl!
Item Script
{},{},{}
Dropped By No Result

Ghost Bandana [0]   [Upper Head]   Item ID# 2274 (Ghost_Bandana)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A traditional Japanese headpiece associated with the afterlife.
AGI +2
Increases resistance against Ghost property attack by 15%.
Item Script
{ bonus bAgi,2; bonus2 bSubEle,Ele_Ghost,15; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Ghost Scroll    Item ID# 22619 (Ghost_Summon_Scroll)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Is there a way to summon the ghost scrolls written.
Ghost will not really out surely?
This item is impossible to deal with another account.
Item Script
{ /* mercenary_create M_E_DEVILING,1800000; */ },{},{}
Dropped By No Result

« First < 392393394395396397398399400401402 > Last »
back to top