Woodcutter Hatchet still not working for some reason... sorry!
-
@TheMinionOfArabel Can't figure this out.
The script looks for tag cnrWoodCutterAxe and the hatchet has the right tag. I entered it in again incase I had some tiny typo that I wasn't seeing without my bifocles. But I do not think it fixed this.
-
We can't copy a weapon and change its type, right? Would be the easiest way to make sure it works...
And the items has all the same variables, right?
Maybe we can figure it out by comparing the spade with the shovel. Two other tools from the system made for gathering salt, sand and clay, one is a dagger and the other a custom large tool small races can't use.
This artisan will try to figure out something! :D
-
@TheMinionOfArabel same Tag and Variable. So it's a script issue likely. Just not sure which of several scripts it will be in. Probably, at some point it checks if you have a axe or sickle and rejects the dagger. Can you screenshot the error message? I can maybe use that to find the right strand of spaghetti.
-
@Mr-Moloch
Ze bump :)there was indeed a bug report on the issue.
Sadly, the only message we get are the screenies up in the OP.
Can't test it anymore though. It was only available at the carpenter's shop.
As for the sickle, it works to cut wood, but there seems to be something in the script that makes it give you less than if you had an axe. Maybe just finding that section of the script and editing it out would sort the whole issue for those who can't use martial weapons. (for some weird reason... a hand axe is a martial weapon...)
-
@TheMinionOfArabel Two of these exist in the module, any chance you know where you find the one that isn't working?
-
@Mr-Moloch
It was in the Carpenter Shop (CNR Woodcrafting Shop). Which is now gone when wood was added to the new system in Carving.It would need to be added to the general store if it finally works.
-
@TheMinionOfArabel And which one is working? Is a working one available anywhere?
-
@Mr-Moloch
Sorry! Was out all weekend.This one works perfectly for wood cutting. Issue is, its a martial weapon. Not everyone can use it.
It is available in the general store.

This one also works, and since it is a simple weapon, and not everyone can use it either, AND it only gives you 1 plank per tree, instead of a random range like the axe does. (description says it is not effective to cut down tree.)

Having a dagger would solve the issues of people not being able to use the handaxe, and not being stuck chopping down a zillion trees to get wood.
-
@TheMinionOfArabel Gotcha, yeah, that's a bit more complicated because of how this system is written. Need to get the name, resref, and base item time all put into the proper lines of the code and that takes an annoying long time to find everything. It'll go on the "list of painful to do things sometime this summer".
Maybe I can make the sickle effective, its one of those "realism over fun" decisions I think that just makes things painful rather than fun or realistic.
-
M Mr.Moloch moved this topic from Bug Reports
-
Just made sickle as effective as other tools.
-
Awesome!