From 9a13c358e79e1a9ae97bcf120783abdaee6a2e39 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Wed, 1 Aug 2012 05:06:59 +0000 Subject: Follow up r16545. Fixed some mistakes I made. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/functions_kafras.txt | 10 ++++++---- npc/pre-re/scripts_main.conf | 4 ++-- npc/re/scripts_main.conf | 4 ++-- npc/scripts_monsters.conf | 8 ++++---- 4 files changed, 14 insertions(+), 12 deletions(-) (limited to 'npc') diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 4fc08fc0e..0a6dad7d8 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -402,10 +402,12 @@ function script F_KafTele { if (@wrpD$[@num] == "Al De Baran") warp "aldebaran",168,112; if (@wrpD$[@num] == "Aldebaran") warp "aldebaran",168,112; if (@wrpD$[@num] == "Comodo") warp "comodo", 209, 143; - if(checkre(0) - if (@wrpD$[@num] == "Izlude") warp "izlude", 128, 98; - else - if (@wrpD$[@num] == "Izlude") warp "izlude", 91, 105; + if (@wrpD$[@num] == "Izlude") { + if(checkre(0)) + warp "izlude", 128, 98; + else + warp "izlude", 91, 105; + } if (@wrpD$[@num] == "Geffen") warp "geffen", 120, 39; if (@wrpD$[@num] == "Morroc") warp "morocc", 156, 46; if (@wrpD$[@num] == "Payon") warp "payon", 161, 58; diff --git a/npc/pre-re/scripts_main.conf b/npc/pre-re/scripts_main.conf index 339863856..e029447b5 100644 --- a/npc/pre-re/scripts_main.conf +++ b/npc/pre-re/scripts_main.conf @@ -19,11 +19,11 @@ // ------------------ Global Scripts Functions ------------------ // Utilitarian functions used by many scripts. -npc: npc/pre-re/other/Global_Functions.txt +npc: npc/other/Global_Functions.txt // -------------------- Cash Shop Functions --------------------- // Used by cash shop items in the Item Database. -npc: npc/pre-re/other/CashShop_Functions.txt +npc: npc/other/CashShop_Functions.txt // ------------------- Common Script Files ---------------------- import: npc/scripts_athena.conf diff --git a/npc/re/scripts_main.conf b/npc/re/scripts_main.conf index d4d80461f..2bca12324 100644 --- a/npc/re/scripts_main.conf +++ b/npc/re/scripts_main.conf @@ -19,11 +19,11 @@ // ------------------ Global Scripts Functions ------------------ // Utilitarian functions used by many scripts. -npc: npc/re/other/Global_Functions.txt +npc: npc/other/Global_Functions.txt // -------------------- Cash Shop Functions --------------------- // Used by cash shop items in the Item Database. -npc: npc/re/other/CashShop_Functions.txt +npc: npc/other/CashShop_Functions.txt // ------------------- Common Script Files ---------------------- import: npc/scripts_athena.conf diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 0e4eb626d..0409db90a 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -2,7 +2,7 @@ // - Monster Scripts - // -------------------------------------------------------------- -npc: npc/pre-re/mobs/bossnia.txt -npc: npc/pre-re/mobs/citycleaners.txt -npc: npc/pre-re/mobs/jail.txt -npc: npc/pre-re/mobs/pvp.txt +npc: npc/mobs/bossnia.txt +npc: npc/mobs/citycleaners.txt +npc: npc/mobs/jail.txt +npc: npc/mobs/pvp.txt -- cgit v1.2.3-60-g2f50