guides_ama.txt 2.8 KB

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