0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #24770 ShadowGear

Experience Shadow Weapon

Buy Price: N/A Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Base Level less than 175:
Increases experience gained from defeating monsters by 20%.
_______________________
Base Level at least 100:
Increases experience gained from defeating monsters by 10%.
_______________________
For each 2 Refine Levels:
Increases experience gained from defeating monsters additional by 1%.
_______________________
Refine Level +10:
Increases experience gained from defeating monsters additional by 5%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None

Available from boxes

Equipment Reform

Available through the reform system Shadow_Changer_NPC

Basic Information

ShadowGear
Equipment reform

Scripts

.@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; if (BaseLevel<175) { bonus2 bExpAddRace,RC_All,20; } if (BaseLevel>=175) { bonus2 bExpAddRace,RC_All,10; } if (.@r>=10) { bonus2 bExpAddRace,RC_All,5; } bonus2 bExpAddRace,RC_All,(.@r/2);
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (BaseLevel<175) {
   bonus2 bExpAddRace,RC_All,20;
}
if (BaseLevel>=175) {
   bonus2 bExpAddRace,RC_All,10;
}
if (.@r>=10) {
   bonus2 bExpAddRace,RC_All,5;
}
bonus2 bExpAddRace,RC_All,(.@r/2);
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.