summaryrefslogtreecommitdiff
path: root/world/map/npc/099-5/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/099-5/boss.txt')
-rw-r--r--world/map/npc/099-5/boss.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/world/map/npc/099-5/boss.txt b/world/map/npc/099-5/boss.txt
index d36457d2..de61bdf0 100644
--- a/world/map/npc/099-5/boss.txt
+++ b/world/map/npc/099-5/boss.txt
@@ -133,7 +133,7 @@ OnMTChallenge:
set @dd5_score, 0;
set @dd5_timer, gettimetick(0);
getexp 40000, 0;
- set BOSS_POINTS, BOSS_POINTS + 5;
+ set BOSS_POINTS, BOSS_POINTS + 1;
message strcharinfo(0), "This battle experience distribution is different, and death is final. Be careful!";
// Give everyone some participation points simply for continued survival
set @dd5_score, 1200;
@@ -158,8 +158,8 @@ OnMTReward50:
end;
getexp @dd5_share*100, @dd5_share;
set Zeny, Zeny + @dd5_share;
- set BOSS_POINTS, BOSS_POINTS + @dd5_share/100;
- message strcharinfo(0), "Gained "+(@dd5_share/100)+" boss points!";
+ set BOSS_POINTS, BOSS_POINTS + @dd5_share/120;
+ message strcharinfo(0), "Gained "+(@dd5_share/120)+" boss points!";
goto OnMTMusicOff;
OnMTReward40:
@@ -168,8 +168,8 @@ OnMTReward40:
end;
getexp @dd5_share*10, @dd5_share/10;
set Zeny, Zeny + @dd5_share/10;
- set BOSS_POINTS, BOSS_POINTS + @dd5_share/200;
- message strcharinfo(0), "Gained "+(@dd5_share/200)+" boss points!";
+ set BOSS_POINTS, BOSS_POINTS + @dd5_share/220;
+ message strcharinfo(0), "Gained "+(@dd5_share/220)+" boss points!";
goto OnMTMusicOff;
////////////////////////////
@@ -180,8 +180,8 @@ OnMTReward51:
end;
getexp @dd5_share*200, @dd5_share*2;
set Zeny, Zeny + (@dd5_share*2);
- set BOSS_POINTS, BOSS_POINTS + @dd5_share/50;
- message strcharinfo(0), "Gained "+(@dd5_share/50)+" boss points!";
+ set BOSS_POINTS, BOSS_POINTS + @dd5_share/70;
+ message strcharinfo(0), "Gained "+(@dd5_share/70)+" boss points!";
goto OnMTMusicOff;
OnMTReward41:
@@ -190,8 +190,8 @@ OnMTReward41:
end;
getexp @dd5_share*20, @dd5_share/5;
set Zeny, Zeny + @dd5_share/5;
- set BOSS_POINTS, BOSS_POINTS + @dd5_share/100;
- message strcharinfo(0), "Gained "+(@dd5_share/100)+" boss points!";
+ set BOSS_POINTS, BOSS_POINTS + @dd5_share/120;
+ message strcharinfo(0), "Gained "+(@dd5_share/120)+" boss points!";
goto OnMTMusicOff;
////////////////////////////
@@ -202,8 +202,8 @@ OnMTReward52:
end;
getexp @dd5_share*500, @dd5_share*5;
set Zeny, Zeny + (@dd5_share*5);
- set BOSS_POINTS, BOSS_POINTS + @dd5_share/20;
- message strcharinfo(0), "Gained "+(@dd5_share/20)+" boss points!";
+ set BOSS_POINTS, BOSS_POINTS + @dd5_share/40;
+ message strcharinfo(0), "Gained "+(@dd5_share/40)+" boss points!";
music "ghoulish-fun.ogg";
mapmask 1;
@@ -223,8 +223,8 @@ OnMTReward42:
end;
getexp @dd5_share*50, @dd5_share;
set Zeny, Zeny + @dd5_share;
- set BOSS_POINTS, BOSS_POINTS + @dd5_share/50;
- message strcharinfo(0), "Gained "+(@dd5_share/50)+" boss points!";
+ set BOSS_POINTS, BOSS_POINTS + @dd5_share/70;
+ message strcharinfo(0), "Gained "+(@dd5_share/70)+" boss points!";
music "ghoulish-fun.ogg";
// Warp to 099-5 or dispose dead bodies
@@ -1477,7 +1477,7 @@ OnPrompt:
mes "";
mes "Server Name: ##BThe Mana World##b";
mes "Server Address: ##Bserver.themanaworld.org##b";
- mes "Server Port: ##BXXXX##b";
+ mes "Server Port: ##B6969##b";
mes "Server Type: ##BEvol2##b";
mes "Server Description: ##BMain Server for The Mana World##b";
mes "";
@@ -1511,7 +1511,7 @@ L_MissionComplete:
close;
L_Winner:
- getitem "SaviorArmor", 1;
+ getitem SaviorArmor, 1;
set $@DD5_TALLY$, "";
set #DD5_TALLY, 1;
mes "##2You were the MVP with "+$@DD5_TALLY_+" points!##0";