From c58e72523aa3c316c62b6215b8d60ecda50ccf8d Mon Sep 17 00:00:00 2001 From: ErikasKontenis Date: Thu, 21 Nov 2019 19:55:50 +0200 Subject: [PATCH] missing items action update --- data/actions/actions.xml | 5 ++++- data/actions/scripts/misc/doors.lua | 4 +++- data/items/items.srv | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/data/actions/actions.xml b/data/actions/actions.xml index d8fe992..dd87fff 100644 --- a/data/actions/actions.xml +++ b/data/actions/actions.xml @@ -263,6 +263,7 @@ + @@ -278,6 +279,7 @@ + @@ -319,7 +321,7 @@ - + @@ -360,4 +362,5 @@ + diff --git a/data/actions/scripts/misc/doors.lua b/data/actions/scripts/misc/doors.lua index e9b9cc6..4fc7496 100644 --- a/data/actions/scripts/misc/doors.lua +++ b/data/actions/scripts/misc/doors.lua @@ -1,5 +1,5 @@ local lockedDoors = { - 1628, 1631, 1650, 1653, 1668, 1671, 1682, 1691, 5006, 5007 + 1628, 1631, 1650, 1653, 1668, 1671, 1682, 1691, 5006, 5007, 5097 } local closedNormalDoors = { @@ -23,6 +23,7 @@ local closedNormalDoors = { [5084] = 5085, [2177] = 2178, [2179] = 2180, + [5098] = 5099, } local openVerticalDoors = { @@ -65,6 +66,7 @@ local openHorizontalDoors = { [4911] = 4912, [5085] = 5084, [2180] = 2179, + [5099] = 5098, } local levelDoors = { diff --git a/data/items/items.srv b/data/items/items.srv index c0557ca..2bf70d9 100644 --- a/data/items/items.srv +++ b/data/items/items.srv @@ -23158,7 +23158,7 @@ Flags = {Text,Take} Attributes = {Weight=830} TypeID = 5091 -Name = "a banana tree" # TODO: Banana tree should be harvestable? +Name = "a banana tree" Flags = {Bottom,Unpass,Unmove,Unlay} TypeID = 5092 @@ -23180,7 +23180,7 @@ Flags = {Bottom,Unpass,Unmove,Unlay} TypeID = 5096 Name = "a mango" Flags = {Cumulative,Take} -Attributes = {Nutrition=5,Weight=180} +Attributes = {Nutrition=4,Weight=180} TypeID = 5097 Name = "a closed door" @@ -23194,7 +23194,7 @@ Flags = {Bottom,Door,Unpass,Unmove,Unthrow,Unlay} TypeID = 5099 Name = "an open door" Flags = {Top,Door,Unmove} - +# pradeti nuo cia: 5100 TypeID = 5100 Name = "a closed door" Flags = {Bottom,Door,Unpass,Unmove,Unthrow,Unlay}