Renewal
.:Renewal Item Database:.

Illusion Goibne Armor [1]   [Body]   Item ID# 15348 (Goibne_Armor_IL)
Illusion Goibniu's Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
350
Defense
158
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A suit of armor that was accidentally enchanted by Goibniu the blacksmith when he spilled the mystic ale of life all over it.

MaxHP +10%.

Refine Level +7: DEF +50.
Refine Level +9: DEF +100.

More Information on Combo:
Combo Script
{ bonus bVit,5; bonus bMaxSPrate,5; bonus bDef,5; bonus bMdef,15; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; .@hp = 15; .@r[0] = getequiprefinerycnt(EQI_ARMOR); .@r[1] = getequiprefinerycnt(EQI_HEAD_TOP); .@r[2] = getequiprefinerycnt(EQI_GARMENT); .@r[3] = getequiprefinerycnt(EQI_SHOES); .@sum = .@r[0]+.@r[1]+.@r[2]+.@r[3]; if (.@r[0] >= 7 && .@r[1] >= 7 && .@r[2] >= 7 && .@r[3] >= 7) { .@hp += 10; } bonus bMaxHPrate,.@hp; if (.@sum >= 36) { bonus bFixedCast,-700; if (.@sum >= 40) { bonus bDelayrate,-20; } } }
Item Script
{ bonus bMaxHPrate,10; .@r = getrefine(); if (.@r >= 9) { bonus bDef,150; } else if (.@r >= 7) { bonus bDef,50; } },{},{}
Dropped By No Result

Illusion Goibne Helm [1]   [Upper Head]   Item ID# 19366 (Goibne_Helmet_IL)
Illusion Goibne's Helm
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
25
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
One of Goibne's few armors which made
weapons the most. The gods rated Gebne's armor better than weapons.

VIT +3, MDEF +3.

Refine Level +7: VIT +5.
Refine Level +9: Decreases after skill cast delay of all skills by 12%.

When equipped with
[Illusion Goibne's Armor, Illusion Goibne's Spaulder and Illusion Goibne's Greaves]:

VIT +5, MaxHP +15%, MaxSP +5% DEF +5, MDEF +15.
Decreases damage taken from Water, Wind, Earth and Fire elemental attacks by 10%.

If Refine Level of Illusion Goibne's Armor,
Illusion Goibne's Spaulder and Illusion Goibne's Greaves each is +7 or higher:
MaxHP +10%

If total refine level of entire set at least +36:
Decreases fixed cast time by 0.7 seconds.

If total refine level of entire set at least +40:
Decreases after skill cast delay of all skills by 20%.

More Information on Combo:
Combo Script
{ bonus bVit,5; bonus bMaxSPrate,5; bonus bDef,5; bonus bMdef,15; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; .@hp = 15; .@r[0] = getequiprefinerycnt(EQI_ARMOR); .@r[1] = getequiprefinerycnt(EQI_HEAD_TOP); .@r[2] = getequiprefinerycnt(EQI_GARMENT); .@r[3] = getequiprefinerycnt(EQI_SHOES); .@sum = .@r[0]+.@r[1]+.@r[2]+.@r[3]; if (.@r[0] >= 7 && .@r[1] >= 7 && .@r[2] >= 7 && .@r[3] >= 7) { .@hp += 10; } bonus bMaxHPrate,.@hp; if (.@sum >= 36) { bonus bFixedCast,-700; if (.@sum >= 40) { bonus bDelayrate,-20; } } }
Item Script
{ .@r = getrefine(); .@vit = 3; if (.@r >= 7) { .@vit += 5; if (.@r >= 9) { bonus bDelayrate,-12; } } bonus bVit,.@vit; bonus bMdef,3; },{},{}
Dropped By No Result

Illusion Goibne Spaulders [1]   [Garment]   Item ID# 20923 (Goibne_Shoulder_IL)
Illusion Goibne's Spaulders
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
100
Defense
47
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
The first armor made by Goibne. He loved the shoulder straps very much.

VIT +1, MDEF +2.

Refine Level +7:
Increases physical damage against Water, Wind, Earth and Fire elemental monsters by 5%.

Refine Level +9:
Increases physical damage against Water, Wind, Earth and Fire elemental monsters by additional 5%.

More Information on Combo:
Combo Script
{ bonus bVit,5; bonus bMaxSPrate,5; bonus bDef,5; bonus bMdef,15; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; .@hp = 15; .@r[0] = getequiprefinerycnt(EQI_ARMOR); .@r[1] = getequiprefinerycnt(EQI_HEAD_TOP); .@r[2] = getequiprefinerycnt(EQI_GARMENT); .@r[3] = getequiprefinerycnt(EQI_SHOES); .@sum = .@r[0]+.@r[1]+.@r[2]+.@r[3]; if (.@r[0] >= 7 && .@r[1] >= 7 && .@r[2] >= 7 && .@r[3] >= 7) { .@hp += 10; } bonus bMaxHPrate,.@hp; if (.@sum >= 36) { bonus bFixedCast,-700; if (.@sum >= 40) { bonus bDelayrate,-20; } } }
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,2; bonus bVit,1; if (.@r >= 7) { .@val = 5; if (.@r >= 9) { .@val += 10; } } if (.@val) { bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddEle,Ele_Wind,.@val; bonus2 bAddEle,Ele_Earth,.@val; bonus2 bAddEle,Ele_Fire,.@val; } },{},{}
Dropped By No Result

Illusion Goibne's Greaves [1]   [Footgear]   Item ID# 22192 (Goibne_Boots_IL)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
120
Defense
42
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
Shoe that Goibne made for a bet against his rival Dulb.

MaxHP +5%, MaxSP +5%.

Refine Level +7: Decreases variable cast time by 5%.
Refine Level +9: Increases long ranged physical damage by 10%.

More Information on Combo:
Combo Script
{ bonus bVit,5; bonus bMaxSPrate,5; bonus bDef,5; bonus bMdef,15; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; .@hp = 15; .@r[0] = getequiprefinerycnt(EQI_ARMOR); .@r[1] = getequiprefinerycnt(EQI_HEAD_TOP); .@r[2] = getequiprefinerycnt(EQI_GARMENT); .@r[3] = getequiprefinerycnt(EQI_SHOES); .@sum = .@r[0]+.@r[1]+.@r[2]+.@r[3]; if (.@r[0] >= 7 && .@r[1] >= 7 && .@r[2] >= 7 && .@r[3] >= 7) { .@hp += 10; } bonus bMaxHPrate,.@hp; if (.@sum >= 36) { bonus bFixedCast,-700; if (.@sum >= 40) { bonus bDelayrate,-20; } } }
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@r >= 7) { bonus bVariableCastrate,-5; if (.@r >= 9) { bonus bLongAtkRate,10; } } },{},{}
Dropped By No Result

back to top