diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-05 02:02:37 +0300 |
commit | ea3df709e9a209ae4eeb6e55ce8e8131577d9ff5 (patch) | |
tree | 84a3c4199a5900a3372f0556b2547d9228b768c2 /npc/re/guides/guides_malaya.txt | |
parent | 62f94c7b20b5250768a63bdb504f612b61130c86 (diff) | |
download | hercules-ea3df709e9a209ae4eeb6e55ce8e8131577d9ff5.tar.gz hercules-ea3df709e9a209ae4eeb6e55ce8e8131577d9ff5.tar.bz2 hercules-ea3df709e9a209ae4eeb6e55ce8e8131577d9ff5.tar.xz hercules-ea3df709e9a209ae4eeb6e55ce8e8131577d9ff5.zip |
Remove conf dir.
Diffstat (limited to 'npc/re/guides/guides_malaya.txt')
-rw-r--r-- | npc/re/guides/guides_malaya.txt | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/npc/re/guides/guides_malaya.txt b/npc/re/guides/guides_malaya.txt deleted file mode 100644 index 7120d843c..000000000 --- a/npc/re/guides/guides_malaya.txt +++ /dev/null @@ -1,81 +0,0 @@ -//===== Hercules Script ====================================== -//= Port Malaya Guides -//===== By: ================================================== -//= Euphy -//===== Current Version: ===================================== -//= 1.1 -//===== Description: ========================================= -//= Guides for the city of Malaya. -//===== Additional Comments: ================================= -//= 1.0 First version. [Euphy] -//= 1.1 Navigation system update. [Euphy] -//============================================================ - -malaya,71,72,4 script Port Malaya Guide#01::GuideMalaya 4_F_BARYO_WOMAN,{ - mes "[Port Malaya Guide]"; - mes "Welcome to ^8B4513Port Malaya^000000, the Breathing Village."; - mes "Where cultures and legends come to life!"; - mes "Do you need help navigating the village?"; - F_Navi("[Port Malaya Guide]"); - while(1) { - next; - switch(select("[ Kafra Employees ]:[ Inn & Tavern ]:[ Weapon & Armor Shop ]:[ Tool Shop ]:[ Hospital ]:[ Park ]:[ Harbor ]:Remove marks from Mini-Map:Cancel")) { - case 1: - callsub L_Mark, "^0000FFKafra Employees^000000",1; - viewpoint 1,71,79,0,0x0A82FF; - viewpoint 1,234,204,1,0x0A82FF; - break; - case 2: - callsub L_Mark, F_Navi("Inn & Tavern","malaya,193,215","^006400"); - viewpoint 1,193,215,2,0xAAFF00; - break; - case 3: - callsub L_Mark, F_Navi("Weapon & Armor Shop","malaya,114,212","^008080"); - viewpoint 1,114,212,3,0x4F543C; - break; - case 4: - callsub L_Mark, F_Navi("Tool Shop","malaya,297,167","^FF1493"); - viewpoint 1,297,167,4,0xFF1493; - break; - case 5: - callsub L_Mark, F_Navi("Hospital","malaya,50,75","^8B4513"); - viewpoint 1,50,75,5,0x8B4513; - break; - case 6: - callsub L_Mark, F_Navi("Park","malaya,280,371","^8B4513"); - viewpoint 1,280,371,6,0x8B4513; - break; - case 7: - callsub L_Mark, F_Navi("Harbor","malaya,276,55","^8A2BE2"); - viewpoint 1,276,55,7,0x8A2BE2; - break; - case 8: - mes "[Port Malaya Guide]"; - mes "I'll remove all marks from your mini-map."; - mes "Is there anything else I can do for you?"; - viewpoint 2,1,1,0,0xFFFFFF; - viewpoint 2,1,1,1,0xFFFFFF; - viewpoint 2,1,1,2,0xFFFFFF; - viewpoint 2,1,1,3,0xFFFFFF; - 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: - mes "[Port Malaya Guide]"; - mes "I hope you enjoy your journey."; - close; - } - } - end; -L_Mark: - mes "[Port Malaya Guide]"; - mes "The "+getarg(0)+" "+((getarg(1,0))?"are":"is"); - mes "marked on your mini-map."; - mes "Check your mini-map."; - mes "Is there anything else I can do for you?"; - return; -} -malaya,250,83,6 duplicate(GuideMalaya) Port Malaya Guide#02 4_F_BARYO_WOMAN -malaya,224,204,6 duplicate(GuideMalaya) Port Malaya Guide#03 4_F_BARYO_WOMAN |