Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. new_1-1,66,109,9 script Free Gift NPC 497,{
  2.  
  3. if(##sorry == 1) goto L_1;
  4. mes "Welcome to EarthfallRO " + strcharinfo(0) + " !!";
  5. next;
  6. mes "So I assume you're new here?";
  7. next;
  8. mes "Take these gifts as 'Thank you' from EarthfallRO Team!";
  9. next;
  10. mes "I'll be gone after 1/11/2016 so be sure to invite your friends over before I leave okay?";
  11. next;
  12. getitem2 12210,2,1,0,0,0,0,0,0;
  13. getitem2 12208,2,1,0,0,0,0,0,0;
  14. getitem2 12215,3,1,0,0,0,0,0,0;
  15. getitem2 12173,1,1,0,0,0,0,0,0;
  16. getitem2 12153,1,1,0,0,0,0,0,0;
  17. getitem2 12163,1,1,0,0,0,0,0,0;
  18.  
  19.  
  20. announce "EarthfallRO : We have a new player! Please welcome [ "+strcharinfo(0)+" ] !!",0;
  21. emotion e_thx;
  22. set ##sorry,1;
  23. close;
  24.  
  25. L_1:
  26. mes "Hey! I know you..";
  27. mes "Sorry, but I can't give you gifts again.";
  28. close;
  29.  
  30. OnInit:
  31.  
  32. waitingroom "Freebies!",0;
  33.  
  34. end;
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement