Fixed a quest NPC giving you a Huge Leaf rather than Smokie Leaf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7675 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
80489509f1
commit
1d820ba97e
@ -39,6 +39,7 @@ Playtester
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
07/14
|
07/14
|
||||||
|
* Fixed a quest NPC giving you a Huge Leaf rather than Smokie Leaf [Playtester]
|
||||||
* Improved the Fox Mask quest [Playtester]
|
* Improved the Fox Mask quest [Playtester]
|
||||||
* Small Kafra coordinate fixes [Playtester]
|
* Small Kafra coordinate fixes [Playtester]
|
||||||
07/13
|
07/13
|
||||||
|
@ -2098,7 +2098,7 @@ morocc.gat,273,79,4 script Traveler 99,{
|
|||||||
mes "^FF0000the level of refines and cards will dissapear too.^000000";
|
mes "^FF0000the level of refines and cards will dissapear too.^000000";
|
||||||
mes "So please confirm the item you require.";
|
mes "So please confirm the item you require.";
|
||||||
next;
|
next;
|
||||||
switch(select("Drooping Cat:Huge Leaf:Lazy Smokie:Blue Fish:There's nothing that I like.")) {
|
switch(select("Drooping Cat:Smokie Leaf:Lazy Smokie:Blue Fish:There's nothing that I like.")) {
|
||||||
case 1:
|
case 1:
|
||||||
if (countitem(2233) && countitem(983) && countitem(7206) > 299 && countitem(7030)) {
|
if (countitem(2233) && countitem(983) && countitem(7206) > 299 && countitem(7030)) {
|
||||||
delitem 2233,1;
|
delitem 2233,1;
|
||||||
@ -2125,16 +2125,16 @@ morocc.gat,273,79,4 script Traveler 99,{
|
|||||||
mes "If you bring them to me, I will make the Cat for you.";
|
mes "If you bring them to me, I will make the Cat for you.";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
case 2: //Huge Leaf [7198]
|
case 2: //Smokie Leaf [5064]
|
||||||
if (countitem(945) > 599 && countitem(7030)) {
|
if (countitem(945) > 599 && countitem(7030)) {
|
||||||
delitem 945,600;
|
delitem 945,600;
|
||||||
delitem 7030,1;
|
delitem 7030,1;
|
||||||
creation_lines;
|
creation_lines;
|
||||||
getitem 7198,1;
|
getitem 5064,1;
|
||||||
close;
|
close;
|
||||||
} else {
|
} else {
|
||||||
mes "[Human]";
|
mes "[Human]";
|
||||||
mes "Ah, so you want the Huge Leaf.";
|
mes "Ah, so you want the Smokie Leaf.";
|
||||||
mes "Well,";
|
mes "Well,";
|
||||||
mes "I can make that for you,";
|
mes "I can make that for you,";
|
||||||
mes "but you will have to";
|
mes "but you will have to";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user