ID #60010
Armor
SinaRO GM Uniform
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 10
Armor level: 1
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
Type
Armor
Weight
10
Job Requirements
All Jobs
Yes
Requirements
Armor Level
1
Gender
Both
Scripts
Equip Script 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;