diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-16 15:48:08 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-16 15:48:08 +0000 |
commit | c7d140a358f765cef18637e0c632affddebbf4cd (patch) | |
tree | 460867b7c6917d1ee154fbd5345d8c1be3cb033a /npc/kafras | |
parent | 93d4c2a1db57f096de6a08aa8b9576ea5462f7a4 (diff) | |
download | hercules-c7d140a358f765cef18637e0c632affddebbf4cd.tar.gz hercules-c7d140a358f765cef18637e0c632affddebbf4cd.tar.bz2 hercules-c7d140a358f765cef18637e0c632affddebbf4cd.tar.xz hercules-c7d140a358f765cef18637e0c632affddebbf4cd.zip |
*Fixed the Kafra function, which was screwing up teleporting.
* Undid come of the changes to the Jawaii and Izlude NPCs.
- Changed ispartneton() back to getpartnerid()
- Added Cebalis' dialog back in, and fixed a problem with Dega.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10777 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/kafras')
-rw-r--r-- | npc/kafras/functions_kafras.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 27616d30d..cf36e5e53 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -45,6 +45,7 @@ //= 5.4b temporary moved "-Guide" from the 1st menu punct [Lupus] //= 5.5 Added proper Niflheim welcome message. [L0ne_W0lf] //= Cleaned up the menus a bit. Got rid of the proceeding "-" prefix. +//= 5.5b Missed a preceeding hyphen, which was screwing up teleporting. [L0ne_W0lf] //============================================================ @@ -162,7 +163,7 @@ function script F_Kafra { next; goto M_Menu; } - if (@K_Menu0$[@num] == "-Use Teleport Service"){ + if (@K_Menu0$[@num] == "Use Teleport Service"){ if(getarg(1) == 4){ //Check for Einbroch Tele notice mes "[Kafra]"; mes "Because of the ^FF0000Limited Transport Agreement^000000, the Kafra Corporation cannot provide Teleport Services in the Schwarzwald Republic."; |