Moubootaur Legends

ADMIN Cap - Item DB

ADMIN Cap | 2988

A cap which identifies you as an ADMIN. Only administrators can wear this.

ID 2988
type IT_ARMOR
def 20
equipLv 1

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

This Item has Use restrictions

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 2988
aegisName ADMINCap
Script

Script to execute when the item is used/equipped.

if (getgmlevel() < 99) {
	logmes "Banning invalid use of Admin Cap", LOGMES_ATCOMMAND;
	announce "Security violation at item.db.2988, Administrator help immediately required.", bc_all;
	atcommand "@ban 1m "+strcharinfo(0);
	delitem 2988, 1;
}