summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-07 22:52:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-07 22:52:06 -0300
commit27c8d26fef98213759c22cbaa8b19a0b765cd2e2 (patch)
tree9d80b8a9f5aec90f921aa1a42404474f47712d87
parentc1ca96a81d1ede3896f39c5cfbd5643a00e63a20 (diff)
downloadserverdata-27c8d26fef98213759c22cbaa8b19a0b765cd2e2.tar.gz
serverdata-27c8d26fef98213759c22cbaa8b19a0b765cd2e2.tar.bz2
serverdata-27c8d26fef98213759c22cbaa8b19a0b765cd2e2.tar.xz
serverdata-27c8d26fef98213759c22cbaa8b19a0b765cd2e2.zip
Fix a few remaining issues.
-rw-r--r--npc/081-2/logic.txt2
-rw-r--r--npc/annuals/xmas/2021.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt
index 604fd9eb..1120ad28 100644
--- a/npc/081-2/logic.txt
+++ b/npc/081-2/logic.txt
@@ -160,7 +160,7 @@ OnInit:
end;
}
-081-2,100,213,0 script #X21Barrier1 NPC_HIDDEN,7,0,{
+081-2,103,213,0 script #X21Barrier1 NPC_HIDDEN,4,1,{
@inst = instance_id();
if (!'XMAS21CANDLE)
npctalkonce l("The strong shall yield the powder to enlighten the way, according to the established sequence.");
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index dee9db7c..05c8a354 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -391,8 +391,8 @@ OnX1165:
.@y1=.@y-2;
.@x2=.@x+2;
.@y2=.@y+2;
- .@x=cap_value(rand2(.@x1, .@x2), 47, 65);
- .@y=cap_value(rand2(.@y1, .@y2), 191, 212);
+ .@x=cap_value(rand2(.@x1, .@x2), 107, 126);
+ .@y=cap_value(rand2(.@y1, .@y2), 159, 177);
debugmes "GIFT BOX %d %d", .@x, .@y;
makeitem(AquaTicket, 1, .@m$, .@x, .@y);
end;