guides_moscovia.txt 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. //===== rAthena Script =======================================
  2. //= Moscovia Guide
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= [Official Conversion]
  11. //= Guide for the city of Moscovia.
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guide.
  14. //= 1.1 Optimized (a little bit). [Euphy]
  15. //= 1.2 Navigation system update. [Euphy]
  16. //============================================================
  17. moscovia,161,76,3 script Moscovia Guide#01mosc 959,{
  18. mes "[Moscovia Guide]";
  19. mes "A paradise on the sea,";
  20. mes "beautiful waves and warm sunshine.";
  21. mes "^8B4513Moscovia^000000 is waiting for you.";
  22. mes "I'm supporting to offer information about here.";
  23. mes "If you want to ask anything just feel free tell me.";
  24. F_Navi("[Moscovia Guide]");
  25. set .@str$,"Is there anything else I can do for you?";
  26. while (1) {
  27. next;
  28. switch(select("[ Kafra Employee ]:[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
  29. case 1:
  30. mes "[Moscovia Guide]";
  31. mes "The ^0000FFKafra Employee^000000 has";
  32. mes "been marked on your mini-map";
  33. mes "Check your mini-map.";
  34. mes "Do you need anything else?";
  35. viewpoint 1,223,191,0,0x0A82FF;
  36. break;
  37. case 2:
  38. mes "[Moscovia Guide]";
  39. mes "In the "+F_Navi("Palace","moscovia,255,140","^006400")+" you will find our Lord the Czar and other servants.";
  40. mes .@str$;
  41. viewpoint 1,255,140,1,0x0A82FF;
  42. break;
  43. case 3:
  44. mes "[Moscovia Guide]";
  45. mes "The "+F_Navi("Chapel","moscovia,253,179","^008080")+" is located here.";
  46. mes .@str$;
  47. viewpoint 1,253,179,2,0xAAFF00;
  48. break;
  49. case 4:
  50. mes "[Moscovia Guide]";
  51. mes "You can buy weapons from the best craftsmen in Moscovia if you go to the "+F_Navi("Weapon Shop","moscovia,186,191","^FF1493")+".";
  52. mes .@str$;
  53. viewpoint 1,186,191,3,0x008080;
  54. break;
  55. case 5:
  56. mes "[Moscovia Guide]";
  57. mes "You will find only the best gear at the Moscovia "+F_Navi("Armor Shop","moscovia,204,169","^8B4513")+".";
  58. mes .@str$;
  59. viewpoint 1,204,169,4,0xB200FF;
  60. break;
  61. case 6:
  62. mes "[Moscovia Guide]";
  63. mes "The "+F_Navi("Tool Shop","moscovia,221,176","^FF1493")+" is located just south from the center of town.";
  64. mes "You can find all sorts of things you need for your travels.";
  65. mes .@str$;
  66. viewpoint 1,221,176,5,0xFF1493;
  67. break;
  68. case 7:
  69. mes "[Moscovia Guide]";
  70. mes "The Inn "+F_Navi("Sticky Herb Tree","moscovia,227,206")+" is just north from the center of town.";
  71. mes "If you need to rest, there is no better place to stay.";
  72. mes .@str$;
  73. viewpoint 1,227,206,6,0x8B4513;
  74. break;
  75. case 8:
  76. mes "[Moscovia Guide]";
  77. mes "You can find the";
  78. mes F_Navi("Moscovia P.R. Officer","moscovia,166,53")+" at the docks if";
  79. mes "you want to return to Alberta.";
  80. viewpoint 1,166,53,7,0x00BFFF;
  81. break;
  82. case 9:
  83. mes "[Moscovia Guide]";
  84. mes "I'll remove all marks from your mini-map.";
  85. mes .@str$;
  86. viewpoint 2,1,1,0,0xFFFFFF;
  87. viewpoint 2,1,1,1,0xFFFFFF;
  88. viewpoint 2,1,1,2,0xFFFFFF;
  89. viewpoint 2,1,1,3,0xFFFFFF;
  90. viewpoint 2,1,1,4,0xFFFFFF;
  91. viewpoint 2,1,1,5,0xFFFFFF;
  92. viewpoint 2,1,1,6,0xFFFFFF;
  93. viewpoint 2,1,1,7,0xFFFFFF;
  94. break;
  95. case 10:
  96. mes "[Moscovia Guide]";
  97. mes "Enjoy your trip~!";
  98. close;
  99. }
  100. }
  101. }
  102. moscovia,226,191,4 duplicate(Moscovia Guide#01mosc) Moscovia Guide#02mosc 959