* Fixed a bug in Thanatos Tower quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10694 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
05aa029541
commit
820d68b966
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/06/05
|
||||||
|
* Fixed a bug in Thanatos Tower quest. [SinSloth]
|
||||||
2007/06/04
|
2007/06/04
|
||||||
* Updated versions in some merchants scripts [Lupus]
|
* Updated versions in some merchants scripts [Lupus]
|
||||||
* Cleaned up Rachel donation prizes a bit [Playtester]
|
* Cleaned up Rachel donation prizes a bit [Playtester]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= [Ishizu-chan]
|
//= [Ishizu-chan]
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.4a
|
//= 1.5
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any eAthena Version i guess?
|
//= Any eAthena Version i guess?
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -16,6 +16,7 @@
|
|||||||
//= 1.4 - Changed the way the Thanatos Portal works to allow people to enter
|
//= 1.4 - Changed the way the Thanatos Portal works to allow people to enter
|
||||||
//= as long as Thanatos is alive. [SinSloth]
|
//= as long as Thanatos is alive. [SinSloth]
|
||||||
//= 1.4a You may enter either "Charmstone" or "Charm Stone" [Lupus]
|
//= 1.4a You may enter either "Charmstone" or "Charm Stone" [Lupus]
|
||||||
|
//= 1.5 Fixed a bug in the number part of the quest. [SinSloth]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
|
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
|
||||||
@ -940,7 +941,7 @@ L_Input:
|
|||||||
if(@thanainput1 == @thanacode1) set @strike,@strike +1;
|
if(@thanainput1 == @thanacode1) set @strike,@strike +1;
|
||||||
if(@thanainput2 == @thanacode2) set @strike,@strike +1;
|
if(@thanainput2 == @thanacode2) set @strike,@strike +1;
|
||||||
if(@thanainput3 == @thanacode3) set @strike,@strike +1;
|
if(@thanainput3 == @thanacode3) set @strike,@strike +1;
|
||||||
if((@thanainput1 == @thanacode2) || (@thanainput1 == @thanacode2)) set @ball,@ball +1;
|
if((@thanainput1 == @thanacode2) || (@thanainput1 == @thanacode3)) set @ball,@ball +1;
|
||||||
if((@thanainput2 == @thanacode1) || (@thanainput2 == @thanacode3)) set @ball,@ball +1;
|
if((@thanainput2 == @thanacode1) || (@thanainput2 == @thanacode3)) set @ball,@ball +1;
|
||||||
if((@thanainput3 == @thanacode1) || (@thanainput3 == @thanacode2)) set @ball,@ball +1;
|
if((@thanainput3 == @thanacode1) || (@thanainput3 == @thanacode2)) set @ball,@ball +1;
|
||||||
if(@strike == 3)
|
if(@strike == 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user