hmm ? what refine ticket ?
find the NPC....give coin .......select / provide midgears....enchant.....fail / success....
if you want it to something like ticket...click and the npc dialog appear....
you can just make the item call for the item using these..
donpcevent()
doevent()
or etc...
or just change the header of the script to a function...
function script ScriptName {
then use this to call it...
callfunc "ScriptName";
or
ScriptName();
i dont think there is other "simple" guide other than the 1 in wiki....
otherwise...buy another host and host another server and group it together by reading some data from same table...or etc...
if( Class != Job_Assassin_Cross ){
mes "You cant enter..";
close;
}
put this part in the script...
before the warp part....below header.....or any place you want...