ID #1944
Weapon
Hippie Guitar [2]
Buy Price: N/A
Sell Price: N/A
Guitar with a sense of free will. It looks old and outdated, but still can be used.
_______________________
Every learned Level of Musical Lesson reduces After Attack Delay.
_______________________
Refine Level +7:
Increases ATK by 5 for every learned Musical Lesson skill
_______________________
Refine Level +9:
ASPD +1
_______________________
Type: Musical Instrument
Attack: 140
Weight: 100
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Minstrel
_______________________
Every learned Level of Musical Lesson reduces After Attack Delay.
_______________________
Refine Level +7:
Increases ATK by 5 for every learned Musical Lesson skill
_______________________
Refine Level +9:
ASPD +1
_______________________
Type: Musical Instrument
Attack: 140
Weight: 100
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Minstrel
Monster Drops
Normal Drops
Elite Buffalo Bandit
Rate: 50%
Swamp Arclouze
Rate: 10%
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
2
Job Requirements
Bard/Dancer
Yes
Requirements
Weapon Level
3
Min Level
100
Gender
Male
Scripts
Script .@r = getrefine(); .@lvl = getskilllv("BA_MUSICALLESSON"); bonus bAspdRate,.@lvl; if (.@r>=7) bonus bBaseAtk,(5*.@lvl); if (.@r>=9) bonus bAspd,1;
.@r = getrefine();
.@lvl = getskilllv("BA_MUSICALLESSON");
bonus bAspdRate,.@lvl;
if (.@r>=7)
bonus bBaseAtk,(5*.@lvl);
if (.@r>=9)
bonus bAspd,1;