Renewal
.:Renewal Item Database:.
Armor

Advanced Paradise Necklace [0]   [Accessory (Right)]   Item ID# 490129 (2Para_Acc_R_B)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality necklace given to members of the Paradise Group.

Enables the use of Level 1 Heal.

Decreases variable cast time by 10%.
ASPD +5% (Decreases after attack delay by 5%).
Item Script
{ skill "AL_HEAL",1; bonus bVariableCastrate,-10; bonus bAspdRate,5; },{},{}
Dropped By No Result

Advanced Paradise Ring [0]   [Accessory (Left)]   Item ID# 490126 (2Para_Acc_L_A)
Type
Armor
Class
Accessory (Left)
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality ring given to members of the Paradise Group.

ATK +3%

Protects from skill cast interruption.

When equipped with Advanced Paradise Gloves:
Decreases fixed cast time by 0.2 seconds.
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 105:
ATK +2%

Base Level at least 110:
Increases melee and ranged physical damage by 5%.

Base Level at least 120:
Increases critical damage by 5%.
Item Script
{ bonus bAtkRate,3; bonus bNoCastCancel; },{},{}
Dropped By No Result

Advanced Paradise Robe [0]   [Body]   Item ID# 450186 (2Para_Armor_B)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0
Defense
35
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A high-quality robe given to members of the Paradise Group.

MaxHP +1000
MaxSP +250

Decreases after skill cast delay by 5%.

For each 10 Base Level:
MATK +5 (Up to Base Level 150)

Base Level at least 105:
MATK +3%

Base Level at least 110:
Decreases after skill cast delay by additional 5%.

Base Level at least 120:
MaxHP +3%

Base Level at least 130:
MATK +40
Item Script
expand to view script
{ bonus bMaxHP,1000; bonus bMaxSP,250; bonus bDelayrate,5; bonus bMatk,5*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bMatkRate,3; if (BaseLevel>=110) bonus bDelayrate,5; if (BaseLevel>=120) bonus bMaxHPrate,3; if (BaseLevel>=130) bonus bMatk,40; },{},{}
Dropped By No Result

Advanced Paradise Shoes [0]   [Footgear]   Item ID# 470093 (2Para_Boots_B)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A pair of high-quality shoes given to members of the Paradise Group.

Increases magical damage with every element by 10%.
Decreases fixed cast time of skills by 0.3 seconds.

For each 10 Base Level:
MaxHP +40, MaxSP +30 (Up to Base Level 150)

Base Level at least 105:
Decreases variable cast time by 10%.

Base Level at least 110:
Increases magical damage against enemies of every element by 5%.

Base Level at least 120:
Increases magical damage against enemies of every element by additional 5%.

Base Level at least 130:
MATK +5%
Item Script
expand to view script
{ bonus2 bMagicAtkEle,Ele_All,10; bonus bFixedCast,-300; bonus bMaxHP,40*(min(BaseLevel,150)/10); bonus bMaxSP,30*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bVariableCastrate,-10; if (BaseLevel>=110) bonus2 bMagicAddEle,Ele_All,5; if (BaseLevel>=120) bonus2 bMagicAddEle,Ele_All,5; if (BaseLevel>=130) bonus bMatkRate,5; },{},{}
Dropped By No Result

Advanced Ring Of Flame Lord [0]   [Accessory]   Item ID# 2957 (Good_Ring_Of_Flame_Lord)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
85
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Knight
Priest
Wizard
Blacksmith
Hunter
Assassin
Crusader
Monk
Sage
Rogue
Alchemist
Bard / Dancer
Star Gladiator
Soul Linker
Kagerou / Oboro
Rebellion
Description
Fire Spirit king's power ring. Once worn, your weapon will spout its boiling spirit power.
A good pair with Advanced Ring Of Resonance
Str +3, Vit +2, ATK +20.
Resistance to Fire damage +10%.
When dealing physical damage, autocasts various skills.
When equipped in combination with Advanced Ring of Resonance, the autocast skills increases.

More Information on Combo:
Item Script
expand to view script
{ bonus bStr,3; bonus bVit,2; bonus bBaseAtk,20; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,30; bonus3 bAutoSpell,"MO_EXPLOSIONSPIRITS",1,10; bonus3 bAutoSpell,"PA_PRESSURE",2,30; bonus3 bAutoSpell,"MG_FIREBALL",1,150; bonus3 bAutoSpell,"KN_BOWLINGBASH",5,20; },{},{}
Dropped By No Result

Advanced Ring Of Resonance [0]   [Accessory]   Item ID# 2958 (Good_Ring_Of_Resonance)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Defense
2
Required Lvl
85
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Knight
Priest
Wizard
Blacksmith
Hunter
Assassin
Crusader
Monk
Sage
Rogue
Alchemist
Bard / Dancer
Star Gladiator
Soul Linker
Kagerou / Oboro
Rebellion
Description
Missing pair ring for Advanced Ring Of Flame Lord. Equipping together will bring extra effects for both rings.
Agi +3, Vit +1, MDEF +2, MATK +10.
When recieving physical damage, autocasts various skills.

