you need to use different script. cuz as the title says it use gepard function (unique_id)
anyway other version of freebies npc.
jupe_ele,41,34,5 script Freebies 435,{
if(#freebies1 == 1) goto F_1;
if (BaseLevel < 1) goto L_1;
mes "[Freebies NPC]";
mes "Hi! "+strcharinfo(0)+"";
mes "You will recieve 1 Krane Ragnarok Online Freebies";
mes "Thanks For Joining Here , Wish Too See You in the Future.";
next;
//ITEM CONFIG
getitem 512,1;
emotion ET_THX;
set #freebies1,1;
close;
OnInit:
waitingroom "Freebies NPC",0;
end;
L_1:
mes "[Freebies NPC]";
mes "You must be level 1 to Enjoy Our Freebies";
emotion ET_THX;
close;
F_1:
mes "[Freebies NPC]";
mes "Enjoy Playing Krane-RO !";
emotion ET_STARE;
close;
}