AuraRO Logo

Viewing Item

#27172: Scimitar Buffalo Bandit Card

Item ID 27172 For Sale No
Identifier Scimitar Buffalo Bandit Card Credit Price Not For Sale
Name Scimitar Buffalo Bandit Card Type
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 0
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
Item Use Script

1 .@bonus = 5;

2 .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW);

3 if (.@type == W_DAGGER) {

4 .@r = getrefine();

5 if (.@r>=10) {

6 .@bonus += 20;

7 }

8 if (.@r>=14) {

9 .@bonus += 20;

10 }

11 }

12 bonus bBaseAtk,.@bonus;

13 bonus bMatk,.@bonus;

Equip Script None
Unequip Script None