Viewing Item

#1281: Krieger_Katar1

Item ID 1281 For Sale No
Identifier Glorious Bloody Roar Credit Price Not For Sale
Name Krieger_Katar1
NPC Buy 20 Weight 0
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if(getequipweaponlv(EQI_HAND_L) > 0) { unequip 8; dispbottom "You cannot equip this weapon while wearing a Katar."; end; } bonus2 bAddRace,RC_DemiHuman,96; bonus2 bAddRace,RC_Player,96; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,50; bonus2 bSubRace,RC_DemiHuman,8; bonus2 bSubRace,RC_Player,8; bonus2 bIgnoreDefRaceRate,RC_Player,50; bonus bUnbreakableWeapon,1; .@r = getrefine(); if(.@r>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player,(getrefine()-4)*(getrefine()-4); bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player,2; } if(.@r>8) autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; callfunc "Artifact_Gems_W"; end;

Equip Script None
Unequip Script None