diff options
author | Haru <haru@dotalux.com> | 2014-10-26 04:26:34 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-02 01:36:51 +0100 |
commit | 46fbbaabefa29df1378ae68b7f063dbc64846042 (patch) | |
tree | 8a29abc6017e4dfbc9430e6484871ead9ab41c49 /npc/re/guides | |
parent | d853cc9c0ccdafb8e23ddf6b3f18e7859af0a710 (diff) | |
download | hercules-46fbbaabefa29df1378ae68b7f063dbc64846042.tar.gz hercules-46fbbaabefa29df1378ae68b7f063dbc64846042.tar.bz2 hercules-46fbbaabefa29df1378ae68b7f063dbc64846042.tar.xz hercules-46fbbaabefa29df1378ae68b7f063dbc64846042.zip |
Replaced 'set' with direct assignment where applicable (re folder)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/guides')
-rw-r--r-- | npc/re/guides/guides_alberta.txt | 14 | ||||
-rw-r--r-- | npc/re/guides/guides_aldebaran.txt | 10 | ||||
-rw-r--r-- | npc/re/guides/guides_ayothaya.txt | 4 | ||||
-rw-r--r-- | npc/re/guides/guides_comodo.txt | 8 | ||||
-rw-r--r-- | npc/re/guides/guides_einbroch.txt | 8 | ||||
-rw-r--r-- | npc/re/guides/guides_geffen.txt | 8 | ||||
-rw-r--r-- | npc/re/guides/guides_hugel.txt | 18 | ||||
-rw-r--r-- | npc/re/guides/guides_izlude.txt | 10 | ||||
-rw-r--r-- | npc/re/guides/guides_juno.txt | 8 | ||||
-rw-r--r-- | npc/re/guides/guides_lighthalzen.txt | 8 | ||||
-rw-r--r-- | npc/re/guides/guides_louyang.txt | 2 | ||||
-rw-r--r-- | npc/re/guides/guides_morroc.txt | 16 | ||||
-rw-r--r-- | npc/re/guides/guides_moscovia.txt | 2 | ||||
-rw-r--r-- | npc/re/guides/guides_payon.txt | 10 | ||||
-rw-r--r-- | npc/re/guides/guides_prontera.txt | 10 | ||||
-rw-r--r-- | npc/re/guides/guides_rachel.txt | 8 | ||||
-rw-r--r-- | npc/re/guides/navigation.txt | 2 |
17 files changed, 73 insertions, 73 deletions
diff --git a/npc/re/guides/guides_alberta.txt b/npc/re/guides/guides_alberta.txt index 94c95279c..2f7c2320b 100644 --- a/npc/re/guides/guides_alberta.txt +++ b/npc/re/guides/guides_alberta.txt @@ -20,11 +20,11 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 8W_SOLDIER,{ mes "Do you need help navigating the city?"; F_Navi("[Alberta Guide]"); next; - set .@str$,"Would you like to check any other locations?"; + .@str$ = "Would you like to check any other locations?"; while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:[ Destination Ports ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Tool Shop ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Beauty Salon ]:[ Merchant Guild ]:Previous Menu")) { case 1: @@ -82,13 +82,13 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 8W_SOLDIER,{ next; break; case 7: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Cool Event Employee ]:[ Bullet Merchant ]:[ Cooking Ingredient Merchant ]:Previous Menu")) { case 1: @@ -138,13 +138,13 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 8W_SOLDIER,{ next; break; case 6: - set .@loop,0; + .@loop = 0; break; } } break; case 3: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Port - Northern Dock ]:[ Port - Central Dock ]:[ Port - Southern Dock ]:Previous Menu")) { case 1: @@ -172,7 +172,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 8W_SOLDIER,{ next; break; case 4: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_aldebaran.txt b/npc/re/guides/guides_aldebaran.txt index ef47d543d..174e14499 100644 --- a/npc/re/guides/guides_aldebaran.txt +++ b/npc/re/guides/guides_aldebaran.txt @@ -21,11 +21,11 @@ aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 8W_SOLDIER,{ mes "Do you need help navigating the city?"; F_Navi("[Al De Baran Guide]"); next; - set .@str$,"Would you like to check any other locations?"; + .@str$ = "Would you like to check any other locations?"; while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Kafra Headquarters ]:[ Alchemist Guild ]:[ Clock Tower ]:[ Inn & Tool Shop ]:[ Repair & Buy Equipment ]:[ Tavern ]:Previous Menu")) { case 1: @@ -70,13 +70,13 @@ aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 8W_SOLDIER,{ next; break; case 7: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Mr. Claus ]:[ Chef Assistant ]:Previous Menu")) { case 1: @@ -107,7 +107,7 @@ aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 8W_SOLDIER,{ next; break; case 5: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_ayothaya.txt b/npc/re/guides/guides_ayothaya.txt index 6d351d4d6..ef3e7bbc7 100644 --- a/npc/re/guides/guides_ayothaya.txt +++ b/npc/re/guides/guides_ayothaya.txt @@ -15,9 +15,9 @@ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 4_F_THAIGIRL,{ if (strnpcinfo(0) == "Ayothaya Guide Noi#01ay") - set .@n$, "[Noi]"; + .@n$ = "[Noi]"; else - set .@n$, "[Noa]"; + .@n$ = "[Noa]"; mes .@n$; mes "Hello~"; mes "Welcome to ^8B4513Ayothaya^000000."; diff --git a/npc/re/guides/guides_comodo.txt b/npc/re/guides/guides_comodo.txt index 6b584714e..97d2c028a 100644 --- a/npc/re/guides/guides_comodo.txt +++ b/npc/re/guides/guides_comodo.txt @@ -23,7 +23,7 @@ comodo,322,178,4 script Comodo Guide#01comodo::GuideComodo 8_F_GIRL,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel:About ^8B4513Comodo^000000")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Tavern ]:[ Casino ]:[ Weapon & Armor Shop ]:[ Tool Shop ]:[ Campsite ]:[ Souvenir Vendor ]:[ East Cave Mao ]:[ West Cave Karu ]:[ North Cave Ruanda ]:[ Hula Dance Stage ]:[ Kafra Co. Western Branch ]:Previous Menu")) { case 1: @@ -86,13 +86,13 @@ comodo,322,178,4 script Comodo Guide#01comodo::GuideComodo 8_F_GIRL,{ next; break; case 12: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Chief's House ]:[ Bor Robin ]:[ Kafra Employee ]:[ Roaming Bard ]:Previous Menu")) { case 1: @@ -122,7 +122,7 @@ comodo,322,178,4 script Comodo Guide#01comodo::GuideComodo 8_F_GIRL,{ next; break; case 5: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_einbroch.txt b/npc/re/guides/guides_einbroch.txt index 697450f51..fc52983ca 100644 --- a/npc/re/guides/guides_einbroch.txt +++ b/npc/re/guides/guides_einbroch.txt @@ -25,7 +25,7 @@ einbroch,72,202,4 script Einbroch Guide#ein01::GuideEinbroch 4_M_EIN_SOLDIER,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Airport ]:[ Factory ]:[ Plaza ]:[ Hotel ]:[ Train Station ]:[ Weapon Shop ]:[ Laboratory ]:[ Monument ]:[ Blacksmith Guild ]:[ Gunslinger Guild ]:Previous Menu")) { case 1: @@ -124,13 +124,13 @@ einbroch,72,202,4 script Einbroch Guide#ein01::GuideEinbroch 4_M_EIN_SOLDIER,{ next; break; case 11: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Armsmith ]:[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) { case 1: @@ -172,7 +172,7 @@ einbroch,72,202,4 script Einbroch Guide#ein01::GuideEinbroch 4_M_EIN_SOLDIER,{ next; break; case 4: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_geffen.txt b/npc/re/guides/guides_geffen.txt index 3bcd4db5b..67985d380 100644 --- a/npc/re/guides/guides_geffen.txt +++ b/npc/re/guides/guides_geffen.txt @@ -24,7 +24,7 @@ geffen,203,116,4 script Guide#01geffen::GuideGeffen 4_M_GEF_SOLDIER,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Magic Academy ]:[ Geffen Tower ]:[ Fountain ]:[ Tool Shop ]:[ Buy & Repair Equipment ]:[ Inn ]:[ Tavern ]:[ Christopher's Forge ]:Previous Menu")) { case 1: @@ -84,13 +84,13 @@ geffen,203,116,4 script Guide#01geffen::GuideGeffen 4_M_GEF_SOLDIER,{ next; break; case 9: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Dimensional Arcanist Guide ]:Previous Menu")) { case 1: @@ -121,7 +121,7 @@ geffen,203,116,4 script Guide#01geffen::GuideGeffen 4_M_GEF_SOLDIER,{ next; break; case 6: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_hugel.txt b/npc/re/guides/guides_hugel.txt index 0544ead01..7781848ab 100644 --- a/npc/re/guides/guides_hugel.txt +++ b/npc/re/guides/guides_hugel.txt @@ -20,11 +20,11 @@ hugel,98,56,3 script Hugel Guide Granny#hugel 4_F_LGTGRAND,{ mes "If this is the first time for you to use the guide services, you should ask a lot of questions."; F_Navi("[Hugel Guide Granny]"); next; - set .@str$,"Would you like to know more locations?"; + .@str$ = "Would you like to know more locations?"; while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ ^3131FFHunter Guild^000000 ]:[ Party Supplies Shop ]:[ ^3131FFShrine Expedition^000000 ]:Previous Menu")) { case 1: @@ -111,13 +111,13 @@ hugel,98,56,3 script Hugel Guide Granny#hugel 4_F_LGTGRAND,{ next; break; case 11: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) { case 1: @@ -138,7 +138,7 @@ hugel,98,56,3 script Hugel Guide Granny#hugel 4_F_LGTGRAND,{ next; break; case 3: - set .@loop,0; + .@loop = 0; break; } } @@ -184,7 +184,7 @@ hugel,187,172,6 script Guide Rich King#hugel 4_M_CRU_KNT,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ Hunter Guild ]:[ Party Supplies Shop ]:[ Shrine Expedition ]:Previous Menu")) { case 1: @@ -238,13 +238,13 @@ hugel,187,172,6 script Guide Rich King#hugel 4_M_CRU_KNT,{ next; break; case 11: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) { case 1: @@ -258,7 +258,7 @@ hugel,187,172,6 script Guide Rich King#hugel 4_M_CRU_KNT,{ next; break; case 3: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_izlude.txt b/npc/re/guides/guides_izlude.txt index a3a37537b..87987faad 100644 --- a/npc/re/guides/guides_izlude.txt +++ b/npc/re/guides/guides_izlude.txt @@ -24,11 +24,11 @@ mes "Do you need help navigating the town?"; F_Navi("[Izlude Guide]"); next; - set .@map$, strnpcinfo(4); + .@map$ = strnpcinfo(4); while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Cryptura Academy ]:[ Marina ]:[ International Airship ]:[ Arena ]:[ Kit Shop ]:[ Swordsman Guild ]:[ Enchant Association ]:[ Forge ]:Previous Menu")) { case 1: @@ -95,13 +95,13 @@ next; break; case 9: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Hypnotist ]:[ Newlywed Helper ]:[ Mercenary Guildsman ]:[ Pet Groomer ]:Previous Menu")) { case 1: @@ -145,7 +145,7 @@ next; break; case 7: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_juno.txt b/npc/re/guides/guides_juno.txt index dc85f0743..f62013147 100644 --- a/npc/re/guides/guides_juno.txt +++ b/npc/re/guides/guides_juno.txt @@ -22,7 +22,7 @@ yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 8_F_GIRL,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@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 Plaza ]:[ Monster Museum ]:[ Schweicherbil Magic Academy ]:Previous Menu")) { case 1: @@ -95,13 +95,13 @@ yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 8_F_GIRL,{ next; break; case 14: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) { case 1: @@ -117,7 +117,7 @@ yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 8_F_GIRL,{ next; break; case 3: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_lighthalzen.txt b/npc/re/guides/guides_lighthalzen.txt index d7cd22aae..668ac4d08 100644 --- a/npc/re/guides/guides_lighthalzen.txt +++ b/npc/re/guides/guides_lighthalzen.txt @@ -35,7 +35,7 @@ lighthalzen,207,310,5 script Lighthalzen Guide#lhz01::GuideLighthazlen 4_M_EIN_S while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Hotel ]:[ Bank ]:[ Airport ]:[ Weapon Shop ]:[ Department Store ]:[ Police Station ]:[ Jewelry Store ]:[ Cool Event Corp. ]:[ Somatology Laboratory ]:[ Alchemist Association ]:Previous Menu")) { case 1: @@ -89,13 +89,13 @@ lighthalzen,207,310,5 script Lighthalzen Guide#lhz01::GuideLighthazlen 4_M_EIN_S next; break; case 11: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Armsmith ]:[ Seiayablem ]:[ Pet Groomer ]:[ Kafra Employees ]:[ Cool Event Corp. Staff ]:Previous Menu")) { case 1: @@ -136,7 +136,7 @@ lighthalzen,207,310,5 script Lighthalzen Guide#lhz01::GuideLighthazlen 4_M_EIN_S next; break; case 6: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_louyang.txt b/npc/re/guides/guides_louyang.txt index f79039e32..2e043364a 100644 --- a/npc/re/guides/guides_louyang.txt +++ b/npc/re/guides/guides_louyang.txt @@ -26,7 +26,7 @@ louyang,224,104,4 script Louyang Guide#01louyang 4_F_CHNWOMAN,{ mes "^8B4513Louyang^000000 is famous for"; mes "its elaborate history, as well as specialties that are unique to this nation. Please take your time and enjoy your stay."; F_Navi("[Representative]"); - set .@str$,"Is there anything else I can do for you?"; + .@str$ = "Is there anything else I can do for you?"; while (1) { next; switch(select("[ Dragon Castle ]:[ Doctor's Office ]:[ City Hall ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Observatory ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) { diff --git a/npc/re/guides/guides_morroc.txt b/npc/re/guides/guides_morroc.txt index 55b1ef58e..fb85d97c5 100644 --- a/npc/re/guides/guides_morroc.txt +++ b/npc/re/guides/guides_morroc.txt @@ -24,7 +24,7 @@ morocc,153,286,6 script Guide#01morocc::GuideMorroc 4_M_MOC_SOLDIER,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Thief Guild ]:[ Sphinx Dungeon ]:[ Oasis Entrance ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Tavern ]:Previous Menu")) { case 1: @@ -78,13 +78,13 @@ morocc,153,286,6 script Guide#01morocc::GuideMorroc 4_M_MOC_SOLDIER,{ next; break; case 8: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Kafra Employee ]:[ Poison Herb Salesman ]:[ Dye Maker ]:[ Seiyablem ]:Previous Menu")) { case 1: @@ -121,7 +121,7 @@ morocc,153,286,6 script Guide#01morocc::GuideMorroc 4_M_MOC_SOLDIER,{ next; break; case 5: - set .@loop,0; + .@loop = 0; break; } } @@ -176,7 +176,7 @@ moc_ruins,159,53,3 script Guide#01ruins::GuideMocRuins 4_M_MOC_SOLDIER,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Thief Guild ]:[ Sphinx Dungeon ]:[ Morroc Entrance ]:Previous Menu")) { case 1: @@ -208,13 +208,13 @@ moc_ruins,159,53,3 script Guide#01ruins::GuideMocRuins 4_M_MOC_SOLDIER,{ next; break; case 4: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Tool Dealer ]:[ Kafra Employee ]:[ Repairman ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Leablem ]:Previous Menu")) { case 1: @@ -265,7 +265,7 @@ moc_ruins,159,53,3 script Guide#01ruins::GuideMocRuins 4_M_MOC_SOLDIER,{ next; break; case 8: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_moscovia.txt b/npc/re/guides/guides_moscovia.txt index 05664c06a..1f8810878 100644 --- a/npc/re/guides/guides_moscovia.txt +++ b/npc/re/guides/guides_moscovia.txt @@ -21,7 +21,7 @@ moscovia,161,76,3 script Moscovia Guide#01mosc 4_F_RUSWOMAN1,{ mes "I'm supporting to offer information about here."; 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?"; + .@str$ = "Is there anything else I can do for you?"; while (1) { next; switch(select("[ Kafra Employee ]:[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) { diff --git a/npc/re/guides/guides_payon.txt b/npc/re/guides/guides_payon.txt index a165ad455..b363a1dba 100644 --- a/npc/re/guides/guides_payon.txt +++ b/npc/re/guides/guides_payon.txt @@ -24,7 +24,7 @@ payon,163,64,3 script Guide#01payon::GuidePayon 4_M_PAY_SOLDIER,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Archer Village ]:[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Inn & Tavern ]:[ Central Palace ]:[ Palace Court ]:[ Royal Kitchen ]:Previous Menu")) { case 1: @@ -67,13 +67,13 @@ payon,163,64,3 script Guide#01payon::GuidePayon 4_M_PAY_SOLDIER,{ next; break; case 8: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Kafra Shop ]:[ Repair / Armsmith ]:[ Kafra Employee ]:[ Trap Specialist ]:[ Seiayblem ]:[ Leablem ]:[ Jade ]:[ Pet Groomer ]:[ Chef Assistant ]:Previous Menu")) { case 1: @@ -144,7 +144,7 @@ payon,163,64,3 script Guide#01payon::GuidePayon 4_M_PAY_SOLDIER,{ next; break; case 11: - set .@loop,0; + .@loop = 0; break; } } @@ -203,7 +203,7 @@ pay_arche,86,33,4 script Guide#05payon 4_M_PAY_SOLDIER,{ mes "Do you need help navigating the village?"; F_Navi("[Payon Guide]"); next; - set .@str$,"Would you like to check any other locations?"; + .@str$ = "Would you like to check any other locations?"; while (1) { switch(select("[ Payon Dungeon ]:[ Archer Guild ]:[ Tool Shop ]:[ Kafra Employee ]:[ Mercenary Guildsman ]:[ Alchemist Guildsman ]:[ Eden Teleport Officer ]:Remove Marks from Mini-Map:Cancel")) { case 1: diff --git a/npc/re/guides/guides_prontera.txt b/npc/re/guides/guides_prontera.txt index c3ecea92f..58b5eecbe 100644 --- a/npc/re/guides/guides_prontera.txt +++ b/npc/re/guides/guides_prontera.txt @@ -22,11 +22,11 @@ prontera,154,187,4 script Guide#01prontera::GuideProntera 8W_SOLDIER,{ mes "Do you need help navigating the city?"; F_Navi("[Prontera Guide]"); next; - set .@str$,"Would you like to check any other locations?"; + .@str$ = "Would you like to check any other locations?"; while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Forge ]:[ Sanctuary ]:[ Chivalry Office ]:[ Inn ]:[ Tavern ]:[ Library ]:[ Prontera Castle ]:[ Job Agency ]:[ City Hall ]:Previous Menu")) { case 1: @@ -119,13 +119,13 @@ prontera,154,187,4 script Guide#01prontera::GuideProntera 8W_SOLDIER,{ next; break; case 12: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Peco Peco Breeder ]:[ Riding Creature Master ]:[ Magic Gear Master ]:[ Peco Peco Remover ]:[ Trading Merchants ]:[ Mercenary Guildsman ]:[ Hypnotist ]:[ Kafra Employee ]:[ Leablem ]:[ Apprentice Craftsman ]:[ Pet Groomer ]:Previous Menu")) { case 1: @@ -234,7 +234,7 @@ prontera,154,187,4 script Guide#01prontera::GuideProntera 8W_SOLDIER,{ next; break; case 13: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/guides_rachel.txt b/npc/re/guides/guides_rachel.txt index f7f1a2c87..28a3c1bd6 100644 --- a/npc/re/guides/guides_rachel.txt +++ b/npc/re/guides/guides_rachel.txt @@ -21,7 +21,7 @@ rachel,138,146,5 script Rachel Guide#rachel 4_M_RASWORD,{ while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Inn ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Cheshrumnir ]:[ Priest Zed's Mansion ]:Previous Menu")) { case 1: @@ -70,13 +70,13 @@ rachel,138,146,5 script Rachel Guide#rachel 4_M_RASWORD,{ next; break; case 7: - set .@loop,0; + .@loop = 0; break; } } break; case 2: - set .@loop,1; + .@loop = 1; while (.@loop) { switch(select("[ Cool Event Corp. Staff ]:[ Eden Teleport Officer ]:Previous Menu")) { case 1: @@ -98,7 +98,7 @@ rachel,138,146,5 script Rachel Guide#rachel 4_M_RASWORD,{ next; break; case 3: - set .@loop,0; + .@loop = 0; break; } } diff --git a/npc/re/guides/navigation.txt b/npc/re/guides/navigation.txt index b7bde6aab..b0263c93f 100644 --- a/npc/re/guides/navigation.txt +++ b/npc/re/guides/navigation.txt @@ -15,7 +15,7 @@ function script F_Navi { // Uncomment to disable the navigation system. - //set .@disabled,1; + //.@disabled = 1; // This function takes 0 ~ 3 parameters. switch(getargcount()) { |