Viewing Item

#400274: [Not for Sale] Vanargandr Helm

Item ID 400274 For Sale No
Identifier Comp_VanarHelm_ROC Credit Price Not For Sale
Name [Not for Sale] Vanargandr Helm Type Armor
NPC Buy 0 Weight 150
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 80
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 if (.@r >= 9 ) {

3 bonus2 bHPDrainRate,60,8;

4 bonus2 bSPDrainRate,20,4;

5 } else if (.@r >= 8 ) {

6 bonus2 bHPDrainRate,50,5;

7 bonus2 bSPDrainRate,10,2;

8 } else if (.@r >= 7 ) {

9 bonus2 bHPDrainRate,30,5;

10 bonus2 bSPDrainRate,10,2;

11 } else if (.@r >= 5 ) {

12 bonus2 bHPDrainRate,10,3;

13 bonus2 bSPDrainRate,10,1;

14 }

15 else {

16 bonus2 bHPDrainRate,10,1;

17 bonus2 bSPDrainRate,10,1;

18 }

Equip Script None
Unequip Script None