Renewal
.:Renewal Item Database:.

Angra Manyu [0]   [One Hand]   Item ID# 1599 (Angra_Manyu)
Type
Weapon
Class
Mace
Buy
1z
Sell
0z
Weight
1
Attack
5000 / MATK 10000
Weapon Lvl
1
Slot
0
Range
2
Applicable Jobs
Every Job
Description
"The Real Holy Cross"
Item Script
expand to view script
{ bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddClass,Class_All,100; skill "WZ_STORMGUST",10; skill "WZ_METEOR",10; skill "WZ_VERMILION",10; skill "GM_SANDMAN",1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100; bonus bAspdRate,100; },{},{}
Dropped By No Result

Asteria's Boots [1]   [Footgear]   Item ID# 22167 (Astraea_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
25
Defense
25
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@str = readparam(bStr); .@agi = readparam(bAgi); .@vit = readparam(bVit); .@int = readparam(bInt); .@dex = readparam(bDex); .@luk = readparam(bLuk); bonus bAllStats,1; if(getrefine()>=10) { if (.@str>=100) { if (.@str>=120) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; } else { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } } if (.@agi>=100) { if (.@agi>=120) bonus bAspd,1; else bonus bAspdRate,8; } if (.@vit>=100) { if (.@vit>=120) bonus2 bAddSize,Size_Medium,15; else bonus2 bAddSize,Size_Medium,10; } if (.@int>=100) { if (.@int>=120) bonus bFixedCast,-500; else bonus bFixedCastrate,-30; } if (.@dex>=100) { if (.@dex>=120) bonus bDelayrate,-5; else bonus bDelayrate,-3; } if (.@luk>=100) { if (.@luk>=120) { bonus bCritical,7; bonus bFlee2,1; } else bonus bCritical,5; } } },{},{}
Dropped By No Result

Bawaya Agimat Tattoo [0]   [Accessory]   Item ID# 2907 (Buwaya_Tattoo)
Buwaya Agimat Tattoo
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Agimat Tattoo with a huge Alligator pattern. It is told that the one who owns this tattoo will possess extreme power.
MATK +7%
Reduces fixed cast time by 7%.
Item Script
{ bonus bMatkRate,7; bonus bFixedCastrate,-7; },{},{}
Dropped By No Result

Black Winged Apostle    Item ID# 300389 (aegis_300389)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Not Available

[iRO Description]
Not Available
Item Script
{ autobonus "{ bonus bAspdRate,100; bonus bFixedCastrate,-100; }",10,10000,BF_WEAPON|BF_MAGIC; },{},{}
Dropped By No Result

Blue Bunny Hairband [1]   [Upper Head]   Item ID# 18587 (Blue_Bunny_Hairband)
Blue Bunny Band
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
1
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband that attracts men.
You can wear it when you want to look sexy.
Your sexiness increases to 100%
VIT +2, INT +1, STR +3.
If refined to +9, increase ATK and MATK by 2%.
If refined to +12, reduces fixed cast time by 10%.
Item Script
{ bonus bStr,3; bonus bInt,1; bonus bVit,2; bonus bDex,1; .@r = getrefine(); if (.@r>8) { bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; if (.@r>11) bonus bFixedCastrate,-10; } },{},{}
Dropped By No Result

Candy Cane In Mouth [0]   [Lower Head]   Item ID# 18526 (Yummy_Lollipop)
Yummy Lollipop
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Rental item
Lollipop with mysterious power.
ATK +5, MATK +5, ASPD +1, fixed cast time -20%.
Increases your Healing Skills effectiveness by 5%.
Item Script
{ bonus bMatk,5; bonus bBaseAtk,5; bonus bAspd,1; bonus bFixedCastrate,-20; bonus bHealPower,5; },{},{}
Dropped By No Result

Cuddly Siamese Cat [1]   [Upper Head]   Item ID# 19347 (Clinging_Doram_1)
Hugging Siamese Cat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
12
Armor Lvl
1
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
A cute headgear with the image of a Siamese cat hugging and spoiling.

MDEF +15, MaxHP +5%, MaxSP +5%.
Decreases after attack delay by 10% (ASPD +10%).
Decreases damage taken from Players by 3%.
Enables the use of Level 1 Greed.

For each refine level:
MaxHP +1%, MaxSP +1%.
Decreases damage taken from Players by additional 1%.
Decreases fixed cast time of all skills by 7%.

Refine Level +8:
Decreases after skill cast delay of all skills by 100%.

Refine Level +10:
Random chance to increase all stats by 30 for 10 seconds when recieving physical or magical damage.

Indestructible in battle
This item can only be sold to NPCs and moved to storage.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableHelm; bonus bMaxHPrate,5+.@r; bonus bMaxSPrate,5+.@r; bonus bAspdRate,10; bonus2 bSubRace,RC_Player_Human,3+.@r; bonus2 bSubRace,RC_Player_Doram,3+.@r; skill "BS_GREED",1; bonus bFixedCastrate,-7*.@r; if (.@r>=8) bonus bDelayrate,-100; if (.@r>=10) autobonus "{ bonus bAllStats,30; }",50,10000,BF_WEAPON|BF_MAGIC; },{},{}
Dropped By No Result

