Преглед на файлове

* Fixed wrong coordinates of the Prontera Bartender (bugreport:3000)
* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13691 54d463be-8e91-2dee-dedb-b68131a5f0ec

Playtester преди 16 години
родител
ревизия
dbb95438b0
променени са 3 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 3 0
      npc/Changelog.txt
  2. 1 1
      npc/cities/prontera.txt
  3. 2 2
      npc/jobs/novice/novice.txt

+ 3 - 0
npc/Changelog.txt

@@ -1,5 +1,8 @@
 Date		Added
 ======
+2009/04/23
+	* Fixed wrong coordinates of the Prontera Bartender (bugreport:3000) [Playtester]
+	* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009) [Playtester]
 2009/04/20
 	* Applied BrianL's castle switch fix (bugreport:2969) [Playtester]
 	* Various script updates [Playtester]

+ 1 - 1
npc/cities/prontera.txt

@@ -290,7 +290,7 @@ prt_in,26,31,0	script	An Old Man#2pront	54,{
 	close;
 }
 
-prt_in,180,70,2	script	Bartender#pront	61,{
+prt_in,180,20,2	script	Bartender#pront	61,{
 	mes "[Bartender]";
 	mes "Sigh...as more and more people coming into Prontera,";
 	mes "better and better my business has become nowadays. But...";

+ 2 - 2
npc/jobs/novice/novice.txt

@@ -857,7 +857,7 @@ new_1-2,83,111,3	script	Skill Tutor#nv	753,{
 			end;
 		case 3:
 			emotion e_omg;
-			end;
+			close;
 		}
 	}
 	else if (nov_get_item04 < 10) {
@@ -880,7 +880,7 @@ new_1-2,83,111,3	script	Skill Tutor#nv	753,{
 			end;
 		case 3:
 			emotion e_omg;
-			end;
+			close;
 		}
 	}
 }