may i get a little help here please , i got this reward npc , but it didnt check if the player is using the same account and another char to get the reward , so he only can get it by 1 char in the account , not checking the IP . Here's the npc
new_1-1,51,67,3scriptShadowRO Gifter10039,{
mes "[shadowRO Gift]";
mes "Hi, Welcome to Shadow Ragnarok Online !";
mes "Do you want your gift ?";
next;
switch(select("Sure !", "Hmmm..")) {
case 1:
mes "[shadowRO Gift]";
mes "Have Fun,";
mes "Remember, the job master will meet you in the middle of prontera.";
next;
mes "[shadowRO Gift]";
mes "See You !";
next;
savepoint "prontera",116,73;
getitem 755, 1;
warp "prontera",116,73;
end;
case 2:
mes "[shadowRO Gift]";
mes "... !?";
close;
}
}
i dont mind if there's better npc , and thank you .
may i get a little help here please , i got this reward npc , but it didnt check if the player is using the same account and another char to get the reward , so he only can get it by 1 char in the account , not checking the IP . Here's the npc
Share this post
Link to post
Share on other sites