Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. new_1-1,45,113,5 script Earthfall Guide 635,{
  2.  
  3. if(##sorry == 2) goto L_2;
  4. mes "Welcome to EarthfallRO " + strcharinfo(0) + " !!";
  5. next;
  6. mes "Since you're new, let me explain what Earthfall Coins do and how you can get them.";
  7. next;
  8. mes "Earthfall Coins can be converted into Cash Points.";
  9. mes "And with Cash Points you can purchase items from the Cash Shop.";
  10. next;
  11. mes "But note this, Earthfall's donation system will not give anything at all, not even a Jellopy.";
  12. next;
  13. mes "So how do you get Earthfall Coins?";
  14. mes "Events and a NPC called Alice in Prontera, she'll trade give you some Earthfall Coins if you complete her quest.";
  15. next;
  16. mes "So now you know how Earthfall Coins work in Earthfall.";
  17. mes "I truly hope that you'll enjoy your stay.";
  18. mes "And please let your friends know about Earthfall if you enjoy it.";
  19. next;
  20. getitem2 7517,2,1,0,0,0,0,0,0;
  21. set ##sorry,2;
  22.  
  23. L_2:
  24. mes "Hey! How is it going?";
  25. mes "Hope that you're loving Earthfall!.";
  26. close;
  27.  
  28. OnInit:
  29.  
  30. waitingroom "Click Me!",0;
  31.  
  32. end;
  33.  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement