some fixes of coords, ingredients (sashimi Knife -> Raw Fish "Sashimi")
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@559 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5f92187040
commit
c248863032
@ -16,7 +16,7 @@
|
|||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
payon_in01.gat,62,10,4 script KoneKone 819,{
|
payon_in03.gat,110,160,4 script KoneKone 819,{
|
||||||
mes "[KoneKone]";
|
mes "[KoneKone]";
|
||||||
mes "Don't you just love cats? the way they have the pointy,";
|
mes "Don't you just love cats? the way they have the pointy,";
|
||||||
mes "sticky ears and stuff, they're just so cute!";
|
mes "sticky ears and stuff, they're just so cute!";
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
//= 1.3 Fixed possible exploit [Lupus]
|
//= 1.3 Fixed possible exploit [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
payon.gat,155,115,5 script Nan Hyang 814,{
|
payon_in01.gat,143,8,5 script Nan Hyang 814,{
|
||||||
If (getequipisequiped(5073)) GOTO L_GOOD;
|
If (getequipisequiped(5073)) GOTO L_GOOD;
|
||||||
If (Class == 0) GOTO L_NOVICE;
|
If (Class == 0) GOTO L_NOVICE;
|
||||||
mes "[Nan Hyang]";
|
mes "[Nan Hyang]";
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//= Halca (1.0)
|
//= Halca (1.0)
|
||||||
//= Mass Zero (1.1)
|
//= Mass Zero (1.1)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3
|
//= 1.4
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any eAthena Version.
|
//= Any eAthena Version.
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -13,6 +13,7 @@
|
|||||||
//= 1.2 Fixed wrong labels, added missing text
|
//= 1.2 Fixed wrong labels, added missing text
|
||||||
//= added missing delitem, fixed names, item amount [Lupus]
|
//= added missing delitem, fixed names, item amount [Lupus]
|
||||||
//= 1.3 Fixed possible exploit [Lupus]
|
//= 1.3 Fixed possible exploit [Lupus]
|
||||||
|
//= 1.4 Fixed ingredients: Sashimi knife->Raw Fish (Sashimi) [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
morocc.gat,274,79,6 script Traveler 807,{
|
morocc.gat,274,79,6 script Traveler 807,{
|
||||||
@ -49,7 +50,7 @@ M_N2:
|
|||||||
mes "[Traveler]";
|
mes "[Traveler]";
|
||||||
mes "Gimme 1 Rotten Fish,";
|
mes "Gimme 1 Rotten Fish,";
|
||||||
mes "300 Rotten Scales,";
|
mes "300 Rotten Scales,";
|
||||||
mes "50 Sashimi,";
|
mes "50 Raw Fish (Sashimi, not a knife),";
|
||||||
mes "1 Fish Tail,";
|
mes "1 Fish Tail,";
|
||||||
mes "and 100 Sticky Mucus";
|
mes "and 100 Sticky Mucus";
|
||||||
next;
|
next;
|
||||||
@ -57,12 +58,12 @@ M_N2:
|
|||||||
mes "Got these items?";
|
mes "Got these items?";
|
||||||
menu "Yes",-,"No.",M_EXIT;
|
menu "Yes",-,"No.",M_EXIT;
|
||||||
|
|
||||||
if ((countitem(624) < 1) || (countitem(959) < 300) || (countitem(1144) < 50) || (countitem(1023) < 1) || (countitem(938) < 100)) GOTO L_NOITEM; //Items: Rotten Fish, Stinky Scale, Sashimi, Fish Tail, Sticky Mucus,
|
if ((countitem(624) < 1) || (countitem(959) < 300) || (countitem(544) < 50) || (countitem(1023) < 1) || (countitem(938) < 100)) GOTO L_NOITEM; //Items: Rotten Fish, Stinky Scale, Sashimi, Fish Tail, Sticky Mucus,
|
||||||
mes "[Traveler]";
|
mes "[Traveler]";
|
||||||
mes "Okay, thanks.";
|
mes "Okay, thanks.";
|
||||||
delitem 624,1;//Items: Rotten Fish,
|
delitem 624,1;//Items: Rotten Fish,
|
||||||
delitem 959,300;//Items: Stinky Scale,
|
delitem 959,300;//Items: Stinky Scale,
|
||||||
delitem 1144,50;//Items: Sashimi,
|
delitem 544,50;//Items: Raw Fish,
|
||||||
delitem 1023,1;//Items: Fish Tail,
|
delitem 1023,1;//Items: Fish Tail,
|
||||||
delitem 938,100;//Items: Sticky Mucus,
|
delitem 938,100;//Items: Sticky Mucus,
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user