some fixes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@498 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cf26d5b7e1
commit
58a50b3d8e
@ -17,10 +17,10 @@
|
|||||||
xmas.gat,152,176,3 script Bora 826,{
|
xmas.gat,152,176,3 script Bora 826,{
|
||||||
mes "[Bora]";
|
mes "[Bora]";
|
||||||
mes "Don't bears have such a cute expression on their faces?";
|
mes "Don't bears have such a cute expression on their faces?";
|
||||||
mes "And I bet you wouldn't mind one of those vute expressions yourself!";
|
mes "And I bet you wouldn't mind one of those cute expressions yourself!";
|
||||||
next;
|
next;
|
||||||
mes "[Bora]";
|
mes "[Bora]";
|
||||||
mes "Well, I can make you one!";
|
mes "Well, I can make you a Bear Hat!";
|
||||||
next;
|
next;
|
||||||
menu "Yes, make me one now!",-,"What are the requirements?",M_REQ,"No, thanks.",M_EXIT;
|
menu "Yes, make me one now!",-,"What are the requirements?",M_REQ,"No, thanks.",M_EXIT;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===== eAthena Script ======================================= ?sprite
|
//===== eAthena Script =======================================
|
||||||
//= Burning Blood Bandana Quest
|
//= Burning Blood Bandana Quest
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Halca (1.0)
|
//= Halca (1.0)
|
||||||
@ -14,7 +14,7 @@
|
|||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
yuno.gat,301,188,6 Genbolt 826,{
|
yuno.gat,301,188,6 script Genbolt 826,{
|
||||||
mes "[Genbolt]";
|
mes "[Genbolt]";
|
||||||
mes "Why, don't you think looking badass is most important?";
|
mes "Why, don't you think looking badass is most important?";
|
||||||
mes "After all, we all have to fend for ourselves in this world!";
|
mes "After all, we all have to fend for ourselves in this world!";
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
payon_in01.gat,62,10,4 KoneKone 819,{
|
payon_in01.gat,62,10,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 @@
|
|||||||
//= added missing delitem, fixed names, item amount [Lupus]
|
//= added missing delitem, fixed names, item amount [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
xmas_in.gat,123,131,4 script Hat Seller 806,{
|
xmas_in.gat,36,25,4 script Hat Seller 806,{
|
||||||
mes "[Hat Seller]";
|
mes "[Hat Seller]";
|
||||||
mes "What hat would you like information on?";
|
mes "What hat would you like information on?";
|
||||||
mes "I can make all the hats I mention here";
|
mes "I can make all the hats I mention here";
|
||||||
|
@ -28,6 +28,7 @@ M_LGB:
|
|||||||
mes "[Neris]";
|
mes "[Neris]";
|
||||||
mes "Looks pretty cute when you wear it.";
|
mes "Looks pretty cute when you wear it.";
|
||||||
mes "So... what can I do for you?";
|
mes "So... what can I do for you?";
|
||||||
|
next;
|
||||||
menu "Make me Golden Bells!",-,"What do I need to make it?",M_REQL,"Nothing, thanks.",M_EXIT;
|
menu "Make me Golden Bells!",-,"What do I need to make it?",M_REQL,"Nothing, thanks.",M_EXIT;
|
||||||
|
|
||||||
if ((countitem(10016) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Golden Bell, Emperium, Gold,
|
if ((countitem(10016) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Golden Bell, Emperium, Gold,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user