Jump to content

GM Reward Giver 0.9


About This File

It's basically a script to monitor the items that are given out by your staff to the players, the main use of this is for events, so you can track if any of your staff is being a bad boy! XD

Installation

  • Enable the script on your NPC folder
  • Create a table in your database using the code below, or manually by yourself, make sure all columns accept text!

CREATE TABLE evt_prize(rwd_time varchar(255),player varchar(255),item_id varchar(255),amount varchar(255),gm_name varchar(255));

  • Configure this line to the minimum GM group level that you want to monitor.

if (getgroupid() < 4){end;}

  • Configure the map and coordinates where you would place your NPC, it's advised to place it in a map that can't be accessed by your players
  • Enjoy with an evil laugh so you can simply swing the ban hammer upon your corrupt GMs! (Optional)

To monitor your staff's reward logs, simply check the `evt_prize` table and view the item rewarding activity..

I might update this and add an option where you could view your logs in-game, when I feel like scripting.. Oh yeah! Not!

Terms & Conditions:

  • You are not allowed to reproduce or make profit of this script
  • You are not allowed to take credit for this script. Though you can modify/edit it to your liking.
  • I can give you support, but please, do not message me.

  • Upvote 2

×
×
  • Create New...