Guest User

FreeGift

a guest
Jul 10th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. new_1-1,59,114,5 script FreeGift NPC 864,{
  2.  
  3. if(##sorry == 1) goto L_1;
  4. mes "Welcome To NonStop-RO Server " + 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 NonStop-RO Server";
  9. next;
  10. getitem2 602,10,1,0,0,0,0,0,0;
  11. getitem2 14533,10,1,0,0,0,0,0,0;
  12. getitem2 12210,10,1,0,0,0,0,0,0;
  13. getitem2 12214,10,1,0,0,0,0,0,0;
  14. getitem2 14232,5,1,0,0,0,0,0,0;
  15. getitem2 4131,1,1,0,0,0,0,0,0;
  16. getitem2 4047,1,1,0,0,0,0,0,0;
  17. getitem2 4174,1,1,0,0,0,0,0,0;
  18. getitem2 4302,1,1,0,0,0,0,0,0;
  19. getitem2 4305,2,1,0,0,0,0,0,0;
  20. getitem2 4140,2,1,0,0,0,0,0,0;
  21. getitem2 4142,2,1,0,0,0,0,0,0;
  22. getitem2 7420,300,1,0,0,0,0,0,0;
  23. getitem2 7451,300,1,0,0,0,0,0,0;
  24. getitem2 7069,900,1,0,0,0,0,0,0;
  25. announce "NonStop Ragnarok Renewel Online : We Have New Player Join Our Server. His Name [ "+strcharinfo(0)+" ] !!",0;
  26. emotion e_thx;
  27. set ##sorry,1;
  28. close2;
  29. warp "prontera",155,178;
  30. end;
  31.  
  32. L_1:
  33. mes "Hey! you Already Get Reward From Me.";
  34. mes "Sorry I Cant Give You Anymore Again More Than 1 Times.";
  35. next;
  36. mes "I dont Care You Crying Or Not. Tell You Mom Also Me not Scare~wu!!";
  37. emotion e_bzz;
  38. close;
  39. }
  40.  
  41.  
  42. //---- Prontera Angel to Main Town ------------------------
  43.  
  44. //The Exit to Prontera
  45.  
  46. new_1-2,97,105,5 script Main Town#1 902,{
  47. warp "prontera" ,155,178;
  48. }
  49.  
  50. //---- Prontera Angel to Main Town ------------------------
  51.  
  52. //The Exit to Prontera
  53.  
  54. new_1-1,62,114,3 script Main Town#2 902,{
  55. warp "prontera" ,155,178;
  56. }
Add Comment
Please, Sign In to add comment