diff options
author | shennetsind <ind@henn.et> | 2013-02-14 18:37:11 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-14 18:37:11 -0200 |
commit | ef503ce5ad834d4601d6420bddf85655b6428c24 (patch) | |
tree | 60880cdb77521bc7783454dcecdcf1a01316ad95 /npc/quests/first_class/tu_sword.txt | |
parent | 49831814d6a462104e5a4b61bdff405a3bb69fb1 (diff) | |
parent | 1dd0349429f1456b886e50af7397922b525ef920 (diff) | |
download | hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.gz hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.bz2 hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.xz hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/quests/first_class/tu_sword.txt')
-rw-r--r-- | npc/quests/first_class/tu_sword.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/npc/quests/first_class/tu_sword.txt b/npc/quests/first_class/tu_sword.txt index 6ae1d7c08..ee54103de 100644 --- a/npc/quests/first_class/tu_sword.txt +++ b/npc/quests/first_class/tu_sword.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Fix up by Jukka //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= rAthena SVN (Testet in Trunk 88xx) //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.2 Fixed a typo on NPC name. [SinSloth] //= 1.3 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //= 1.4 Misc. updates. [L0ne_W0lf] +//= 1.5 Warp New Izlude update //============================================================ // Shurank @@ -1006,7 +1007,10 @@ geffen,154,143,3 script Dequ'ee 734,{ set tu_swordman, 21; changequest 8226,8227; close2; - warp "izlude",35,78; + if (checkre(0)) + warp "izlude",127,100; + else + warp "izlude",35,78; end; } if(tu_swordman == 19){ @@ -2116,7 +2120,10 @@ geffen,154,143,3 script Dequ'ee 734,{ mes "of yourself,"; mes "brave Swordman."; next; - warp "izlude",35,78; + if (checkre(0)) + warp "izlude",127,100; + else + warp "izlude",35,78; close; } case 2: |