fix all new doors

This commit is contained in:
ErikasKontenis
2022-04-24 13:59:47 +03:00
parent 1f3ef18271
commit fb25a5a14f
7 changed files with 171 additions and 42 deletions

View File

@@ -18,6 +18,10 @@ local verticalDoors = {
[6206] = 6205,
[6259] = 6258,
[6263] = 6262,
[6906] = 6905,
[6908] = 6907,
[7048] = 7047,
[7050] = 7049,
}
local horizontalDoors = {
@@ -40,6 +44,10 @@ local horizontalDoors = {
[6208] = 6207,
[6261] = 6260,
[6265] = 6264,
[6897] = 6896,
[6899] = 6898,
[7039] = 7038,
[7041] = 7040,
}
function onStepOut(creature, item, fromPosition, toPosition)

View File

@@ -83,6 +83,7 @@ local list = {
[6130] = {x = 0, y = 1, z = 1},
[6172] = {x = 0, y = 0, z = 1},
[6173] = {x = 0, y = 0, z = 1},
[7053] = {x = 0, y = 0, z = 1},
}
function onStepIn(creature, item, position, fromPosition)