Renewal
.:Renewal Item Database:.
Armor

AFK Hat [0]   [Upper Head]   Item ID# 5474 (Notice_Board)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
70
Defense
2
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
-Away From Keyboard-
A hat doesn't mean a thing in front of the keyboard.
When away, the right to tell friends!
Item Script
{},{},{}
Dropped By No Result

Afro Wig [1]   [Upper & Middle Head]   Item ID# 5258 (Afro_Wig)
Type
Armor
Class
Upper & Middle Headgear
Buy
20z
Sell
10z
Weight
10
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A fluffy afro style wig which is something teenagers go crazy for. Once you wear it, you might want to dance.
Add a 30% chance of auto casting First Aid on the user when the user receives Physical Damage.
Increase resistance to Neutral Property attacks by 1%.
Item Script
{ bonus3 bAutoSpellWhenHit,"NV_FIRSTAID",1,300; bonus2 bSubEle,Ele_Neutral,1; },{},{}
Dropped By No Result

Agenda Robe [1]   [Body]   Item ID# 15163 (Agenda_Robe)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An elegant robe.
Can only be worn by high rank law officer.

MATK +5%. Enables the use of Level 1 Spell Breaker.
Base Level at least 120: MATK +4%.
Base Level at least 140: MATK +5%.

When equipped with Cape of Ancient Lord:
Reduces variable cast time of all skills by 2%.
Enables uninterruptable skill cast.

When equipped with Manteau of Survival:
Random chance to autocast Level 1 Heal on wearer when dealing magical attacks.
For each refine level:
Increases the Heal autocast rate.

More Information on Combo:
Item Script
{ skill "SA_SPELLBREAKER",1; if (BaseLevel >= 140) { .@val = 14; } else if (BaseLevel >= 120) { .@val = 9; } else { .@val = 5; } bonus bMatkRate,.@val; },{},{}
Dropped By No Result

Agi Glove [0]   [Accessory]   Item ID# 2919 (Agi_Glove)
Type
Armor
Class
Accessory
Buy
75000z
Sell
37500z
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A glove that grows in strength with you.
MaxHP +100, MaxSP +20.
FLEE+1 per 10 points of base AGI.
Perfect Dodge +1 when base AGI is 110 or higher.
Item Script
{ bonus bMaxHP,100; bonus bMaxSP,20; bonus bFlee,(readparam(bAgi)/10); if (readparam(bAgi)>=110) bonus bFlee2,1; },{},{}
Dropped By No Result

Agi Glove [1]   [Accessory]   Item ID# 2925 (Agi_Glove_)
Agi Glove
Type
Armor
Class
Accessory
Buy
75000z
Sell
37500z
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A glove that grows in strength with you.
MaxHP +100, MaxSP +20.
FLEE+1 per 10 points of base AGI.
Perfect Dodge +1 when base AGI is 110 or higher.
Item Script
{ bonus bMaxHP,100; bonus bMaxSP,20; bonus bFlee,(readparam(bAgi)/10); if (readparam(bAgi)>=110) bonus bFlee2,1; },{},{}
Dropped By No Result

AGI Soutane [1]   [Body]   Item ID# 15398 (CassockA_AGI)
Soutane of Agility
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
80
Defense
100
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The blessing of increasing the agility of the robes worn by priests who worshiped agility in Odin's power.

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

For each 2 refine levels: Increases long ranged physical damage by 3%.

For each 3 refine levels: AGI +5.

For each 4 refine levels:
Increases physical damage against Angel and Demon monsters by 8%.

When equipped with Clergy's Boots and Clergy's Manteau:
AGI +8, DEF +30, MDEF +15.
Decreases damage taken from Angel and Demon momnsters by 15%.

If total refine level of entire set at least +27:
Increases long range physical damage by 10%
Decreases after skill cast delay of all skills by 20%.
Decreases fixed cast time by 20%.
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspdRate,10; bonus bLongAtkRate,3*(.@r/2); bonus bAgi,5*(.@r/3); bonus2 bAddRace,RC_Angel,8*(.@r/4); bonus2 bAddRace,RC_Demon,8*(.@r/4); },{},{}
Dropped By No Result

Agriculture Clothes [1]   [Body]   Item ID# 15144 (Agricul_Cloth)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
120
Defense
30
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Ritualistic clothing that appears to repel insects.
MDEF +5
Reduces damage taken from Insect monsters by 5%.

Every refine level:
MDEF +1
Reduces damage taken from Insect monsters by 1%.
Item Script
{ .@r = getrefine(); bonus bMdef,5+.@r; bonus2 bSubRace,RC_Insect,5+.@r; },{},{}
Dropped By No Result

Ahura Mazdah [0]   [Shield]   Item ID# 2199 (Ahura_Mazda)
Type
Armor
Class
Shield
Buy
1z
Sell
0z
Weight
1
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
"The Shield of all Shields"
Item Script
expand to view script
{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; bonus2 bSubRace,RC_Player_Human,95; skill "CR_FULLPROTECTION",5; skill "WZ_ESTIMATION",1; skill "ST_FULLSTRIP",5; skill "HW_MAGICPOWER",10; skill "ECL_SNOWFLIP",1; skill "ECL_PEONYMAMY",1; skill "ECL_SADAGUI",1; skill "ECL_SEQUOIADUST",1; bonus bMaxHPrate,200; bonus bNoKnockback; bonus bDelayrate,-100; bonus bSpeedRate,25; bonus bIntravision; bonus bNoWalkDelay; bonus bNoGemStone; },{},{}
Dropped By No Result

Air Boss [0]   [Footgear]   Item ID# 2448 (Air_Boss)
Fast shoes
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
50
Defense
2
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
These are special shoes made by a craftsman of a place famous for its beaches and festivities.
There are many legends around these rarities, such as the inexplicable ability that your users get to dance.
Everyone who feel a little lighter, as if they are floating. The shoes also come with an anti-foot odor effect.
Increase ASPD by 3%, and reduce variable cast time by 3%.
AGI +1
Item Script
{ bonus bAgi,1; },{},{}
Dropped By No Result

Airplane Hat [1]   [Upper Head]   Item ID# 18618 (Airplane_Hat)
Rockabilly Hair
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
8
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
Look like a hunk o' burnin' love with this retro hairstyle wig.
Item Script
{},{},{}
Dropped By No Result

Airship's Armor [0]   [Body]   Item ID# 15116 (Airship_Armor)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
70
Defense
100
Required Lvl
125
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Armor used by travelers who went on board the Ferlock's (Tarlock's) airship.
These are goods that were stolen from the monsters that attacked the airship during the incident.
All Stats +1
MDEF +10
MaxHP +1000, MaxSP +100.
Unrefineable

[Airship Set(Armor, cloak, boots)]
MaxHP +25%, MaxSP +25%.
Increase movement speed.

More Information on Combo:
Item Script
{ bonus bMaxHP,1000; bonus bMaxSP,100; bonus bMdef,10; bonus bAllStats,1; },{},{}
Dropped By

Airship's Boots [0]   [Footgear]   Item ID# 22046 (Airship_Boots)
Type
Armor
Class
Footgear
Buy
10z
Sell
5z
Weight
0
Defense
26
Required Lvl
125
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Boots used by travelers who come aboard the ariship Ferlock (Tarlock).
Stolen from the monsters during the event of airship raid.
AGI +1, ASPD +10%.
Unrefineable, Untradable.

More Information on Combo:
Item Script
{ bonus bAgi,1; bonus bAspdRate,10; },{},{}
Dropped By

« First < 56789101112131415 > Last »
back to top