From 31825ccc2dde034a218d9ad466dd721c40b5651d Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 8 Jul 2012 19:30:07 +0000 Subject: Okie ladies and gentleman if this commit breaks anything it's jman's and maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/guides/guides_juno.txt | 160 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 npc/re/guides/guides_juno.txt (limited to 'npc/re/guides/guides_juno.txt') diff --git a/npc/re/guides/guides_juno.txt b/npc/re/guides/guides_juno.txt new file mode 100644 index 000000000..dc8d41812 --- /dev/null +++ b/npc/re/guides/guides_juno.txt @@ -0,0 +1,160 @@ +//===== rAthena Script ======================================= +//= Juno Guides +//===== By: ================================================== +//= L0ne_W0lf +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= [Aegis Conversion] +//= Guides for the city of Juno. +//===== Additional Comments: ================================= +//= 1.0 First version, Renewal guide. +//= 1.1 Fixed and optimized. [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!"; + 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")) { + case 1: + callsub L_Mark,"^FF0000Tool Shop"; + viewpoint 1,194,140,0,0xFF0000; + next; + break; + case 2: + callsub L_Mark,"^FF4500Forge"; + viewpoint 1,120,137,1,0xFF4500; + next; + break; + case 3: + callsub L_Mark,"^DAA520Airport"; + viewpoint 1,16,261,2,0xDAA520; + next; + break; + case 4: + callsub L_Mark,"^008000Government Building"; + viewpoint 1,157,317,3,0x008000; + next; + break; + case 5: + callsub L_Mark,"^0000FFStreet of Book Stores"; + viewpoint 1,172,100,4,0x0000FF; + next; + break; + case 6: + callsub L_Mark,"^000080Inn & Pub"; + viewpoint 1,51,105,5,0x000080; + next; + break; + case 7: + callsub L_Mark,"^800080Sage Castle"; + viewpoint 1,90,318,6,0x800080; + next; + break; + case 8: + callsub L_Mark,"^834683Monster Academy"; + viewpoint 1,95,184,7,0x834683; + next; + break; + case 9: + callsub L_Mark,"^4B0082Juno Library"; + viewpoint 1,338,203,8,0x4B0082; + next; + break; + case 10: + callsub L_Mark,"^008080Weapon & Armor Shop"; + viewpoint 1,120,137,9,0x008080; + next; + break; + case 11: + callsub L_Mark,"^FF1493Juphero Plaza"; + viewpoint 1,115,157,10,0xFF1493; + next; + break; + case 12: + callsub L_Mark,"^DA70D6Monster Museum"; + viewpoint 1,278,290,11,0xDA70D6; + next; + break; + case 13: + callsub L_Mark,"^CD1039Schweicherbil Magic Academy"; + viewpoint 1,323,280,12,0xCD1039; + next; + break; + case 14: + set .@loop,0; + break; + } + } + break; + case 2: + set .@loop,1; + while (.@loop) { + switch(select("[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) { + case 1: + callsub L_Mark,"^FA8072Kafra Employees"; + 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"; + viewpoint 1,144,189,16,0x803232; + next; + break; + case 3: + set .@loop,0; + break; + } + } + break; + case 3: + mes "[Juno Guide]"; + mes "Sure, I'll remove all marks from your mini-map."; + mes "Is there anything else I can do for you?"; + viewpoint 2,194,140,0,0xFFFFFF; + viewpoint 2,120,137,1,0xFFFFFF; + viewpoint 2,16,261,2,0xFFFFFF; + viewpoint 2,157,317,3,0xFFFFFF; + viewpoint 2,172,100,4,0xFFFFFF; + viewpoint 2,51,105,5,0xFFFFFF; + viewpoint 2,90,318,6,0xFFFFFF; + viewpoint 2,95,184,7,0xFFFFFF; + viewpoint 2,338,203,8,0xFFFFFF; + viewpoint 2,120,137,9,0xFFFFFF; + viewpoint 2,115,157,10,0xFFFFFF; + viewpoint 2,278,290,11,0xFFFFFF; + viewpoint 2,323,280,12,0xFFFFFF; + viewpoint 2,152,187,13,0xFFFFFF; + viewpoint 2,277,221,14,0xFFFFFF; + viewpoint 2,327,108,15,0xFFFFFF; + viewpoint 2,144,189,16,0xFFFFFF; + next; + break; + case 4: + mes "[Juno Guide]"; + mes "Have fun on your adventures!"; + close; + } + } + end; +L_Mark: + mes "[Juno Guide]"; + mes "I will mark the location"; + mes "of the "+getarg(0)+"^000000"; + 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 -- cgit v1.2.3-70-g09d2 From 1530932bd5a56eed2d2ac57aa8ebcbb7da92281e Mon Sep 17 00:00:00 2001 From: j-tkay Date: Thu, 6 Dec 2012 16:25:09 +0000 Subject: - Fixed bugreport:6979, added missing case in Ayothaya Guide NPC. (re/guides/guides_ayothaya.txt) - Standardized headers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17007 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/guides/guides_alberta.txt | 2 +- npc/re/guides/guides_aldebaran.txt | 2 +- npc/re/guides/guides_amatsu.txt | 2 +- npc/re/guides/guides_ayothaya.txt | 9 +++++---- npc/re/guides/guides_brasilis.txt | 2 +- npc/re/guides/guides_comodo.txt | 2 +- npc/re/guides/guides_einbroch.txt | 2 +- npc/re/guides/guides_geffen.txt | 2 +- npc/re/guides/guides_gonryun.txt | 2 +- npc/re/guides/guides_hugel.txt | 2 +- npc/re/guides/guides_izlude.txt | 2 +- npc/re/guides/guides_juno.txt | 2 +- npc/re/guides/guides_lighthalzen.txt | 2 +- npc/re/guides/guides_louyang.txt | 2 +- npc/re/guides/guides_lutie.txt | 2 +- npc/re/guides/guides_morroc.txt | 2 +- npc/re/guides/guides_moscovia.txt | 2 +- npc/re/guides/guides_niflheim.txt | 2 +- npc/re/guides/guides_payon.txt | 2 +- npc/re/guides/guides_prontera.txt | 2 +- npc/re/guides/guides_rachel.txt | 2 +- npc/re/guides/guides_umbala.txt | 2 +- npc/re/guides/guides_veins.txt | 2 +- 23 files changed, 27 insertions(+), 26 deletions(-) (limited to 'npc/re/guides/guides_juno.txt') diff --git a/npc/re/guides/guides_alberta.txt b/npc/re/guides/guides_alberta.txt index 7420fbf00..6c773c535 100644 --- a/npc/re/guides/guides_alberta.txt +++ b/npc/re/guides/guides_alberta.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Alberta //===== Additional Comments: ================================= //= 1.0 First version, Renewal guides. diff --git a/npc/re/guides/guides_aldebaran.txt b/npc/re/guides/guides_aldebaran.txt index c417761fc..f74714fd5 100644 --- a/npc/re/guides/guides_aldebaran.txt +++ b/npc/re/guides/guides_aldebaran.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Al De baran //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_amatsu.txt b/npc/re/guides/guides_amatsu.txt index 50ffe3f24..431707526 100644 --- a/npc/re/guides/guides_amatsu.txt +++ b/npc/re/guides/guides_amatsu.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Amatsu. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_ayothaya.txt b/npc/re/guides/guides_ayothaya.txt index cafc85dc9..b6da9cba5 100644 --- a/npc/re/guides/guides_ayothaya.txt +++ b/npc/re/guides/guides_ayothaya.txt @@ -3,14 +3,15 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Ayothaya //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. +//= 1.1 Added missing case. [Joseph] //============================================================ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ @@ -22,7 +23,7 @@ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ mes "Take your time to look around."; while (1) { next; - switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:[ Aibakthing ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Noi]"; mes "The ^0000FFWeapon Shop^000000"; @@ -95,7 +96,7 @@ ayothaya,146,86,4 script Ayothaya Guide Noa#01ay 839,{ mes "Take your time to look around."; while (1) { next; - switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:[ Aibakthing ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Noa]"; mes "The ^0000FFKafra Employee^000000 is"; diff --git a/npc/re/guides/guides_brasilis.txt b/npc/re/guides/guides_brasilis.txt index 3e85540ac..6e219b582 100644 --- a/npc/re/guides/guides_brasilis.txt +++ b/npc/re/guides/guides_brasilis.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Brasilis //===== Additional Comments: ================================= //= 1.0 First Version, Renewal guide. diff --git a/npc/re/guides/guides_comodo.txt b/npc/re/guides/guides_comodo.txt index f627235fa..2bea02527 100644 --- a/npc/re/guides/guides_comodo.txt +++ b/npc/re/guides/guides_comodo.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Comodo. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_einbroch.txt b/npc/re/guides/guides_einbroch.txt index 180a9bc29..13dba9c9b 100644 --- a/npc/re/guides/guides_einbroch.txt +++ b/npc/re/guides/guides_einbroch.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Einbroch, and Einbech //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_geffen.txt b/npc/re/guides/guides_geffen.txt index 1662cdc37..64ed199d0 100644 --- a/npc/re/guides/guides_geffen.txt +++ b/npc/re/guides/guides_geffen.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Geffen. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_gonryun.txt b/npc/re/guides/guides_gonryun.txt index b108a3ccb..1dcf03e1b 100644 --- a/npc/re/guides/guides_gonryun.txt +++ b/npc/re/guides/guides_gonryun.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Kunlun. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_hugel.txt b/npc/re/guides/guides_hugel.txt index aa343f9ef..f64e9b456 100644 --- a/npc/re/guides/guides_hugel.txt +++ b/npc/re/guides/guides_hugel.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Hugel. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_izlude.txt b/npc/re/guides/guides_izlude.txt index 1758d573e..b3f4cd4b0 100644 --- a/npc/re/guides/guides_izlude.txt +++ b/npc/re/guides/guides_izlude.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Izlude //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_juno.txt b/npc/re/guides/guides_juno.txt index dc8d41812..5f0a7f471 100644 --- a/npc/re/guides/guides_juno.txt +++ b/npc/re/guides/guides_juno.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Juno. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_lighthalzen.txt b/npc/re/guides/guides_lighthalzen.txt index 52ee73902..6fa474421 100644 --- a/npc/re/guides/guides_lighthalzen.txt +++ b/npc/re/guides/guides_lighthalzen.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Lighthalzen. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_louyang.txt b/npc/re/guides/guides_louyang.txt index a136391d4..9246c26c5 100644 --- a/npc/re/guides/guides_louyang.txt +++ b/npc/re/guides/guides_louyang.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Louyang //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_lutie.txt b/npc/re/guides/guides_lutie.txt index 418637ba5..a95027688 100644 --- a/npc/re/guides/guides_lutie.txt +++ b/npc/re/guides/guides_lutie.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Lutie. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_morroc.txt b/npc/re/guides/guides_morroc.txt index d12859251..302fbf7e3 100644 --- a/npc/re/guides/guides_morroc.txt +++ b/npc/re/guides/guides_morroc.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Morroc and Morroc Ruins. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_moscovia.txt b/npc/re/guides/guides_moscovia.txt index de9f7ddf0..abee9c46f 100644 --- a/npc/re/guides/guides_moscovia.txt +++ b/npc/re/guides/guides_moscovia.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Moscovia. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_niflheim.txt b/npc/re/guides/guides_niflheim.txt index e698ee954..647166c02 100644 --- a/npc/re/guides/guides_niflheim.txt +++ b/npc/re/guides/guides_niflheim.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Niflehim. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_payon.txt b/npc/re/guides/guides_payon.txt index c703a98c9..1bda6c6dd 100644 --- a/npc/re/guides/guides_payon.txt +++ b/npc/re/guides/guides_payon.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Payon. //===== Additional Comments: ================================= //= 1.0 First version, Renewal guides. diff --git a/npc/re/guides/guides_prontera.txt b/npc/re/guides/guides_prontera.txt index 8e254453c..717672555 100644 --- a/npc/re/guides/guides_prontera.txt +++ b/npc/re/guides/guides_prontera.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Prontera //===== Additional Comments: ================================= //= 1.0 First version, Renewal guides. diff --git a/npc/re/guides/guides_rachel.txt b/npc/re/guides/guides_rachel.txt index 665ae6890..9cae73a57 100644 --- a/npc/re/guides/guides_rachel.txt +++ b/npc/re/guides/guides_rachel.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Rachel //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. diff --git a/npc/re/guides/guides_umbala.txt b/npc/re/guides/guides_umbala.txt index b6af2e934..ef4d2bc4a 100644 --- a/npc/re/guides/guides_umbala.txt +++ b/npc/re/guides/guides_umbala.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Umbala //===== Additional Comments: ================================= //= 1.0 First version, Renewal guides. diff --git a/npc/re/guides/guides_veins.txt b/npc/re/guides/guides_veins.txt index 12cfb95bf..c01c880af 100644 --- a/npc/re/guides/guides_veins.txt +++ b/npc/re/guides/guides_veins.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guides for the city of Veins //===== Additional Comments: ================================= //= 1.0 First version, Renewal guides. -- cgit v1.2.3-70-g09d2