This is your script?
Thank you. But, I really need to use this script : http://rathena.org/board/topic/91969-itemizer-mod/#entry242083
It has confirmation to before giving the item, player can view the list of item they received and also they can view the logs of item that has been given.
And in your script, there's no announce at all..
If you look into the original script, there's an option to allow GM to choose to announce when they give the item or not.
Line 61 ~ 65 :
set @allow_announce,1; // 1 == Yes | 0 == No (Let GM Choose If He/She Wants To Announce)
setarray @announce_loc$, // Possible Announce Locations
"bc_all",
"bc_map",
"bc_area";
So, I just want to remove this and make every item given by GM will be automatically announce to whole server (bc_all).
For your script, it's so simple and easy to understand. But maybe you can insert the usefull function from Latheesan script into yours and it would be great.