From 3a3416c1c54565dd979651ca31e17c2eb49322b2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 May 2018 00:05:44 -0300 Subject: Safety against undue use of my cap :inGame_e: --- db/re/item_db.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3eed20a07..556d34cc3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9589,8 +9589,16 @@ item_db: ( noselltonpc: true } Nouse: { - override: 80 + override: 99 } + Script: <" + 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; + } + "> Sprite: 0 }, { -- cgit v1.2.3-70-g09d2