diff options
author | og2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-24 16:50:59 +0000 |
---|---|---|
committer | og2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-24 16:50:59 +0000 |
commit | 3303e17bfc0b4fb90df3e3380b8adb56327b2b29 (patch) | |
tree | 1175d33ee85c6b9530f9d4a21642f8a9e0a5ebec /npc/quests/quests_13_1.txt | |
parent | 84e37548b93c3364ee5c07c40d962ce15f7fef49 (diff) | |
download | hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.tar.gz hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.tar.bz2 hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.tar.xz hercules-3303e17bfc0b4fb90df3e3380b8adb56327b2b29.zip |
* Updated Mail.
* Fixed Waitroom MaxLevel from poring_war (bugreport:5262).
* Added card_trader.
* Added card_trader to scripts_athena (disabled by default).
* Added MidCamp Warper/Ash-Vacuum from quest_13_1 (gogoash).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15514 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index c5497bb12..3d6c350d4 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.8 +//= 2.0 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -35,7 +35,8 @@ //= 1.6 Fixed check in cat hand agent. //= 1.7 Moved the close in Cat Hand Service Warps. (bugreport:4079) [L0ne_W0lf] //= 1.8 Added 13.2 Additions to Report from the New World NPCs -//= Upped success rates for Report from the New World drops. +//= 1.9 Upped success rates for Report from the New World drops. +//= 2.0 Added Mid Camp Warper, translated from the Official [Slim] //============================================================ // Onward to the New World @@ -18063,3 +18064,32 @@ que_dan02,102,42,3 script Disfigured Corpse#moc2 457,{ close; } +//Mid Camp Warper (gogoash), Translated from the Official [Slim] +prontera,161,192,5 script Ash Vacuum Warper 707,{ + mes "[Warp Soldier]"; + mes "For a limited period."; + mes "I can send you to Ash-Vacuum without any fee."; + next; + mes "[Warp Soldier]"; + mes "Do you want to go to Ash-Vacuum right now?"; + next; + switch(select("Yes, please","Not yet")) { + + case 1: + mes "[Warp Soldier]"; + mes "Ok. I hope you"; + mes "enjoy your trip."; + close2; + set ep13_ryu,100; + warp "mid_camp",210,291; + break; + case 2: + mes "[Warp Soldier]"; + mes "No problem. I understand."; + mes "Tell me when you change your mind."; + mes "See you."; + close; + break; + } + end; +}
\ No newline at end of file |