diff options
Diffstat (limited to 'npc/re/guides/guides_juno.txt')
-rw-r--r-- | npc/re/guides/guides_juno.txt | 55 |
1 files changed, 29 insertions, 26 deletions
diff --git a/npc/re/guides/guides_juno.txt b/npc/re/guides/guides_juno.txt index 8af05d5ae..924de82a1 100644 --- a/npc/re/guides/guides_juno.txt +++ b/npc/re/guides/guides_juno.txt @@ -1,92 +1,96 @@ //===== Hercules Script ====================================== //= Juno Guides -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.1 -//===== Compatible With: ===================================== -//= Hercules -//===== Description: ========================================= +//===== Current Version: ===================================== +//= 1.2 +//===== Description: ========================================= //= [Official Conversion] //= Guides for the city of Juno. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. //= 1.1 Fixed and optimized. [Euphy] -//============================================================ +//= 1.2 Navigation system update. [Euphy] +//============================================================ yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 700,{ mes "[Juno Guide]"; mes "A place that takes the vision of the future, and gives it form in the present. Welcome to"; mes "the city of ^8B4513Juno^000000!"; + F_Navi("[Juno Guide]"); next; while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove marks from Mini-Map:Cancel")) { case 1: set .@loop,1; while (.@loop) { - switch(select("[ Tool Shop ]:[ Forge ]:[ Airport ]:[ Government Building ]:[ Street of Book Stores ]:[ Inn & Pub ]:[ Sage Castle ]:[ Monster Academy ]:[ Library of the Republic ]:[ Weapon & Armor Shop ]:[ Juphero Plaze ]:[ Monster Museum ]:[ Schweicherbil Magic Academy ]:Previous Menu")) { + switch(select("[ Tool Shop ]:[ Forge ]:[ Airport ]:[ Government Building ]:[ Street of Book Stores ]:[ Inn & Pub ]:[ Sage Castle ]:[ Monster Academy ]:[ Library of the Republic ]:[ Weapon & Armor Shop ]:[ Juphero Plaza ]:[ Monster Museum ]:[ Schweicherbil Magic Academy ]:Previous Menu")) { case 1: - callsub L_Mark,"^FF0000Tool Shop"; + callsub L_Mark, F_Navi("Tool Shop","yuno,194,140","^FF0000"); viewpoint 1,194,140,0,0xFF0000; next; break; case 2: - callsub L_Mark,"^FF4500Forge"; + callsub L_Mark, F_Navi("Forge","yuno,120,137","^FF4500"); viewpoint 1,120,137,1,0xFF4500; next; break; case 3: - callsub L_Mark,"^DAA520Airport"; + callsub L_Mark, F_Navi("Airport","yuno,16,261","^DAA520"); viewpoint 1,16,261,2,0xDAA520; next; break; case 4: - callsub L_Mark,"^008000Government Building"; + callsub L_Mark, F_Navi("Government Building","yuno,157,317","^008000"); viewpoint 1,157,317,3,0x008000; next; break; case 5: - callsub L_Mark,"^0000FFStreet of Book Stores"; + callsub L_Mark, F_Navi("Street of Book Stores","yuno,172,100","^0000FF"); viewpoint 1,172,100,4,0x0000FF; next; break; case 6: - callsub L_Mark,"^000080Inn & Pub"; + callsub L_Mark, F_Navi("Inn & Pub","yuno,51,105","^000080"); viewpoint 1,51,105,5,0x000080; next; break; case 7: - callsub L_Mark,"^800080Sage Castle"; + callsub L_Mark, F_Navi("Sage Castle","yuno,90,318","^800080"); viewpoint 1,90,318,6,0x800080; next; break; case 8: - callsub L_Mark,"^834683Monster Academy"; + callsub L_Mark, F_Navi("Monster Academy","yuno,95,184","^834683"); viewpoint 1,95,184,7,0x834683; next; break; case 9: - callsub L_Mark,"^4B0082Juno Library"; + callsub L_Mark, F_Navi("Juno Library","yuno,338,203","^4B0082"); viewpoint 1,338,203,8,0x4B0082; next; break; case 10: - callsub L_Mark,"^008080Weapon & Armor Shop"; + callsub L_Mark, F_Navi("Weapon & Armor Shop","yuno,120,137","^008080"); viewpoint 1,120,137,9,0x008080; next; break; case 11: - callsub L_Mark,"^FF1493Juphero Plaza"; + callsub L_Mark, F_Navi("Juphero Plaza","yuno,115,57","^FF1493"); viewpoint 1,115,157,10,0xFF1493; next; break; case 12: - callsub L_Mark,"^DA70D6Monster Museum"; + callsub L_Mark, F_Navi("Monster Museum","yuno,278,290","^DA70D6"); viewpoint 1,278,290,11,0xDA70D6; next; break; case 13: - callsub L_Mark,"^CD1039Schweicherbil Magic Academy"; + mes "[Juno Guide]"; + mes "I will mark the location of the"; + mes F_Navi("Schweicherbil Magic Academy","yuno,323,280","^CD1039"); + mes "on your mini-map."; + mes "Would you like to check any other locations?"; viewpoint 1,323,280,12,0xCD1039; next; break; @@ -101,14 +105,14 @@ yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 700,{ while (.@loop) { switch(select("[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) { case 1: - callsub L_Mark,"^FA8072Kafra Employees"; + callsub L_Mark, "^FA8072Kafra Employees^000000"; viewpoint 1,152,187,13,0xFA8072; viewpoint 1,277,221,14,0xFA8072; viewpoint 1,327,108,15,0xFA8072; next; break; case 2: - callsub L_Mark,"^803232Eden Teleport Officer"; + callsub L_Mark, F_Navi("Eden Teleport Officer","yuno,144,189","^803232"); viewpoint 1,144,189,16,0x803232; next; break; @@ -151,10 +155,9 @@ yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 700,{ L_Mark: mes "[Juno Guide]"; mes "I will mark the location"; - mes "of the "+getarg(0)+"^000000"; + mes "of the "+getarg(0); mes "on your mini-map."; mes "Would you like to check any other locations?"; return; } - yuno,153,47,4 duplicate(GuideJuno) Juno Guide#yuno02 700 |