Hello guys, I would like to know how can I do so that this npc clan members can withdraw up to kriemhild items 3 in 12:0 am 12:0 am.
prontera,150,150,4 script Woe Premium 48,{
set .@nomewoe$, "^009ACD[ Woe premium ]^000000";
set .@GID, GetCastleData("prtg_cas01",1);
setarray .ids, 607,607,607;
if (japegou == 1) {
mes "You've picked up the item today!";
close;
}
mes .@nomewoe$;
mes "Hello" + StrCharInfo (0) + "!";
mes "do you want to withdraw your prize?";
next;
if (select ("yes!: maybe later ...") == 2)
{
mes .@nomewoe$;
mes "come back when you want";
mes "Okay, I'll be here if you change your mind."
close;
}
if (!getcharid(2)) {
if (getcastledata("prtg_cas01",1)) {
mes .@nomewoe$;
mes "here is your prize.";
getitem rand(607,607,607),1;
close;
set japegou, 1;
}
}
mes .@nomewoe$;
mes "only members with clan can inhabit this site!";
close;
OnHour00:
set japegou, 0;
end;
}
Question
Beret
Hello guys, I would like to know how can I do so that this npc clan members can withdraw up to kriemhild items 3 in 12:0 am 12:0 am.
Edited by Beret6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.