Project Zomboid

Project Zomboid

Melee Weapon Upgrade
 This topic has been pinned, so it's probably important
Hx  [developer] 5 Feb @ 3:26pm
Bug Report
< >
Showing 1-7 of 7 comments
hi, ich loaded a backup, the missing recipes did heven happen before i added additional mods to the game. i still have my lv5 bat, but i cant craft anymore, nor can i craft any other leveled weapons but axes.

anyway to get the recipes back? what am i doing wrong? :D
Eli 3 Mar @ 1:50pm 
Unable to craft to a higher tier than 2. Anytime I try with weapon level 4 and all of the materials at a surface, it shows everything green except "Cant Craft" which remains red but without any requirements.
Tiamat 8 Mar @ 5:03pm 
Tier 6 items that use head condition are crafted (or spawned in debug mode) at low head condition. This is especially problematic in weapons that also use sharpness, as they cannot be sharpened past their head condition which reduces their damage.

Problem is each affected weapon has the ConditionMax set to over 100, but the HeadCondition in the 30s. This also leaves them unable to be repaired.

Can be fixed by matching the HeadCondition to ConditionMax in WeaponUpgrade_Item.txt in the MeleeWeaponUpgrade_Main folder.
Hx  [developer] 8 Mar @ 10:18pm 
@Eli If you have multiple weapons such as a shovel or a crowbar, you need to change the material for the upgrade using the '⇄' button in the recipe before proceeding to the next upgrade stage.

@Tiamat Thank you. I have standardized HeadCondition and HeadConditionMax
Originally posted by Hx:
@Eli If you have multiple weapons such as a shovel or a crowbar, you need to change the material for the upgrade using the '⇄' button in the recipe before proceeding to the next upgrade stage.

@Tiamat Thank you. I have standardized HeadCondition and HeadConditionMax

The bug is still there btw it happen to me yesterday im changing the condition on the script
Nahbien 13 Apr @ 1:12am 
latest update has hatchets at 1.5 weight now instead of 2.0 . Once you upgrade the hatchet it is 2.0 again. Thanks for the great mod.
B42.8.1: Lots of errors like this:

`function: pcall -- file: MeleeWeaponTweak.lua line # 7 | MOD: Melee Weapon Upgrade - Main
Callframe at: pcall
function: adjustItem -- file: MeleeWeaponTweak.lua line # 2 | MOD: Melee Weapon Upgrade - Main
function: MeleeWeaponTweak -- file: MeleeWeaponTweak.lua line # 177 | MOD: Melee Weapon Upgrade - Main
java.lang.RuntimeException: __concat not defined for operands: null and = 25
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:100)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:786)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.stdlib.BaseLib.pcall(BaseLib.java:297)
at se.krka.kahlua.stdlib.BaseLib.call(BaseLib.java:111)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:192)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:988)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1790)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:72)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:281)
at zombie.core.Core.ResetLua(Core.java:4976)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62)
at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:211)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:60)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:192)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:988)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1902)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1633)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1588)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1588)
at zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1695)
at zombie.ui.UIManager.updateMouseButtons(UIManager.java:855)
at zombie.ui.UIManager.update(UIManager.java:715)
at zombie.GameWindow.logic(GameWindow.java:328)
at zombie.GameWindow.frameStep(GameWindow.java:917)
at zombie.GameWindow.mainThreadStep(GameWindow.java:643)
at zombie.MainThread.mainLoop(MainThread.java:76)
at java.base/java.lang.Thread.run(Unknown Source)
`
< >
Showing 1-7 of 7 comments
Per page: 1530 50