diff options
Diffstat (limited to 'npc/016-7/main.txt')
-rw-r--r-- | npc/016-7/main.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index b5d0c9e9d..6c615a50d 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -41,15 +41,15 @@ OnVictory: OnReward: // That would give 10% from missing exp, but I didn't like it. //getexp ((NextBaseExp-BaseExp)/10), 0; - addtimercount "#MarineShip::OnEvent", 2500; + addtimercount "#MarineShip::OnEvent", 3500; // Lv 40 rewards: 400 exp, 40 jxp, 200~600 GP getexp BaseLevel*10, BaseLevel; - Zeny=Zeny+BaseLevel*rand(5,15); + Zeny=Zeny+BaseLevel*rand2(5,15); //getitem SailorShirt, 1; // I already tried to do this before...? dispbottom l("Congratulations!"); if (isin("016-7", 23, 25, 52, 35)) - addtimer(2000, "#MarineShipAttack::OnResumeTravel"); + addtimer(3000, "#MarineShipAttack::OnResumeTravel"); end; OnResumeTravel: |