guides_com.txt 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. //===== eAthena Script =======================================
  2. //= Comodo 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. // East -------------------------------------------------------------------------------------
  16. comodo.gat,322,178,4 script Comodo Guide#1::Comodo_Guide 724,{
  17. mes "[Comodo Guide]";
  18. mes "The city of Dreams and Fantasy, where the night life continues 24 hours a day, we welcome you to the land of Comodo!";
  19. next;
  20. mes "[Comodo Guide]";
  21. mes "I know the area very well. If you need directions, ask me for asistance anytime.";
  22. M_Menu:
  23. next;
  24. menu "View Buildings",M_1, "Notice",M_2, "Cancel",M_End;
  25. M_1:
  26. mes "[Comodo Guide]";
  27. mes "Do you want me to leave indications on the Mini-Map?";
  28. next;
  29. menu "No Thanks",sM_1a,"Yes Please",sM_1b;
  30. sM_1a:
  31. set @COMPASS_CHECK,0;
  32. goto L_Cont;
  33. sM_1b:
  34. set @COMPASS_CHECK,1;
  35. L_Cont:
  36. mes "[Comodo Guide]";
  37. mes "Please choose a building to view.";
  38. next;
  39. sM_Menu:
  40. mes "[Comodo Guide]";
  41. menu "^FF8000Casino^000000",sM_1, "^34B4A0Hula dancing stage^000000",sM_2, "Weapons and Armor Shop",sM_3, "Tool store",sM_4,
  42. "Tourist Shop",sM_5, "^F1BE0EKafra Corp. Western Branch^000000",sM_6, "^FF5555Chief's House^000000",sM_7, "Pub",sM_8,
  43. "^00B200Camp Grounds^000000",sM_9, "Clear all indications from mini-map.",sM_10, "End Conversation",M_End;
  44. sM_1:
  45. mes "The heart of Comodo's night life!";
  46. mes "A heaven of rest for tired travelers!";
  47. mes "The Comodo Casino ~!";
  48. viewpoint 1,140,98,1,0xFF8000;
  49. goto sL_Wipe;
  50. sM_2:
  51. mes "Hula Hula - Hula Hula";
  52. next;
  53. mes "[Comodo Guide]";
  54. mes "When you become more comfortable performing on stage, you should consider changing your job to a '^FF0000Dancer^000000'.";
  55. viewpoint 1,188,168,2,0x34B4A0;
  56. goto sL_Wipe;
  57. sM_3:
  58. mes "Here in Comodo, you can find unique weapons and armor only found in this area.";
  59. viewpoint 1,266,70,3,0xFF00FF;
  60. goto sL_Wipe;
  61. sM_4:
  62. mes "Here in Comodo, you can find usefull items only found in this area.";
  63. mes "'Comodo Tool Store'";
  64. viewpoint 1,86,128,4,0xFF00FF;
  65. goto sL_Wipe;
  66. sM_5:
  67. mes "Here in Comodo, you can find unique gifts only found in this area.";
  68. mes "'Comodo Tourist Shop'";
  69. viewpoint 1,298,124,5,0x00FFFF;
  70. goto sL_Wipe;
  71. sM_6:
  72. mes "Kafra Corp.'s Western Branch center is located here in Comodo, offering you superior service.";
  73. viewpoint 1,136,202,6,0xF1BE0E;
  74. goto sL_Wipe;
  75. sM_7:
  76. mes "This is the house where the Chief of Comodo resides.";
  77. mes "If you are one who posseses a serious interest in Comodo, you can meet the Chief in person.";
  78. mes "I think that would be okay with him.";
  79. viewpoint 1,114,294,7,0xFF5555;
  80. goto sL_Wipe;
  81. sM_8:
  82. mes "The pub is a place where tourists from all over the world come to converse and exchange ideas.";
  83. viewpoint 1,166,298,8,0x6666FF;
  84. goto sL_Wipe;
  85. sM_9:
  86. mes "Freinds and family often come to the Comodo Camp Grounds for the mermorable experiences.";
  87. mes "It is also the place to experience Comodo's unique, ethinic BBQ!!";
  88. viewpoint 1,210,308,9,0x00B200;
  89. goto sL_Wipe;
  90. sM_10:
  91. set @COMPASS_CHECK, 2;
  92. sL_Wipe:
  93. if(@COMPASS_CHECK != 2) next; // avoids a double 'next' when 'wipe indications' is chosen
  94. if(@COMPASS_CHECK == 1) goto sM_Menu;
  95. viewpoint 2,140,98,1,0xFF8000;
  96. viewpoint 2,188,168,2,0x34B4A0;
  97. viewpoint 2,266,70,3,0xFF00FF;
  98. viewpoint 2,86,128,4,0xFF00FF;
  99. viewpoint 2,298,124,5,0x00FFFF;
  100. viewpoint 2,136,202,6,0xF1BE0E;
  101. viewpoint 2,114,294,7,0xFF5555;
  102. viewpoint 2,166,298,8,0x6666FF;
  103. viewpoint 2,210,308,9,0x00B200;
  104. if (@COMPASS_CHECK == 0) goto sM_Menu;
  105. mes "All indications have been removed";
  106. close;
  107. M_2:
  108. mes "[Comodo Guide]";
  109. mes "We upgraded the Location Guide to the Newest Digital Style. We hope you like this gorgeous new system.";
  110. next;
  111. mes "[Comodo Guide]";
  112. mes "Don't forget to refer to the Mini-Map on the Upper-Right corner of your screen.";
  113. next;
  114. mes "[Comodo Guide]";
  115. 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";
  116. mes "Remeber to use the ^ff0000+,-^000000 buttons to adjust the map to your liking.";
  117. goto M_Menu;
  118. M_End:
  119. mes "[Comodo Guide]";
  120. mes "Because Comodo is located in a cave, there is absolutely no sunlight. It is dark 24 hours a day!";
  121. mes "The residents of Comodo are using this unusual circumstance to draw tourists to our area...";
  122. close;
  123. }
  124. // North ----------------------------------------------------------------------------------------
  125. comodo.gat,176,350,4 duplicate(Comodo_Guide) Comodo Guide#2 724
  126. // West -----------------------------------------------------------------------------------------
  127. comodo.gat,37,219,4 duplicate(Comodo_Guide) Comodo Guide#3 724