fixed bug in bio labs quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8281 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
evera 2006-08-15 03:52:57 +00:00
parent c182e64c0d
commit ee6ce16a4e
2 changed files with 6 additions and 3 deletions

View File

@ -21,7 +21,7 @@ erKURITA
* Warps maintainment * Warps maintainment
Evera Evera
* Everything. * Everything.
* Dungeon Teleport System NPCs * Dungeon Teleport System NPCs.
* iRO information gathering. * iRO information gathering.
* Kafra maintainment. * Kafra maintainment.
* Taking requests. * Taking requests.
@ -36,6 +36,7 @@ Playtester
Date Added Date Added
====== ======
08/14 08/14
* Fixed the int&str bug of test tube in bio labs quest [Evera]
* Fixed 2006 headgears npc giving you Lion Mask rather than Lion Masquerade [Playtester] * Fixed 2006 headgears npc giving you Lion Mask rather than Lion Masquerade [Playtester]
* Moved the Gunslinger quest NPCs to gunslinger_quests.txt [Playtester] * Moved the Gunslinger quest NPCs to gunslinger_quests.txt [Playtester]
- put erKURITA's version of the Garrison quest into another file since I already - put erKURITA's version of the Garrison quest into another file since I already

View File

@ -4,7 +4,7 @@
//= Persian, Vicious_Pucca, Completed by aoa00 //= Persian, Vicious_Pucca, Completed by aoa00
//= Evera, MasterOfMupppets //= Evera, MasterOfMupppets
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 2.3 //= 2.4
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN //= eAthena SVN
//===== Description: ========================================= //===== Description: =========================================
@ -42,6 +42,8 @@
//= out after finished part... Don't want players getting stuck ;_; [Evera] //= out after finished part... Don't want players getting stuck ;_; [Evera]
//= 2.3 Finished Bio Ethics Quest. Need bug testers before moving to trunk, my //= 2.3 Finished Bio Ethics Quest. Need bug testers before moving to trunk, my
//= mind was somewhere else when writing @_@ [Evera] //= mind was somewhere else when writing @_@ [Evera]
//= 2.4 Fixed the bug where a str&int debug was shown in the console for
//= test tube in bio labs quest. [Evera]
//============================================================ //============================================================
//= aoa's comment //= aoa's comment
//= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS" //= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
@ -1215,7 +1217,7 @@ L_3:
next; next;
input @answer$; input @answer$;
if (@answer$ == "Laboratory Permit" || @answer$ == "permit" || @answer$ == "laboratory permit" || @answer == "Permit") goto L_4; if (@answer$ == "Laboratory Permit" || @answer$ == "permit" || @answer$ == "laboratory permit" || @answer$ == "Permit") goto L_4;
mes "Nothing happened."; mes "Nothing happened.";
close; close;