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

Light Epsilon Box    Item ID# 12943 (Right_Epsilon_Box)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
0
Description
A box containing 1 Refined Light Epsilon. Please take a care because is fragile.
Rental period for 7 days.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getgroupitem(IG_Right_Epsilon_Box); },{},{}
Dropped By No Result

Light Epsilon Box    Item ID# 14122 (F_Right_Epsilon_Box)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 1 Refined Light Epsilon.
Rental period for 7 days.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ rentitem 1372,604800; },{},{}
Dropped By No Result

Light Epsilon Box    Item ID# 16884 (C_Right_Epsilon_Box)
Refined Light Epsilon Box
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 1 Light Epsilon. Handle with care! Available for 7 days.

Rental Item
A Greek ceremonial axe that possesses the power of holiness.
STR +10
Increases movement speed.
Enables the use of Level 3 Heal.
Increases physical damage against Demon monsters by 3%.

This item is not refundable.
Item Script
{ getgroupitem(IG_C_RIGHT_EPSILON_BOX); },{},{}
Dropped By No Result

Light Granule    Item ID# 7938 (Light_Granule)
Type
Miscellaneous
Class
n/a
Buy
1500z
Sell
750z
Weight
1
Description
A golden crystal. It seems very warm such as sunshine has been put into.
Item Script
{},{},{}
Dropped By
expand to view all

Light Of Cure [0]   [Accessory]   Item ID# 2864 (Light_Of_Cure)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
0
Required Lvl
110
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Arch Bishop
Description
An ancient gold colored ring, rumored to be owned by an ancient wise sage.
VIT + 2
Increases the effectiveness of healing skills by 2%.
Can be enchanted to improve Highness Heal.
Item Script
{ bonus bVit,2; bonus bHealPower,2; },{},{}
Dropped By

Light Of El Discastes [0]   [Accessory]   Item ID# 2844 (El_Dicastes_Light)
Light of El Dicastes
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
80
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
This item cannot be traded with others.
A brooch made to resemble the El Dicastes Diel.
Allows teleportation to the Sapha Capital El Discastes at all times with the skill [Return to El Dicastes] Level 1.
Open your skill window and use skill to activate.
Item Script
{ skill "RETURN_TO_ELDICASTES",1; },{},{}
Dropped By No Result

Light of Recovery [1]   [One Hand]   Item ID# 1659 (Recovery_Light)
Recovery Light
Type
Weapon
Class
One-handed Staff
Buy
56000z
Sell
28000z
Weight
40
Attack
30 / MATK 160
Required Lvl
110
Weapon Lvl
4
Slot
1
Property
Holy
Applicable Jobs
Arch Bishop
Description
A staff used for healing skill.
MATK +160
Increases Healing skills by (6*Refine Level)%.
Increases SP cost of Heal, Coluceo Heal and Highness Heal based on refine level.
Indestructible

More Information on Combo:
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon; .@r = getrefine(); bonus bHealPower,(.@r*6); bonus2 bSkillUseSP,"AL_HEAL",-(.@r*10); bonus2 bSkillUseSP,"AB_CHEAL",-(.@r*12); bonus2 bSkillUseSP,"AB_HIGHNESSHEAL",-(.@r*14); },{},{}
Dropped By

Light Orange Potion    Item ID# 599 (Light_Orange_Pot)
Type
Healing Item
Class
n/a
Buy
200z
Sell
100z
Weight
1
Description
A potion made from ground Red and Yellow Herbs that restores about 105 HP.
Item Script
{ itemheal rand(105,145),0; },{},{}
Dropped By No Result

Light Orange Potion Box    Item ID# 13532 (Light_Orange_Pot_Box)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 50 Light Orange Potion. Please take a care because is fragile.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getitem 599,50; },{},{}
Dropped By No Result

Light Power Harp [2]   [One Hand]   Item ID# 570037 (Light_Power_Harp)
Type
Weapon
Class
Musical Instrument
Buy
n/a
Sell
n/a
Weight
200
Attack
200
Required Lvl
215
Weapon Lvl
5
Slot
2
Gender
Male Only
Applicable Jobs
Troubadour / Trouvere
Description
An instrument that absorbs light and emits it as music.

ATK +5%, CON +2
Increases damage of Rythm Shooting by 5%.

Refine Level +5:
Increases damage of Rythm Shooting by additional 10%.

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases damage of Rythm Shooting by additional 10%.

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

Refine Level +11:
Increases damage of Rythm Shooting by additional 5%.
Increases damage of Rose Blossom by 15%.

[Bonus by Grade]
[Grade D]: ranged physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bCon,2; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; if (.@r>=5) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Light Power Spark [2]   [One Hand]   Item ID# 580038 (Light_Power_Spark)
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
200
Attack
200
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Troubadour / Trouvere
Description
A whip that releases the power of light.

ATK +5%, CON +2
Increases damage of Rythm Shooting by 5%.

Refine Level +5:
Increases damage of Rythm Shooting by additional 10%.

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases damage of Rythm Shooting by additional 10%.

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

Refine Level +11:
Increases damage of Rythm Shooting by additional 5%.
Increases damage of Rose Blossom by 15%.

[Bonus by Grade]
[Grade D]: ranged physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bCon,2; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; if (.@r>=5) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Light Red Potion    Item ID# 598 (Light_Red_Pot)
Type
Healing Item
Class
n/a
Buy
50z
Sell
25z
Weight
1
Description
A potion made from ground Red Herbs that restores about 45 HP.
Item Script
{ itemheal rand(45,65),0; },{},{}
Dropped By No Result

« First < 10351036103710381039104010411042104310441045 > Last »
back to top