diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:42:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:42:42 -0300 |
commit | c2982a0a7bd42bc64c25116b0cc0a2d504914417 (patch) | |
tree | e5dc7a99916f6668ce7390ae43a06e2e430c10e9 /npc/016-7 | |
parent | a6c453e25b33f5eada7606d0da62d117322575b8 (diff) | |
download | serverdata-c2982a0a7bd42bc64c25116b0cc0a2d504914417.tar.gz serverdata-c2982a0a7bd42bc64c25116b0cc0a2d504914417.tar.bz2 serverdata-c2982a0a7bd42bc64c25116b0cc0a2d504914417.tar.xz serverdata-c2982a0a7bd42bc64c25116b0cc0a2d504914417.zip |
Bugfix
Diffstat (limited to 'npc/016-7')
-rw-r--r-- | npc/016-7/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index c4559cbe4..aa09f690e 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -38,6 +38,7 @@ OnVictory: OnReward: // That would give 10% from missing exp, but I didn't like it. //getexp ((NextBaseExp-BaseExp)/10), 0; + addtimercount "#MarineShip::OnEvent", 2500; // Lv 40 rewards: 400 exp, 40 jxp, 200~600 GP getexp BaseLevel*10, BaseLevel; @@ -45,7 +46,7 @@ OnReward: //getitem SailorShirt, 1; // I already tried to do this before...? dispbottom l("Congratulations!"); if (isin("016-7", 23, 25, 52, 35)) - addwarp(2000, "#MarineShipAttack::OnResumeTravel"); + addtimer(2000, "#MarineShipAttack::OnResumeTravel"); end; OnResumeTravel: |