mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
implement few new 781 items
This commit is contained in:
@@ -7,6 +7,12 @@ local verticalDoors = {
|
||||
[1679] = 1678,
|
||||
[1697] = 1696,
|
||||
[1699] = 1698,
|
||||
[5112] = 5111,
|
||||
[5114] = 5113,
|
||||
[5130] = 5129,
|
||||
[5132] = 5131,
|
||||
[5288] = 5287,
|
||||
[5292] = 5291,
|
||||
}
|
||||
|
||||
local horizontalDoors = {
|
||||
@@ -18,6 +24,12 @@ local horizontalDoors = {
|
||||
[1681] = 1680,
|
||||
[1688] = 1687,
|
||||
[1690] = 1689,
|
||||
[5103] = 5102,
|
||||
[5105] = 5104,
|
||||
[5121] = 5120,
|
||||
[5123] = 5122,
|
||||
[5290] = 5289,
|
||||
[5294] = 5293,
|
||||
}
|
||||
|
||||
function onStepOut(creature, item, fromPosition, toPosition)
|
||||
|
@@ -70,7 +70,9 @@ local list = {
|
||||
[2194] = {x = 1, y = -1, z = -1},
|
||||
[2196] = {x = 1, y = 1, z = -1},
|
||||
[2198] = {x = -1, y = 1, z = -1},
|
||||
[5257] = {x = -1, y = 0, z = -1},
|
||||
[5258] = {x = 0, y = -1, z = -1},
|
||||
[5259] = {x = -1, y = 0, z = -1},
|
||||
}
|
||||
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
|
Reference in New Issue
Block a user