Renewal
.:Item Database:.

Geographer Band [0]   [Upper Head]   Item ID# 5186 (Geographer_Band)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
1
Required Lvl
30
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A special decoration geographer designed to rest nicely on your head.
INT + 1
Add 5% chance of auto casting Level 1 Heal on the user when the user receives Physical Melee Damage.
Impossible to refine this item.
Item Script
{ bonus bInt,1; bonus3 bAutoSpellWhenHit,"AL_HEAL",1,50; },{},{}
Dropped By No Result
Obtainable FromOld Red Box

Geographer Card [Armor]   Item ID# 4280 (Geographer_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Blessed
Description
Add a 3% chance of auto casting Level 2 Blessing on the user when the user receives Physical Damage.
If the user has mastered the skill at Level 10, it will cast Level 10 Blessing.
[+ Rideword, Enchanted Peach Tree, Cookie & Seal Card]
VIT + 10
Reduce Casting Time by 10%.
Reduce 10% SP comsumption.
[Acolyte Class]
Receive 30% less damage from Demon and Undead monster.
Receive 5% more Experience Points from Demon and Undead monsters.

More Information on Combo:
Item Script
{ bonus3 bAutoSpellWhenHit,"AL_BLESSING",2+8*(getskilllv("AL_BLESSING")==10),30; },{},{}
Dropped By
Obtainable FromOld Card Album

