fixed bio ethic q
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8611 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
def8753415
commit
80652329cf
@ -32,6 +32,9 @@ Playtester
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
09/04
|
||||||
|
* Fixed Bio Ethic quest typo (misspelled key phrase), thx2 mr.rkit [Lupus]
|
||||||
|
- Merged updated city warps from TRUNK
|
||||||
09/03
|
09/03
|
||||||
* Added another next; in bongunsword.txt [Evera]
|
* Added another next; in bongunsword.txt [Evera]
|
||||||
* Added missing NPC name in text and next;'s in npc/quests/bongunsword.txt,
|
* Added missing NPC name in text and next;'s in npc/quests/bongunsword.txt,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Lupus, Reddozen
|
//= Lupus, Reddozen
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.5
|
//= 1.5a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena Revision 3800+
|
//= eAthena Revision 3800+
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -20,7 +20,7 @@
|
|||||||
//= 1.3b Splitted into different files [DracoRPG]
|
//= 1.3b Splitted into different files [DracoRPG]
|
||||||
//= 1.4 Added Creators + Baby Alchemists can pass Bio Ethics
|
//= 1.4 Added Creators + Baby Alchemists can pass Bio Ethics
|
||||||
//= Quest too [Lupus]
|
//= Quest too [Lupus]
|
||||||
//= 1.5 Removed duplicates [Toms]
|
//= 1.5 Removed duplicates [Toms] 1.5a fixed typo [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -284,7 +284,7 @@ lhz_in01.gat,224,140,8 script Kellasus 57,{
|
|||||||
input @kelques$;
|
input @kelques$;
|
||||||
next;
|
next;
|
||||||
mes "[Kellasus]";
|
mes "[Kellasus]";
|
||||||
if(@kelques$ != "Homunculus Ressurection"){
|
if(@kelques$ != "Homunculus Resurrection"){
|
||||||
mes "Hmpf. I knew you had";
|
mes "Hmpf. I knew you had";
|
||||||
mes "no knowledge on";
|
mes "no knowledge on";
|
||||||
mes "homunculus.";
|
mes "homunculus.";
|
||||||
@ -421,7 +421,7 @@ lhz_in02.gat,269,273,4 script Bringel 709,{
|
|||||||
next;
|
next;
|
||||||
mes "[Bringel]";
|
mes "[Bringel]";
|
||||||
mes "However, I've heard about a skill named";
|
mes "However, I've heard about a skill named";
|
||||||
mes "Homunculus Ressurection.";
|
mes "Homunculus Resurrection.";
|
||||||
mes "It seems it is a very important thing";
|
mes "It seems it is a very important thing";
|
||||||
mes "for people working on them.";
|
mes "for people working on them.";
|
||||||
set bioeth,4;
|
set bioeth,4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user