hmm .. its one of my ancient script ...
http://upaste.me/6e5f275a371f5b9
tho I not sure why there are people still using it, these antibot script are no longer effective to prevent people from botting since the openkore has evolved so much.
anyway ...
https://pastebin.com/HHTNQ6cV
if using Git, then you dont even need to setup thor patcher anymore.
just grab any normal Git application, and ask them to pull the latest data from your Github.
in your case, you have to use the set() script command.
if (!getarg(1)) set getarg(1), $@warpwaitingpc[0];
if I recall correctly this should be the case.
use the /stateinfo to enable the showing of state info, if still doesn't exist, then you are probably missing the required state description in the lub file.
that option isn't really an ideal alternative to add custom.
basically it just append another item description to the same items.
just imagine the size of your item description when you created an item with super long description ... o-o
not to mention the trouble you have to go through to search for item description to add/edit
removing or disable SQL totally will not get you anywhere near to Error-Free .... you will get even more errors than you can imagine. SQL is a must to setup and run your server.
put at any part of the script before jobchange script command
mes "Request 1x TCG";
if (countitem(7179) < 1) close;
add this right before jobchange ....
delitem 7179,1;
jobchange .......;