//===== eAthena Script ======================================= //= Ingame Item DB Editor //===== By: ================================================== //= Dynosawr //===== Current Version: ===================================== //= v1.6 //= Changelog: //= >Added info on 'equip_jobs' (# for each job) //===== Compatible With: ===================================== //= rAthena :D //===== Description: ========================================= //= NPC that allows you to edit 'item_db' and 'item_db2' //= ingame. //===== Additional Comments: ================================= //= I'm not completely finished with this NPC, //= still adding in things. //============================================================ prontera,156,145,3 script Item Editor::itemdbedit 66,{ set .@minGM,95; // Minimum GM level required to use the NPC set .@whisper,1; // 1 to enable whispering, 0 to disable. callfunc("ItemDBEditor",.@minGM,.@whisper); OnWhisperGlobal: callfunc("ItemDBEditor",.@minGM,.@whisper); } function script ItemDBEditor { // Setup: set .@npcname$,"[^006600Item Editor^000000]"; L_CHECKS: if(getarg(0)!=0){if(getgmlevel()