mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
implement few new 781 items
This commit is contained in:
@@ -13,6 +13,7 @@ local verticalDoors = {
|
||||
[5132] = 5131,
|
||||
[5288] = 5287,
|
||||
[5292] = 5291,
|
||||
[5748] = 5749,
|
||||
}
|
||||
|
||||
local horizontalDoors = {
|
||||
@@ -30,6 +31,7 @@ local horizontalDoors = {
|
||||
[5123] = 5122,
|
||||
[5290] = 5289,
|
||||
[5294] = 5293,
|
||||
[5746] = 5745,
|
||||
}
|
||||
|
||||
function onStepOut(creature, item, fromPosition, toPosition)
|
||||
|
@@ -3,7 +3,6 @@ local list = {
|
||||
[294] = {x = 0, y = 0, z = 1},
|
||||
[369] = {x = 0, y = 0, z = 1},
|
||||
[370] = {x = 0, y = 0, z = 1},
|
||||
[385] = {x = 0, y = 0, z = 1},
|
||||
[394] = {x = 0, y = 0, z = 1},
|
||||
[411] = {x = 0, y = 0, z = 1},
|
||||
[412] = {x = 0, y = 0, z = 1},
|
||||
@@ -73,6 +72,10 @@ local list = {
|
||||
[5257] = {x = -1, y = 0, z = -1},
|
||||
[5258] = {x = 0, y = -1, z = -1},
|
||||
[5259] = {x = -1, y = 0, z = -1},
|
||||
[5544] = {x = 0, y = 0, z = 1},
|
||||
[5691] = {x = 0, y = 0, z = 1},
|
||||
[5731] = {x = 0, y = 0, z = 1},
|
||||
[5763] = {x = 0, y = 0, z = 1},
|
||||
}
|
||||
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
|
Reference in New Issue
Block a user