guides_gef.txt 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. //===== eAthena Script =======================================
  2. //= Geffen Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= eAthena 0.5.2 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Fully working. Added a guide at every exit.
  13. //= v1.1 Now using duplicate command.
  14. //= 1.2 Optimized, updated common guide names [Lupus]
  15. //= 1.2a Small note that the BS guild moved to Einbroch [Poki#3]
  16. //============================================================
  17. // North --------------------------------------------
  18. geffen.gat,123,202,5 script Guide#1::Gef_Guide 705,{
  19. cutin "gef_soldier",2;
  20. mes "[Geffen Soldier]";
  21. mes "Welcome to Geffen, the City of Magic.";
  22. next;
  23. mes "[Geffen Soldier]";
  24. mes "We are here to help you find your way. Please feel free to speak to us anytime you need help.";
  25. M_Menu:
  26. next;
  27. menu "View Buildings",-, "Notice",M_2, "Cancel",M_End;
  28. mes "[Geffen Soldier]";
  29. mes "Do you want me to leave indications on the Mini-Map?";
  30. next;
  31. menu "No Thanks",-,"Yes Please",sM_1b;
  32. set @COMPASS_CHECK,0;
  33. goto L_Cont;
  34. sM_1b:
  35. set @COMPASS_CHECK,1;
  36. L_Cont:
  37. mes "[Geffen Soldier]";
  38. mes "Please choose a building to view.";
  39. next;
  40. sM_Menu:
  41. menu "^FF0000Magic Acadamy^000000",-, "^00A500Blacksmith Workshop^000000",M_1_2, "^4444FFGeffen Tower^000000",M_1_3,
  42. "Armory",M_1_4, "Item Shop",M_1_5, "Pub",M_1_6, "Inn",M_1_7, "Wipe all indications from mini-map",M_1_8, "Cancel", M_End;
  43. mes "[Geffen Soldier]";
  44. mes "'The 'Magic Acadamy' is the home of magical theorists, and the place for would be Mages.";
  45. viewpoint 1,61,180,1,0xFF5555;
  46. goto sL_Wipe;
  47. M_1_2:
  48. mes "[Geffen Soldier]";
  49. mes "The 'Blacksmith Workshop' is SouthEast of Geffen Tower.";
  50. mes "Please note that the Blacksmith training has bean moved to Einbroch.";
  51. viewpoint 1,182,59,2,0x44FF44;
  52. goto sL_Wipe;
  53. M_1_3:
  54. mes "[Geffen Soldier]";
  55. mes "The lower levels of 'Geffen Tower' are spawning grounds for monsters. People go there to train.";
  56. mes "The top floor of the Tower is home to the ^0000FF'Wizard's Guild'^000000. Mages can go there to become Wizards.";
  57. viewpoint 1,120,120,3,0x5555FF;
  58. goto sL_Wipe;
  59. M_1_4:
  60. mes "[Geffen Soldier]";
  61. mes "Head over to the 'Armory' to equip yourself with a variety of weapons and armor.";
  62. viewpoint 1,99,140,4,0xFF00FF;
  63. goto sL_Wipe;
  64. M_1_5:
  65. mes "[Geffen Soldier]";
  66. mes "The 'Item Shop' is the place to go when you need to stock up on things like potions and fly-wings.";
  67. viewpoint 1,44,86,5,0xFF00FF;
  68. goto sL_Wipe;
  69. M_1_6:
  70. mes "[Geffen Soldier]";
  71. mes "The 'Pub' is a great place to meet people and have fun.";
  72. viewpoint 1,138,138,6,0xF0C40F;
  73. goto sL_Wipe;
  74. M_1_7:
  75. mes "[Geffen Soldier]";
  76. mes "The 'Inn' is a good place to rest and replenish your hp and sp.";
  77. viewpoint 1,172,174,7,0xFF8000;
  78. goto sL_Wipe;
  79. M_1_8:
  80. set @COMPASS_CHECK, 2;
  81. sL_Wipe:
  82. if(@COMPASS_CHECK != 2) next; // avoids a double 'next' when 'wipe indications' is chosen
  83. if(@COMPASS_CHECK == 1) goto sM_Menu;
  84. viewpoint 2,61,180,1,0xFF5555;
  85. viewpoint 2,182,59,2,0x44FF44;
  86. viewpoint 2,120,120,3,0x5555FF;
  87. viewpoint 2,99,140,4,0xFF00FF;
  88. viewpoint 2,44,86,5,0xFF00FF;
  89. viewpoint 2,138,138,6,0xF0C40F;
  90. viewpoint 2,172,174,7,0xFF8000;
  91. if (@COMPASS_CHECK == 0) goto sM_Menu;
  92. mes "[Geffen Soldier]";
  93. mes "All indications have been removed";
  94. cutin "gef_soldier",255;
  95. close;
  96. M_2:
  97. mes "[Geffen Soldier]";
  98. mes "We upgraded the Location Guide to the Newest Digital Style. We hope you like this gorgeous new system.";
  99. next;
  100. mes "[Geffen Soldier]";
  101. mes "Don't forget to refer to the Mini-Map on the Upper-Right corner of your screen.";
  102. next;
  103. mes "[Geffen Soldier]";
  104. 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";
  105. mes "Remeber to use the ^ff0000+,-^000000 buttons to adjust the map to your liking.";
  106. goto M_Menu;
  107. M_End:
  108. mes "[Geffen Soldier]";
  109. mes "Have a nice day.";
  110. cutin "gef_soldier",255;
  111. close;
  112. }
  113. // South ------------------------------------------
  114. geffen.gat,118,62,0 duplicate(Gef_Guide) Guide#2 705
  115. // East -----------------------------------------------------
  116. geffen.gat,203,116,2 duplicate(Gef_Guide) Guide#3 705
  117. // West ----------------------------------------------
  118. geffen.gat,37,123,5 duplicate(Gef_Guide) Guide#4 705