Skip to content

Commit 2257ac8

Browse files
majestyotbrvllworldbuilding
authored andcommitted
fix: faceless bane boss (opentibiabr#3276)
1 parent dfdb592 commit 2257ac8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

data-otservbr-global/scripts/quests/the_dream_courts_quest/actions_facelessLever.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ local config = {
2020
}
2121

2222
local lever = BossLever(config)
23-
lever:uid(1039)
23+
lever:position(Position(33637, 32562, 13))
2424
lever:register()

data-otservbr-global/scripts/quests/the_dream_courts_quest/creaturescripts_dreamCourtsDeath.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local questlog = {
22
[1] = {
33
bossName = "Faceless Bane",
44
storageQuestline = Storage.Quest.U12_00.TheDreamCourts.HauntedHouse.Questline,
5-
storageTimer = Storage.Quest.U12_00.TheDreamCourts.BurriedCatedralGlobal.FacelessTime,
5+
storageTimer = Storage.Quest.U12_00.TheDreamCourts.BurriedCatedralGlobal.FacelessTimer,
66
middlePosition = Position(33617, 32563, 13),
77
maxValue = 4,
88
},

data-otservbr-global/startup/tables/teleport_item.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,11 @@ TeleportItemUnique = {
161161
destination = { x = 33916, y = 31466, z = 8 },
162162
effect = CONST_ME_TELEPORT,
163163
},
164+
-- Faceless Bane entrance
165+
[15004] = {
166+
itemId = 29954,
167+
itemPos = { x = 33619, y = 32518, z = 15 },
168+
destination = { x = 33640, y = 32561, z = 13 },
169+
effect = CONST_ME_TELEPORT,
170+
},
164171
}

0 commit comments

Comments
 (0)