Follow up r16545. Fixed some mistakes I made.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
daegaladh 2012-08-01 05:06:59 +00:00
parent 0ee0ee1f19
commit 6a72153c12
4 changed files with 14 additions and 12 deletions

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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