Fixed Quest requirements in cities/louyang.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7255 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
85233aa578
commit
f28f036a88
@ -37,6 +37,7 @@ Musashiden
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
06/19
|
06/19
|
||||||
|
* Fixed Quest requirements in cities/louyang.txt [Playtester]
|
||||||
* Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis.
|
* Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis.
|
||||||
[Skotlex]
|
[Skotlex]
|
||||||
* Removed Jfunc1-1.txt, merged parts of scripts back. Changed job numbers to constants [Lupus]
|
* Removed Jfunc1-1.txt, merged parts of scripts back. Changed job numbers to constants [Lupus]
|
||||||
|
@ -2345,7 +2345,7 @@ s_Materials2:
|
|||||||
s_Items:
|
s_Items:
|
||||||
if(countitem(939) < 4 || countitem(937) < 10 || countitem(1093) < 10 || countitem(506) < 30)goto s_NEnoughItems;
|
if(countitem(939) < 4 || countitem(937) < 10 || countitem(1093) < 10 || countitem(506) < 30)goto s_NEnoughItems;
|
||||||
delitem 939,4; //Bee Sting
|
delitem 939,4; //Bee Sting
|
||||||
delitem 937,4; //Venom Canine
|
delitem 937,10; //Venom Canine
|
||||||
delitem 1093,10; //Empty Potion Bottle
|
delitem 1093,10; //Empty Potion Bottle
|
||||||
delitem 506,30; //Green Potion
|
delitem 506,30; //Green Potion
|
||||||
set QL_POISONDISLIKED,0;
|
set QL_POISONDISLIKED,0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user