diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-10 19:05:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-10 19:05:01 -0300 |
commit | 73901179e78b0ac98ae910eece38f00b6cf0f64e (patch) | |
tree | 32a630928575606d0a20caf0e46e15b34f6e3b5d /npc/000-0 | |
parent | 745174c5214b099bc6ba88419c4d002026a1f328 (diff) | |
download | serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.tar.gz serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.tar.bz2 serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.tar.xz serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.zip |
Alliance Hero special exchange for event server
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 7 |
1 files changed, 5 insertions, 2 deletions
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; |