Deadman Bandana [1]   [Upper Head]   Item ID# 5903 (Hitaikakushi_)
Dead Man Bandana
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
15
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A normal ghost bandana with a red spiral insignia on the front.
It demonstrates a strong connection between the wearer and the afterlife.

Every refine level:
CRIT +2
Reduces fixed cast time of all skills by 2%.
Adds 1% chance of autocasting highest level learned Eswoo on wearer when wearer receiving physical attacks.

Refine Level +7:
MATK +20, increase variable cast time of Eswoo by 3%.

Refine Level +9:
Reduces variable cast time of all skills by 20%.
Reduces SP cost of Estun and Esma by 5.
Item Script
expand to view script
{ .@r = getrefine(); .@rate = 1; bonus bCritical,.@r*2; bonus bFixedCastrate,-2; if (.@r>=7) { bonus bMatk,20; .@rate += 3; } if (.@r>=9) { bonus bVariableCastrate,-20; bonus2 bSkillUseSP,"SL_STUN",5; bonus2 bSkillUseSP,"SL_SMA",5; } bonus3 bAutoSpellWhenHit,"SL_SWOO",getskilllv("SL_SWOO"),(.@rate*10); },{},{}
Dropped By No Result

Dragon Spear of God Era [1]   [One Hand]   Item ID# 32007 (Jirant_Spear)
Dragon God Eater Spear
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
380
Attack
360 / MATK 280
Required Lvl
130
Weapon Lvl
4
Slot
1
Range
3
Applicable Jobs
Rune Knight
Royal Guard
Description
One of the seven magical tools possessed by Zilant.
As a result of the wrapped dragon eating the soul of the king, who was touted as a god, it transformed into a magic spear that would die just by touching it if it was not prepared to abandon being a human being.

MATK +280, STR +3, DEX +5.
Increases damage of Dragon Breath - Water and Dragon Breath by 50%.
Physical attacks have a certain chance to absorb 1% of the inflicted damage as HP.

For each refine level:
ATK +2%.
Decreases after attack delay by 2%.
Decreases after skill cast delay of all skills by 1%.

Refine Level +7:
Physical attacks have a certain chance to absorb additional 2% of the inflicted damage as HP.

Refine Level +9:
Physical attacks have a certain chance to absorb additional 3% of the inflicted damage as HP.

Refine Level +10:
Decreases fixed cast time of all skills by 70%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bStr,3; bonus bDex,5; bonus2 bSkillAtk,"RK_DRAGONBREATH",50; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; bonus2 bHPDrainRate,1000,1; bonus2 bAddRace,RC_All,2*.@r; bonus bAspdRate,2*.@r; bonus bDelayrate,-.@r; if (.@r>=7) bonus2 bHPDrainRate,1000,2; if (.@r>=9) bonus2 bHPDrainRate,1000,3; if (.@r>=10) bonus bFixedCastrate,-70; },{},{}
Dropped By No Result

Eclipse Outfit [1]   [Body]   Item ID# 15374 (lunar_eclipse_Armor_)
Lunar Eclipse Clothes
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
60
Defense
120
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor that is confined the power of the wolf caught the moon. It regained the original force through a repair.

MaxHP +15%, MaxSP +15%, MDEF +10.

For each refine level:
Reduces after skill delay by 1%.

Refine Level +7:
Reduces fixed cast time of all skills by 50%.

Refine Level +9:
Reduces fixed cast time of all skills by 20%.

When equipped with Hatii Card:
Prevents Frozen status.
Random chance to inflict Frozen status on attacker when receiving physical attack.

For each refine level of Lunar Eclipse Clothes:
Increases physical damage inflicted on Water elemental monsters by 5%.

Indestructible in battle
Item Script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,10; bonus bMaxHPrate,15; bonus bMaxSPrate,15; bonus bDelayrate,-.@r; bonus bFixedCastrate,-((.@r>=9)?70:(.@r>=7?50:0)); },{},{}
Dropped By No Result

Fenrir Card [Headgear]   Item ID# 4556 (Fenrir_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Power Ward
Description
MATK +50
For every refine on the compounded equipment, MATK +5.
Reduces fixed cast time by 70%.
Item Script
{ bonus bMatk,50+getrefine()*5; bonus bFixedCastrate,-70; },{},{}
Dropped By

Fenrir's Power Scroll    Item ID# 22511 (Fenrir_Card__)
Type
Usable Item
Class
n/a
Buy
10z
Sell
5z
Weight
1
Applicable Jobs
Every Job
Description
You cannot Trade this item.
The power of Fenrir seem to be able to feel for a moment.

MATK +25.
Reduces fixed cast time by 50%.

Effect duration: 5 minutes.
Item Script
{ bonus_script "{ bonus bMatk,25; bonus bFixedCastRate,-50; }",300,1025; },{},{}
Dropped By

12345 >
back to top