mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
fix new 7.8 doors to work with keys
This commit is contained in:
parent
7db3b3fc1f
commit
2cf2890c2d
@ -15,6 +15,30 @@ local closedDoors = {
|
|||||||
[1683] = 1682,
|
[1683] = 1682,
|
||||||
[1691] = 1693,
|
[1691] = 1693,
|
||||||
[1692] = 1691,
|
[1692] = 1691,
|
||||||
|
[5097] = 5099,
|
||||||
|
[5098] = 5097,
|
||||||
|
[5106] = 5108,
|
||||||
|
[5107] = 5106,
|
||||||
|
[5115] = 5117,
|
||||||
|
[5116] = 5115,
|
||||||
|
[5124] = 5126,
|
||||||
|
[5125] = 5124,
|
||||||
|
[5133] = 5135,
|
||||||
|
[5134] = 5133,
|
||||||
|
[5136] = 5138,
|
||||||
|
[5137] = 5136,
|
||||||
|
[5139] = 5141,
|
||||||
|
[5140] = 5139,
|
||||||
|
[5142] = 5144,
|
||||||
|
[5143] = 5142,
|
||||||
|
[5277] = 5279,
|
||||||
|
[5278] = 5277,
|
||||||
|
[5280] = 5282,
|
||||||
|
[5281] = 5280,
|
||||||
|
[5732] = 5734,
|
||||||
|
[5733] = 5732,
|
||||||
|
[5735] = 5737,
|
||||||
|
[5736] = 5735,
|
||||||
}
|
}
|
||||||
|
|
||||||
local openDoors = {
|
local openDoors = {
|
||||||
@ -26,6 +50,18 @@ local openDoors = {
|
|||||||
[1673] = 1671,
|
[1673] = 1671,
|
||||||
[1684] = 1682,
|
[1684] = 1682,
|
||||||
[1693] = 1691,
|
[1693] = 1691,
|
||||||
|
[5099] = 5097,
|
||||||
|
[5108] = 5106,
|
||||||
|
[5117] = 5115,
|
||||||
|
[5126] = 5124,
|
||||||
|
[5135] = 5133,
|
||||||
|
[5138] = 5136,
|
||||||
|
[5141] = 5139,
|
||||||
|
[5144] = 5142,
|
||||||
|
[5279] = 5277,
|
||||||
|
[5282] = 5280,
|
||||||
|
[5734] = 5732,
|
||||||
|
[5737] = 5735,
|
||||||
}
|
}
|
||||||
|
|
||||||
function onUse(player, item, fromPosition, target, toPosition)
|
function onUse(player, item, fromPosition, target, toPosition)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user