mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
fix all new doors
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user