From 73901179e78b0ac98ae910eece38f00b6cf0f64e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 10 Mar 2021 19:05:01 -0300 Subject: Alliance Hero special exchange for event server --- npc/000-0/sailors.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/000-0') diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 9ecbfee00..c2b33a860 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -25,7 +25,7 @@ OnTouch: if (.@lang >= 0 && .@lang <= MAX_LANG) Lang = .@lang; showavatar 3; - if ($FIRESOFSTEAM) goto L_FiresOfSteam; + if ($FIRESOFSTEAM && gettime(7) == 2021) goto L_FiresOfSteam; mesn "Narrator"; mesc l("You open your eyes. The salt water is not helping your vision."); @@ -188,7 +188,7 @@ L_FiresOfSteam: equip(.@glo); equip(.@shi); equip(.@wpn); - Zeny+=rand2(40000); + Zeny+=rand2(10000, 60000); } adddefaultskills(); sk_lvup(AL_DP); @@ -207,6 +207,7 @@ L_FiresOfSteam: sk_lvup(TMW2_CRAFT); sk_lvup(TMW2_CRAFT); sk_lvup(TMW2_CRAFT); + sk_lvup(TMW2_ANCIENTLANGUAGES); sk_lvup(TMW2_MANABOMB); sk_lvup(ASC_METEORASSAULT); sk_lvup(TMW2_NAPALMBEAT); @@ -242,6 +243,8 @@ L_FiresOfSteam: #TUTORIAL_DONE=true; #REG_DATE=gettimetick(2); TUTORIAL=true; + CRAFTQUEST=true; + MPQUEST=true; MAGIC_LVL=7; savepoint "029-0", 202, 85; warp "029-0", 202, 85; -- cgit v1.2.3-60-g2f50