More Information on Combo:
Item Script
expand to view script
{ bonus bAgi,3; bonus bVit,1; bonus bMdef,2; bonus bMatk,10; bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,50,0; bonus3 bAutoSpellWhenHit,"AS_SPLASHER",10,20; bonus3 bAutoSpellWhenHit,"AL_HEAL",10,30; bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",3,20; bonus3 bAutoSpellWhenHit,"CG_TAROTCARD",5,20; },{},{}
Dropped By No Result

Advanced Safety Ring [1]   [Accessory]   Item ID# 2956 (Safety_Ring_)
Type
Armor
Class
Accessory
Buy
75000z
Sell
37500z
Weight
10
Required Lvl
50
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
Magical ring that reduces damage towards the wearer.
DEF +10 , MDEF +5, All Stats +1.
Item Script
{ bonus bMdef,5; bonus bAllStats,1; },{},{}
Dropped By No Result

Advanced Welding Mask [0]   [Middle & Lower Head]   Item ID# 18775 (Improved_Welding_Mask)
Type
Armor
Class
Middle & Lower Headgear
Buy
20z
Sell
10z
Weight
30
Defense
2
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Merchant
Blacksmith
Alchemist
Description
Steel made mask. Focussing on utility only. Protects your face from any kind of fire impacts.

DEX +5, LUK +5.
Decreases damage taken from Fire elemental attacks by 10%.
Item Script
{ bonus2 bSubEle,Ele_Fire,10; bonus bDex,5; bonus bLuk,5; },{},{}
Dropped By No Result

Adventurer's Backpack [1]   [Garment]   Item ID# 2576 (Bravery_Bag)
Heroic Backpack
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
20
Defense
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A small backpack with essential item for adventure.
Enables use of Level 1 Greed.
[- Base STR 90 or higher -]
Refined to +7, ATK +20
Refined to +9, ATK +10
[- Base INT 90 or higher -]
Refined to +7, MATK +30
Refined to +9, MATK +20
[- Base VIT 90 or higher -]
Refined to +7,
Neutral resistance +10%.
Refined to +9,
Neutral resistance +5%.
[- Base AGI 90 or higher -]
Refined to +7, ASPD +8%
Refined to +9, ASPD +1
[- Base DEX 90 or higher -]
Refined to +7, long ranged physical attack damage +5%.
Refined to +9, long ranged physical attack damage +5%.
[- Base LUK 90 or higher -]
Refined to +7, critical attack damage +10%.
Refined to +9, critical attack damage +5%.
Item Script
expand to view script
{ skill "BS_GREED",1; .@r = getrefine(); if (.@r>=7) { if (readparam(bStr)>=90) { bonus bBaseAtk,(.@r>=9)?30:20; } if (readparam(bInt)>=90) { bonus bMatk,(.@r>=9)?50:30; } if (readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,(.@r>=9)?10:5; } if (readparam(bAgi)>=90) { bonus bAspdRate,8; if (.@r>=9) { bonus bAspd,1; } } if (readparam(bDex)>=90) { bonus bLongAtkRate,(.@r>=9)?10:5; } if (readparam(bLuk)>=90) { bonus bCritAtkRate,(.@r>=9)?15:10; } } },{},{}
Dropped By No Result

Adventurer's Spirit [1]   [Garment]   Item ID# 20831 (Elder_Spirit)
Type
Armor
Class
Garment
Buy
1000z
Sell
500z
Weight
40
Defense
40
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An item made by an adventurer's grudge. It can collect magic and withdraw it freely.
INT +5
If upgrade level is +5 or higher, MATK +5 for every 60 base INT.
If upgrade level is +7 or higher, Additional MATK +5 for every 10 base INT.

Set Bonus
Adventurer's Spirit
Antique Book Card
Disables the effect of Antique Book Card (MATK +5 for every 10 base INT).
Item Script
{ .@r = getrefine(); bonus bInt,5; if (.@r>=5) bonus bMatk,5*(readparam(bInt)/60); if (.@r>=7) bonus bMatk,5*(readparam(bInt)/10); },{},{}
Dropped By No Result

Adventurer's Suit [0]   [Body]   Item ID# 2305 (Adventure_Suit)
Type
Armor
Class
Armor
Buy
1000z
Sell
500z
Weight
30
Defense
20
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A light, comfortable suit made just for young adventurers.
Item Script
{},{},{}
Dropped By
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Adventurer's Suit [1]   [Body]   Item ID# 2306 (Adventurere's_Suit_)
Type
Armor
Class
Armor
Buy
1000z
Sell
500z
Weight
30
Defense
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A light, comfortable suit made just for young adventurers.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

< 1234567891011 > Last »
back to top