From e3afdc2af4c5e50c79237ee092e25f39b7428e47 Mon Sep 17 00:00:00 2001 From: Michieru Date: Thu, 24 Oct 2013 12:10:43 +0200 Subject: Update to last rAthena npc. Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt --- npc/re/guides/guides_moscovia.txt | 76 ++++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 33 deletions(-) (limited to 'npc/re/guides/guides_moscovia.txt') diff --git a/npc/re/guides/guides_moscovia.txt b/npc/re/guides/guides_moscovia.txt index 6627021f3..3a8d3e98b 100644 --- a/npc/re/guides/guides_moscovia.txt +++ b/npc/re/guides/guides_moscovia.txt @@ -1,76 +1,84 @@ //===== Hercules Script ====================================== //= Moscovia Guide -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.1 -//===== Compatible With: ===================================== -//= Hercules -//===== Description: ========================================= +//===== Current Version: ===================================== +//= 1.2 +//===== Description: ========================================= //= [Official Conversion] //= Guide for the city of Moscovia. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. //= 1.1 Optimized (a little bit). [Euphy] -//============================================================ +//= 1.2 Navigation system update. [Euphy] +//============================================================ -moscovia,226,191,4 script Moscovia Guide#02mosc 959,{ +moscovia,161,76,3 script Moscovia Guide#01mosc 959,{ mes "[Moscovia Guide]"; - mes "A paradise on the sea"; - mes "beautiful wave and warm sunshine"; - mes "^8B4513Moscovia^000000 is waitting for you"; - mes "welcome to come here."; + mes "A paradise on the sea,"; + mes "beautiful waves and warm sunshine."; + mes "^8B4513Moscovia^000000 is waiting for you."; mes "I'm supporting to offer information about here."; - mes "if you want to ask anything just feel free tell me."; + mes "If you want to ask anything just feel free tell me."; + F_Navi("[Moscovia Guide]"); set .@str$,"Is there anything else I can do for you?"; while (1) { next; - switch(select("[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Kafra Employee ]:[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Moscovia Guide]"; - mes "In the ^006400Palace^000000 you will find our Lord the Czar and other servants."; - mes .@str$; - viewpoint 1,255,140,0,0x0A82FF; + mes "The ^0000FFKafra Employee^000000 has"; + mes "been marked on your mini-map"; + mes "Check your mini-map."; + mes "Do you need anything else?"; + viewpoint 1,223,191,0,0x0A82FF; break; case 2: mes "[Moscovia Guide]"; - mes "The ^008080Chapel^000000 is located here."; + mes "In the "+F_Navi("Palace","moscovia,255,140","^006400")+" you will find our Lord the Czar and other servants."; mes .@str$; - viewpoint 1,253,179,1,0xAAFF00; + viewpoint 1,255,140,1,0x0A82FF; break; case 3: mes "[Moscovia Guide]"; - mes "You can buy weapons from the best craftsmen in Moscovia if you go to ^FF1493Weapon Shop^000000."; + mes "The "+F_Navi("Chapel","moscovia,253,179","^008080")+" is located here."; mes .@str$; - viewpoint 1,186,191,2,0x008080; + viewpoint 1,253,179,2,0xAAFF00; break; case 4: mes "[Moscovia Guide]"; - mes "You will find only the best gear at the Moscovia ^8B4513Armor Shop^000000."; + mes "You can buy weapons from the best craftsmen in Moscovia if you go to the "+F_Navi("Weapon Shop","moscovia,186,191","^FF1493")+"."; mes .@str$; - viewpoint 1,204,169,3,0xB200FF; + viewpoint 1,186,191,3,0x008080; break; case 5: mes "[Moscovia Guide]"; - mes "The ^FF1493Tool Shop^000000 is located just south from the center of town."; - mes "You can find all sorts of things you need for your travels."; + mes "You will find only the best gear at the Moscovia "+F_Navi("Armor Shop","moscovia,204,169","^8B4513")+"."; mes .@str$; - viewpoint 1,221,176,4,0xFF1493; + viewpoint 1,204,169,4,0xB200FF; break; case 6: mes "[Moscovia Guide]"; - mes "The Inn 'Sticky Herb Tree' is just north from the center of town."; - mes "If you need to rest, there is no better place to stay."; + mes "The "+F_Navi("Tool Shop","moscovia,221,176","^FF1493")+" is located just south from the center of town."; + mes "You can find all sorts of things you need for your travels."; mes .@str$; - viewpoint 1,227,206,5,0x8B4513; + viewpoint 1,221,176,5,0xFF1493; break; case 7: mes "[Moscovia Guide]"; - mes "You can go back to Alberta at the docks."; + mes "The Inn "+F_Navi("Sticky Herb Tree","moscovia,227,206")+" is just north from the center of town."; + mes "If you need to rest, there is no better place to stay."; mes .@str$; - viewpoint 1,166,53,6,0x00BFFF; + viewpoint 1,227,206,6,0x8B4513; break; case 8: + mes "[Moscovia Guide]"; + mes "You can find the"; + mes F_Navi("Moscovia P.R. Officer","moscovia,166,53")+" at the docks if"; + mes "you want to return to Alberta."; + viewpoint 1,166,53,7,0x00BFFF; + break; + case 9: mes "[Moscovia Guide]"; mes "I'll remove all marks from your mini-map."; mes .@str$; @@ -81,11 +89,13 @@ moscovia,226,191,4 script Moscovia Guide#02mosc 959,{ viewpoint 2,1,1,4,0xFFFFFF; viewpoint 2,1,1,5,0xFFFFFF; viewpoint 2,1,1,6,0xFFFFFF; + viewpoint 2,1,1,7,0xFFFFFF; break; - case 9: + case 10: mes "[Moscovia Guide]"; mes "Enjoy your trip~!"; close; } } } +moscovia,226,191,4 duplicate(Moscovia Guide#01mosc) Moscovia Guide#02mosc 959 -- cgit v1.2.3-70-g09d2