summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-06 19:42:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-06 19:42:30 -0300
commit42467dcbf2775b049fbcce6ddb7894e1ffe263c7 (patch)
tree5e5a9d80e042685610391b0c9e6bcea7be7ecb41
parent1f319e042c7f6506e5b4e26dc924f5c68c6d91ea (diff)
downloadserverdata-42467dcbf2775b049fbcce6ddb7894e1ffe263c7.tar.gz
serverdata-42467dcbf2775b049fbcce6ddb7894e1ffe263c7.tar.bz2
serverdata-42467dcbf2775b049fbcce6ddb7894e1ffe263c7.tar.xz
serverdata-42467dcbf2775b049fbcce6ddb7894e1ffe263c7.zip
Tweak some stuff
-rw-r--r--npc/080-1/final.txt6
-rw-r--r--npc/081-3/logic.txt7
2 files changed, 6 insertions, 7 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index 12b1b7d8..72326ed1 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -39,13 +39,11 @@ OnInit:
OnInit:
.distance=4;
- // FIXME CRITICAL: Should the colored masks be featured?
- // AFAIK, only the original was featured on the original event.
setarray .prizes, BlinkingEvil, BlinkingEvilRed, BlinkingEvilBlue,
BlinkingEvilPink, BlinkingEvilYellow, GuyFawkesMask,
OperaMask, JesterMask, GoblinMask, WitchHat;
- setarray .prices, 1500, 1500, 1500,
- 1500, 1500, 250,
+ setarray .prices, 1500, 1650, 1600,
+ 1650, 1600, 250,
900, 700, 250, 450;
tradertype(NST_CUSTOM);
freeloop(true);
diff --git a/npc/081-3/logic.txt b/npc/081-3/logic.txt
index 3ff7a64a..d77bd34c 100644
--- a/npc/081-3/logic.txt
+++ b/npc/081-3/logic.txt
@@ -27,13 +27,14 @@
}
'LOCKD = true;
+ 'BC1LV = @menu - 1;
@BC1ME = getcharid(3);
.@mg = monster(getmap(), 44, 36, "Der Schneemann", SnowmanBoss, 1, "Pentagram#Xmas21A::OnFin");
// Prepare the difficulty settings
// Each difficulty level doubles the nÂș of players difficulty setting
// Can go up to 12 * 4 = 48, but we use 16 as the theoretical max
- .@df = max(1, getmapusers(getmap()) * ((@menu - 1) * 2));
+ .@df = max(1, getmapusers(getmap()) * ('BC1LV * 2));
.@lv = BaseLevel;
setunitdata(.@mg, UDT_MAXHP, 5000 + (.@lv * 150) + (1200 * .@df));
@@ -68,7 +69,7 @@ OnFin:
}
killmonsterall(getmap());
getexp 10000, 0;
- getitem AquaTicket, X21_TICKET_BOSS;
+ getitem AquaTicket, 1 + 'BC1LV;
maptimer(getmap(), 10, "Pentagram#Xmas21A::OnFlush");
end;
@@ -84,7 +85,7 @@ OnFlush:
@BC1ME = 0;
.@id = X21ID();
$@XMAS21_BC1[.@id] = X21BC1_OFF;
- getitem AquaTicket, X21_TICKET_SUPPORT;
+ getitem AquaTicket, X21_TICKET_SUPPORT + ('BC1LV / 2);
end;
// Pseudo-Magic