guides_ama.txt 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. //===== eAthena Script =======================================
  2. //= Amatsu Guides
  3. //===== By: ==================================================
  4. //= MasterOfMuppets
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //=
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= 1.0 First version [MasterOfMuppets]
  13. //============================================================
  14. amatsu.gat,207,89,3 script Amatsu Guide 758,{
  15. mes "[Amachang]";
  16. mes "Welcome to Amatsu,";
  17. mes "the town of kind towners";
  18. mes "and beatiful cherry blossoms.";
  19. next;
  20. mes "[Amachang]";
  21. mes "I'm Amachang,";
  22. mes "the 13th Miss Amatsu.";
  23. mes "I will guide you about town";
  24. mes "as Miss Amatsu.";
  25. mes "Please tell me";
  26. mes "if you want to know something.";
  27. next;
  28. menu "Palace",-,"Tool Shop",s_Tool,"Weapon Shop",s_Weap,"Bar",s_Bar;
  29. viewpoint 1,85,235,1,0xFF0044;
  30. mes "[Amachang]";
  31. mes "On the mini-map,";
  32. mes "go to ^FF0044+^000000";
  33. mes "to find the Palace.";
  34. mes "Have a good time";
  35. mes "in Amatsu.";
  36. close;
  37. s_Tool:
  38. viewpoint 1,96,117,2,0xFF9200;
  39. mes "[Amachang]";
  40. mes "On the mini-map,";
  41. mes "go to ^FF9200+^000000";
  42. mes "to find the Tool Shop.";
  43. mes "Have a good time";
  44. mes "in Amatsu.";
  45. close;
  46. s_Weap:
  47. viewpoint 1,132,117,3,0x85FF00;
  48. mes "[Amachang]";
  49. mes "On the mini-map,";
  50. mes "go to ^85FF00+^000000";
  51. mes "to find the Weapon Shop.";
  52. mes "Have a good time";
  53. mes "in Amatsu.";
  54. close;
  55. s_Bar:
  56. viewpoint 1,216,116,4,0x3366FF;
  57. mes "[Amachang]";
  58. mes "On the mini-map,";
  59. mes "go to ^3366FF+^000000";
  60. mes "to find the Bar.";
  61. mes "Have a good time";
  62. mes "in Amatsu.";
  63. close;
  64. }
  65. amatsu.gat,251,283,4 script Amatsu Guide 767,{
  66. mes "[Guide Man]";
  67. mes "Welcome, tourist from";
  68. mes "Rune-Midgard.";
  69. mes "I'm the guide of";
  70. mes "out beautiful town, Amatsu.";
  71. next;
  72. mes "[Guide Man]";
  73. mes "What are you looking for?";
  74. next;
  75. menu "Palace",-,"Tool Shop",s_Tool,"Weapon Shop",s_Weap,"Bar",s_Bar;
  76. viewpoint 1,85,235,1,0xFF0044;
  77. mes "[Guide Man]";
  78. mes "On the mini-map,";
  79. mes "go to ^FF0044+^000000";
  80. mes "to find the Palace.";
  81. mes "Have a good time";
  82. mes "in Amatsu.";
  83. close;
  84. s_Tool:
  85. viewpoint 1,96,117,2,0xFF9200;
  86. mes "[Guide Man]";
  87. mes "On the mini-map,";
  88. mes "go to ^FF9200+^000000";
  89. mes "to find the Tool Shop.";
  90. mes "Have a good time";
  91. mes "in Amatsu.";
  92. close;
  93. s_Weap:
  94. viewpoint 1,132,117,3,0x85FF00;
  95. mes "[Guide Man]";
  96. mes "On the mini-map,";
  97. mes "go to ^85FF00+^000000";
  98. mes "to find the Weapon Shop.";
  99. mes "Have a good time";
  100. mes "in Amatsu.";
  101. close;
  102. s_Bar:
  103. viewpoint 1,216,116,4,0x3366FF;
  104. mes "[Guide Man]";
  105. mes "On the mini-map,";
  106. mes "go to ^3366FF+^000000";
  107. mes "to find the Bar.";
  108. mes "Have a good time";
  109. mes "in Amatsu.";
  110. close;
  111. }