Fixed so you get a gift on the first time you talk to him.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@185 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
268aa3416a
commit
342229b22d
@ -1,11 +1,11 @@
|
|||||||
//===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= X-mas Event
|
//= X-mas Event
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//=
|
//= eAthena Dev Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.0
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= Any version of eAthena
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= Beat up Antonios and grab his socks. Get at least 3 and
|
//= Beat up Antonios and grab his socks. Get at least 3 and
|
||||||
//= give them to Santa Claus Claus in exchange for a present.
|
//= give them to Santa Claus Claus in exchange for a present.
|
||||||
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
xmas_in.gat,100,96,4 script Father Christmas::Santa2 718,{
|
xmas_in.gat,100,96,4 script Father Christmas::Santa2 718,{
|
||||||
|
if(event_xmas != 1) goto M_2;
|
||||||
mes "[Santa Claus]";
|
mes "[Santa Claus]";
|
||||||
mes "I'm having a bit of a problem...";
|
mes "I'm having a bit of a problem...";
|
||||||
mes "Do you care to listen?";
|
mes "Do you care to listen?";
|
||||||
@ -83,6 +84,12 @@ xmas_in.gat,100,96,4 script Father Christmas::Santa2 718,{
|
|||||||
mes "and get more for me and I'll";
|
mes "and get more for me and I'll";
|
||||||
mes "reward you.";
|
mes "reward you.";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
|
M_2:
|
||||||
|
mes "Merry Christmas! I got a gift for you!;
|
||||||
|
mes "Ho Ho Ho!;"
|
||||||
|
getitem 644,1;
|
||||||
|
set event_xmas,1;
|
||||||
M_End:
|
M_End:
|
||||||
mes "[Santa Claus]";
|
mes "[Santa Claus]";
|
||||||
mes "I see. Well, at the very least";
|
mes "I see. Well, at the very least";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user