incarnationro

Free Gift

Aug 1st, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. mapname,0,0,0 script FreeGift NPC 864,{
  2.  
  3. if(##sorry == 1) goto L_1;
  4. mes "Welcome To MyServer " + strcharinfo(0) + " !!";
  5. next;
  6. mes "So You Is A New Player Here Right?";
  7. next;
  8. mes "Take My Reward Now And Have Fun With MyServer";
  9. next;
  10. getitem2 1208,1,1,10,0,0,0,0,0;
  11. getitem2 2320,1,1,10,0,0,0,0,0;
  12. getitem2 2504,1,1,10,0,0,0,0,0;
  13. getitem2 2404,1,1,10,0,0,0,0,0;
  14.  
  15. announce "My Ragnarok Online : We Have New Player Join Our Server. His Name [ "+strcharinfo(0)+" ] !!",2;
  16. emotion e_thx;
  17. set ##sorry,1;
  18. close2;
  19. warp "mapname",0,0;
  20. end;
  21.  
  22. L_1:
  23. mes "Hey! you Already Get Reward From Me.";
  24. mes "Sorry I Cant Give You Anymore Again More Than 1 Times.";
  25. next;
  26. mes "I dont Care You Crying Or Not. Tell You Mom Also Me not Scare~wu!!";
  27. emotion e_bzz;
  28. close;
  29. }
Add Comment
Please, Sign In to add comment