diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-11 02:17:21 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-01-11 02:17:21 +0000 |
commit | 38e583df21eccd9e4f31d38acaae32579c6f0d27 (patch) | |
tree | 59700abc12d457f5d697f931ef1bf2ba680113ac /npc/re/jobs/3-1 | |
parent | de0374e0afa0fe11e5609d619a222754a5e879c5 (diff) | |
download | hercules-38e583df21eccd9e4f31d38acaae32579c6f0d27.tar.gz hercules-38e583df21eccd9e4f31d38acaae32579c6f0d27.tar.bz2 hercules-38e583df21eccd9e4f31d38acaae32579c6f0d27.tar.xz hercules-38e583df21eccd9e4f31d38acaae32579c6f0d27.zip |
* Fixed minor issues in Guillotine Cross job change quest (bugreport:7145).
* Fixed misplaced line in 13-2 quests (bugreport:7136).
* Fixed mistakes in script_commands.txt (bugreport:7140).
* Added 'nowarpto' and 'nomemo' mapflags to bossnia_0* maps (bugreport:7118).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17092 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/jobs/3-1')
-rw-r--r-- | npc/re/jobs/3-1/guillotine_cross.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/re/jobs/3-1/guillotine_cross.txt b/npc/re/jobs/3-1/guillotine_cross.txt index 8fe6512ac..4f350460a 100644 --- a/npc/re/jobs/3-1/guillotine_cross.txt +++ b/npc/re/jobs/3-1/guillotine_cross.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Muad_Dib //===== Current Version: ===================================== -//= 1.0b +//= 1.1 //===== Compatible With: ===================================== //= rAthena SVN r16945+ //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.0 Adapted from original script. [Euphy] //= 1.0a Added 'npcskill' command. [Euphy] //= 1.0b Moved warps to separate file. [Euphy] +//= 1.1 Fixed some minor bugs. [Euphy] //============================================================ que_job01,75,96,3 script Guild Member#3rdgc01 997,{ @@ -720,7 +721,6 @@ job3_guil01,82,95,3 script Daora#3rdgc02 940,{ close; } } else if (Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T || Class == Job_Baby_Cross) { - mes "[Daora]"; if (Sex) { mes "Oh~ you're good-looking~!"; mes "It's worthwhile to open a pub~"; @@ -780,12 +780,10 @@ job3_guil01,82,95,3 script Daora#3rdgc02 940,{ } } else { if (Sex == 1) { - mes "[Daora]"; mes "Oh~ you're good-looking!"; mes "So, what do you want?"; } else { - mes "[Daora]"; mes "Hum...you're a girl."; mes "Ok pick up whatever you want."; } @@ -2681,8 +2679,8 @@ ve_fild05,327,308,3 script Girl#3rdgc14 466,{ switch(select("I got it.:I'll be ready.")) { case 1: if ($@3rdgc_room02 == 0) { - set job_3rd_gc, 17; erasequest ((job_3rd_gc == 17)?7110:7109); + set job_3rd_gc, 17; setquest 7110; set $@3rdgc_room02, 1; warp "job3_guil03",22,70; |