guides_pron.txt 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. //===== eAthena Script =======================================
  2. //= Prontera Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= eAthena 0.5.2 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Fully working
  13. //= v1.1 Now using duplicate command.
  14. //============================================================
  15. // Center ---------------------------------------------------------
  16. prontera.gat,154,187,4 script Guide#1::Guide 105,{
  17. cutin "prt_soldier",2;
  18. mes "[Prontera Soldier]";
  19. mes "Welcome to Prontera, the capital city of Rune-Midgard Kingdom.";
  20. next;
  21. mes "[Prontera Soldier]";
  22. mes "We are here to help you find your way. Please feel free to speak to us anytime you need help.";
  23. M_Menu:
  24. next;
  25. menu "View Buildings",M_1, "Notice",M_2, "Cancel",M_End;
  26. M_1:
  27. mes "[Prontera Soldier]";
  28. mes "Do you want me to leave indications on the Mini-Map?";
  29. next;
  30. menu "No Thanks",sM_1a,"Yes Please",sM_1b;
  31. sM_1a:
  32. set @COMPASS_CHECK,0;
  33. goto L_Cont;
  34. sM_1b:
  35. set @COMPASS_CHECK,1;
  36. L_Cont:
  37. mes "[Prontera Soldier]";
  38. mes "Please choose a building to view.";
  39. next;
  40. sM_Menu:
  41. menu "Swordman Asosiation",M_1_1, "^9999F5Sanctuary^000000",M_1_2, "^ff0000Prontera Chivalry^000000",M_1_3, "Armory",M_1_4,
  42. "Item Shop",M_1_5, "Inn",M_1_6, "Trading Post",M_1_7, "Pub",M_1_8, "^FF8800Library^000000",M_1_9, "Job Agency",M_1_10,
  43. "^AABBCCCastle of Prontera^000000",M_1_11, "City Hall",M_1_12, "Forge Workshop",M_1_13,
  44. "Wipe all indications from mini-map.",M_1_14, "Cancel",M_End;
  45. M_1_1:
  46. mes "[Prontera Soldier]";
  47. mes "The 'Swordman Assosiation' has moved to Izlude, the Sattelite of Prontera. That building is now empty";
  48. viewpoint 1,237,41,1,0x2222AA;
  49. goto sL_Wipe;
  50. M_1_2:
  51. mes "[Prontera Soldier]";
  52. mes "The main Church of the Rune-Midgard Kingdom, the `Santuary', is located in the Northeast part of town.";
  53. mes "This is where you go to pray or serve the church as an Acolyte.";
  54. viewpoint 1,236,316,2,0xAAAAF5;
  55. goto sL_Wipe;
  56. M_1_3:
  57. mes "[Prontera Soldier]";
  58. mes "The 'Prontera Chivalry' trains Knights and serves as Prontera's protectors. It is located in the Northwest part of town.";
  59. viewpoint 1,46,345,3,0xFF0000;
  60. goto sL_Wipe;
  61. M_1_4:
  62. mes "[Prontera Soldier]";
  63. mes "The 'Armory' has an excellent selection of weapons and armor.";
  64. viewpoint 1,175,220,4,0xFF00FF;
  65. goto sL_Wipe;
  66. M_1_5:
  67. mes "[Prontera Soldier]";
  68. mes "You can find many usefull things at the 'Item Shop'.";
  69. viewpoint 1,134,221,5,0xFF00FF;
  70. goto sL_Wipe;
  71. M_1_6:
  72. mes "[Prontera Soldier]";
  73. mes "There are 2 'Inn's' located on the far Western and Eastern sides of town.";
  74. viewpoint 1,204,195,6,0x00DD55;
  75. viewpoint 1,107,212,7,0x00DD55;
  76. goto sL_Wipe;
  77. M_1_7:
  78. mes "[Prontera Soldier]";
  79. mes "The 'Trading Post' is located Southeast of the Fountain.";
  80. viewpoint 1,179,184,8,0x7901AD;
  81. goto sL_Wipe;
  82. M_1_8:
  83. mes "[Prontera Soldier]";
  84. mes "The 'Pub' is Prontera's hot spot.";
  85. viewpoint 1,208,154,9,0xAA0077;
  86. goto sL_Wipe;
  87. M_1_9:
  88. mes "[Prontera Soldier]";
  89. mes "The 'Library' houses a vast amount of information on the monsters of Rune-Midgard. There are 2 Buildings that make up the 'Library'.";
  90. viewpoint 1,120,267,10,0xFF8800;
  91. viewpoint 1,192,267,11,0xFF8800;
  92. goto sL_Wipe;
  93. M_1_10:
  94. mes "[Prontera Soldier]";
  95. mes "The 'Job Agency' is located SouthWest of the Fountain.";
  96. viewpoint 1,133,183,12,0x4444FF;
  97. goto sL_Wipe;
  98. M_1_11:
  99. mes "[Prontera Soldier]";
  100. mes "The 'Castle Of Prontera' is located in the Northern most part of the city.";
  101. mes "On the other side of the Castle is North Prontera Field.";
  102. viewpoint 1,156,360,13,0xAABBCC;
  103. goto sL_Wipe;
  104. M_1_12:
  105. mes "[Prontera Soldier]";
  106. mes "'City Hall' is located in the SouthWest corner of town.";
  107. viewpoint 1,75,91,14,0xAAEE00;
  108. goto sL_Wipe;
  109. M_1_13:
  110. mes "[Prontera Soldier]";
  111. mes "The 'Forge Workshop' is where you can refine your weapons and armor.";
  112. viewpoint 1,180,183,15,0xFF4477;
  113. goto sL_Wipe;
  114. M_1_14:
  115. set @COMPASS_CHECK, 2;
  116. sL_Wipe:
  117. if(@COMPASS_CHECK != 2) next; // avoids a double 'next' when 'wipe indications' is chosen
  118. if(@COMPASS_CHECK == 1) goto sM_Menu;
  119. viewpoint 2,237,41,1,0x2222AA;
  120. viewpoint 2,236,316,2,0xAAAAF5;
  121. viewpoint 2,46,345,3,0xFF0000;
  122. viewpoint 2,175,220,4,0xFF00FF;
  123. viewpoint 2,134,221,5,0xFF00FF;
  124. viewpoint 2,204,195,6,0x00DD55;
  125. viewpoint 2,107,212,7,0x00DD55;
  126. viewpoint 2,179,184,8,0x7901AD;
  127. viewpoint 2,208,154,9,0xAA0077;
  128. viewpoint 2,120,267,10,0xFF8800;
  129. viewpoint 2,192,267,11,0xFF8800;
  130. viewpoint 2,133,183,12,0x4444FF;
  131. viewpoint 2,156,360,13,0xAABBCC;
  132. viewpoint 2,75,91,14,0xAAEE00;
  133. viewpoint 2,180,183,15,0xFF4477;
  134. if (@COMPASS_CHECK == 0) goto sM_Menu;
  135. mes "[Prontera Soldier]";
  136. mes "All indications have been removed";
  137. cutin "prt_soldier",255;
  138. close;
  139. M_2:
  140. mes "[Prontera Soldier]";
  141. mes "We upgraded the Location Guide to the Newest Digital Style. We hope you like this gorgeous new system.";
  142. next;
  143. mes "[Prontera Soldier]";
  144. mes "Don't forget to refer to the Mini-Map on the Upper-Right corner of your screen.";
  145. next;
  146. mes "[Prontera Soldier]";
  147. mes "If you can't see the Mini-Map, just hit ^0000ff'ctrl+tab'^000000 or Click the ^0000ff'map'^000000 button in the Basic Information Window";
  148. mes "Remeber to use the ^ff0000+,-^000000 buttons to adjust the map to your liking.";
  149. goto M_Menu;
  150. M_End:
  151. mes "[Prontera Soldier]";
  152. mes "Have a nice day.";
  153. cutin "prt_soldier",255;
  154. close;
  155. }
  156. // East ----------------------------------------------------
  157. prontera.gat,282,208,2 duplicate(Guide) Guide#2 105
  158. //West --------------------------------------------------
  159. prontera.gat,29,200,6 duplicate(Guide) Guide#3 105
  160. // South -----------------------------------------------------
  161. prontera.gat,160,29,0 duplicate(Guide) Guide#4 105
  162. // North -----------------------------------------------
  163. prontera.gat,151,330,4 duplicate(Guide) Guide#5 105
  164. // Guard -----------------------------------------------------
  165. prontera.gat,160,330,4 script Guard#1::Guard 105,{
  166. mes "Welcome to Prontera.";
  167. close;
  168. }
  169. prontera.gat,223,99,1 duplicate(Guard) Guard#2 105
  170. prontera.gat,229,104,1 duplicate(Guard) Guard#3 105
  171. prontera.gat,47,339,5 duplicate(Guard) Guard#4 105
  172. prontera.gat,52,344,5 duplicate(Guard) Guard#5 105
  173. //---------------------------------------------------------------------------------------- Prontera Maze ----------------------------------------------------------------------------------\\
  174. prt_maze02.gat,100,69,4 script Soldier 105,{
  175. mes "[Soldier]";
  176. mes "Yo yo, you'd be better not to go in there. It has rumored there is a Demon living in the forest.";
  177. mes "Of course it is just a rumor because no one see the people turning back from the palce.";
  178. mes "hmmm... it's up to you to go in or leave.";
  179. close;
  180. }
  181. prt_maze02.gat,110,69,4 script Soldier 105,{
  182. mes "[Soldier]";
  183. mes "Sigh... the last guy entered this place haven't come back either. He didn't listen to me and went in to gather herbs or something like that...";
  184. mes "He was a really stupid, if I were him, I wouldn't give up my life just for those lame herbs or something.";
  185. close;
  186. }