cinderweb

Untitled

Aug 16th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 018-1.gat,80,61,0|script|Miner|109,
  2.  
  3. {
  4. mes"[Miner]";
  5. mes"\"Be careful in there.\"";
  6. close;
  7.  
  8. L_Miner_Start:
  9. mes"[Miner]";
  10. mes"\"Hi, you look fairly experienced, could you help an old miner out while you are in there?\"";
  11. menu
  12. "Sure I'll help.", L_Help
  13. "No thanks.", L_Close
  14.  
  15. L_Help:
  16. mes"[Miner]";
  17. mes"\"You see when the spiders came I hurried up and ran, dropping my keychain in the process.\"";
  18. mes"\"The keychain broke, but that's not what i'm worried about, I'm worried about the keys the spiders gobbled up.\"";
  19. mes"\"There were alot of keys so if you can get them back for me I'd be really grateful.\"";
  20.  
  21. menu
  22. "I''ll be right back with them." L_Close
  23. "I have them right here." L_Thanks
  24. "I've changed my mind." L_Close
  25.  
  26. L_Thanks:
  27. set @dq_level, 40;
  28. set @dq_cost, 30;
  29. set @dq_count, 5;
  30. set @dq_name$, "Treasure Key";
  31. set @dq_friendly_name$, "treasure key";
  32. set @dq_money, 5000;
  33. set @dq_exp, 5000;
  34.  
  35.  
  36. callfunc "DailyQuest";
  37.  
  38. next;
  39.  
  40. mes "[Miner]";
  41. mes "/"Check back with me tomorrow to see if I've found all my keys yet.\"";
  42.  
  43. L_Close
  44. }
Advertisement
Add Comment
Please, Sign In to add comment