Glorious Claw [0]   [One Hand]   Item ID# 1826 (Krieger_Knuckle1)
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
0
Attack
30
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Monk
Description
Increases physical attack against DemiHuman monster by 95%.
Adds 25% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
Add a chance of auto casting Level 5 Investigate (Occult Impact) when dealing physical damage.
Add a chance of auto casting Level 1 Decrease Agility when dealing physical damage.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) { bonus3 bAutoSpell,"MO_INVESTIGATE",5,(getrefine()*10-50); bonus3 bAutoSpell,"AL_DECAGI",1,(getrefine()*10-50); } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Claymore [0]   [Two Handed]   Item ID# 1187 (Krieger_Twohand_Sword1)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
0
Attack
220
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
Increases physical attack against DemiHuman monster by 70%.
Adds 25% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Pierces Defense of DemiHuman monster by 5%.
[Slaughter] Lv 2
[Refine Rate +9 or higher]
Add a chance of auto casting Level 1 Concentration when dealing physical damage.
Add a chance of auto casting Level 1 Aura Blade when dealing physical damage.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bAddRace,RC_Player_Human,70; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25; bonus2 bIgnoreDefRaceRate,RC_Player_Human,25; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) { bonus3 bAutoSpell,"LK_CONCENTRATION",max(getskilllv("LK_CONCENTRATION"),1),30; bonus3 bAutoSpell,"LK_AURABLADE",max(getskilllv("LK_AURABLADE"),1),30; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Cleaver [0]   [One Hand]   Item ID# 1310 (Krieger_Onehand_Axe1)
Type
Weapon
Class
One-handed Axe
Buy
20z
Sell
10z
Weight
0
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
Increases physical attack against DemiHuman monster by 75%.
Adds 20% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Attack Speed + 5%.
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
Add 5% chance of auto casting Level 1 Critical Wound when dealing physical damage.
Add a chance of auto casting Level 2 Critical Wound when using skill Mammonite.
Attack Speed + 5%.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,75; bonus2 bAddRace,RC_Player_Human,75; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus bAspdRate,5; } if(getrefine()>8) { bonus bAspdRate,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Cure Wand [0]   [One Hand]   Item ID# 1641 (Krieger_Onehand_Staff2)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
70
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
MATK + 15%
Increases the effectiveness of your Heal and Sanctuary skills by 14%.
Skill Aftercast Delay - 10%.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Increases the effectiveness of your Heal by 5%.
Enables use of Level 1 Blessing.
[Refine Rate +9 or higher]
Add a chance of auto casting Level 10 Heal when using skill Heal.
[Refine Rate 10]
Increases the effectiveness of your Heal by 10%.
Item Script
expand to view script
{ bonus bHealPower,14; bonus bDelayRate,-10; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,5; bonus bHealPower,5+(getrefine()-5)*2; } if(getrefine()>8) bonus5 bAutoSpellOnSkill,"AL_HEAL","AL_HEAL",10,100,1; if(getrefine()>9) { bonus bHealPower,10; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Destruction Staff [0]   [Two Handed]   Item ID# 2002 (Krieger_Twohand_Staff1)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
70
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Description
Increases magical attack against DemiHuman monster by 15%.
Adds 25% magical defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
Each refine increases MATK + 1%.

[Refine Rate +6 or higher]
Ignore Magic Defense of Demihumans +5%, [Destruction] Lv 1 (Damage bonus of Destruction increases up to the upgrade level 14.)

[Refine Rate +9 or higher]
Add a chance of auto casting Level 10 Safety Wall when casting Level 10 Lord of Vermillion, Meteor Storm, Storm Gust on yourself.
Item Script
expand to view script
{ bonus bMatkRate,getrefine(); bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bMagicAddRace,RC_Player_Human,15; bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,25; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,25; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bMagicAddRace,RC_DemiHuman,(getrefine()-5)*2; bonus2 bMagicAddRace,RC_Player_Human,(getrefine()-5)*2; bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,5+(getrefine()-5)*2; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,5+(getrefine()-5)*2; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,"WZ_STORMGUST","MG_SAFETYWALL",10,200,1; bonus5 bAutoSpellOnSkill,"WZ_METEOR","MG_SAFETYWALL",10,200,1; bonus5 bAutoSpellOnSkill,"WZ_VERMILION","MG_SAFETYWALL",10,200,1; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Fist [0]   [One Hand]   Item ID# 1827 (Krieger_Knuckle2)
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
0
Attack
30
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Monk
Description
Increases physical attack against DemiHuman monster by 95%.
Adds 25% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
Removes cast time of Asura Strike (Guillotine Fist).
When using Explosion Spirits (Fury), there is a chance to autocasting Level 1 Dangerous Soul Collect (Zen).
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) { bonus2 bCastrate,"MO_EXTREMITYFIST",-100; bonus4 bautospellonskill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Flamberge [0]   [One Hand]   Item ID# 13416 (Krieger_Onehand_Sword1)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
0
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Novice (& Supernovice)
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
Increases physical attack against DemiHuman monster by 75%.
Pierces Defense of DemiHuman monster by 20%.

Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Pierces Defense of DemiHuman monster by 5%.
[Slaughter] Lv 1
[Refine Rate +7 or higher]
Attack Speed + 10%.
[Refine Rate +9 or higher]
Add a chance of auto casting Level 2 Critical Wound when using skill Bash.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,75; bonus2 bAddRace,RC_Player_Human,75; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>6) bonus bAspdRate,5; if(getrefine()>8) { bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Gladius [0]   [One Hand]   Item ID# 13042 (Krieger_Dagger1)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
0
Attack
120
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Novice (& Supernovice)
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
Increases physical attack against DemiHuman monster by 75%.
Pierces Defense of DemiHuman monster by 20%.
Add a chance of auto casting Level 1 Lex Devina on an enemy when attacking.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Pierces Defense of DemiHuman monster by 5%.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
When using the skill backstab, there's a high chance to cause Bleeding status to everyone in a 5x5 area.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,75; bonus2 bAddRace,RC_Player_Human,75; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus3 bAutoSpell,"PR_LEXDIVINA",1,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,"RG_RAID","NPC_WIDEBLEEDING",1,250; },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Guitar [0]   [One Hand]   Item ID# 1927 (Krieger_Instrument1)
Type
Weapon
Class
Musical Instrument
Buy
20z
Sell
10z
Weight
0
Attack
50
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Bard / Dancer
Description
Increases physical attack against DemiHuman monster by 95%.
Adds 20% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
Add a chance of auto casting Level 5 Tarot Card on the monster when using skill Arrow Vulcan.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,"CG_ARROWVULCAN","CG_TAROTCARD",5,100; },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Holy Avenger [0]   [One Hand]   Item ID# 13418 (Krieger_Onehand_Sword3)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
0
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
INT + 6
MATK +10%
Increases INT by Refine Level - 5.
Indestructible (except in upgrade attempts)

[Refine Rate +6 or higher]
Reduces SP consumption of skill by 10%.
[Refine Rate +9 or higher]
Add a chance of auto casting Level 1 Lex Devina when using skill Pressure.
[Refine Rate 10]
INT + 5
Item Script
{ bonus bInt,getrefine()-5; bonus bMatkRate,10; bonus bUnbreakableWeapon; if(getrefine()>5) bonus bUseSPrate,-10; if(getrefine()>8) bonus4 bAutoSpellOnSkill,"PA_PRESSURE","PR_LEXAETERNA",1,1000; if(getrefine()>9) bonus bInt,5; },{},{}
Dropped By No Result
Obtainable FromBattleground

< 1234567891011 > Last »
back to top