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 #60010 Armor

SinaRO GM Uniform

Buy Price: N/A Sell Price: N/A
Type: Armor
Weight: 10
Armor level: 1

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
10

Job Requirements

Yes

Requirements

1
Both

Scripts

if (getgmlevel() < 20) { if (#lang$ == "it") dispbottom "Solo i Game Master di livello 20 o superiore possono indossare l'Abito GM SinaRO."; else dispbottom "Only Game Masters level 20 or higher can equip the SinaRO GM Uniform."; unequip EQI_ARMOR; end; } // The external adapter derives the client marker from the equipped item. // Keep the persisted clothes color unchanged. setlook LOOK_CLOTHES_COLOR, getlook(LOOK_CLOTHES_COLOR); // Temporary equipment bonuses: status_calc_pc removes these when the // uniform is unequipped, restoring the character's original state. bonus bAllStats, 99; allskilltemp;
if (getgmlevel() < 20) {
  if (#lang$ == "it")
    dispbottom "Solo i Game Master di livello 20 o superiore possono indossare l'Abito GM SinaRO.";
  else
    dispbottom "Only Game Masters level 20 or higher can equip the SinaRO GM Uniform.";
  unequip EQI_ARMOR;
  end;
}
// The external adapter derives the client marker from the equipped item.
// Keep the persisted clothes color unchanged.
setlook LOOK_CLOTHES_COLOR, getlook(LOOK_CLOTHES_COLOR);
// Temporary equipment bonuses: status_calc_pc removes these when the
// uniform is unequipped, restoring the character's original state.
bonus bAllStats, 99;
allskilltemp;
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.