#FilterView

1 messages · Page 1 of 1 (latest)

stray creek
#

Is possible to change the filterview with basic open with the tags?

gritty valley
#

Not sure what you mean? You want the filter view to be open by default?

gritty valley
gritty valley
stray creek
#

Well, that work but now i have the problem in the lua part. I collect the skillName but not the level of that skillName in the craftingmenu left at the top. Because keep showing Level: 0

because he check the Config.craftingskillname

How do you check if you have custom skillName you need to check that level and show it in the craftingmenu?

gritty valley
#

The thing at the top only displays the level for the skill named whatever you got in Config.CraftingSkillName

#

Any custom skills outside of that are per recipe, so can't really have one specific up top for that

stray creek
#

Well, was thing maybe there is check like:

    ['mechanic'] = {
        title = "Mechanic Crafting",
        objects = { 'prop_toolchest_05' },
        icon = "car-wrench", -- optional. Defaults to 'wrench'
        jobType = { ['mechanic'] = 1 }, -- NOTE: This checks TYPES not name. A new qb thing. It's good. Use it.
        locations = { vector3(948.81, -1552.64, 30.59), }, -- BOXZONE: If you add one of these objects (locations = ...) it will spawn boxzones
        spawnTable = { { coords = vector4(794.49, -2613.63, 87.97, 2.4), prop = 'ex_prop_ex_toolchest_01' } } -- SPAWNS TABLE: the spawnTable field holds a list of several tables with prop and location. If these are added it will SPAWN a table that's interactable
    },

you have job time check but you can give a skillName check aswell. There it show the skillName that need get or go back to default Config.CraftingSkillName

#

Because you can check on jobtype and gangtype why not skillName type?

gritty valley
#

You want a different skill type per table?

stray creek
#

Yes

gritty valley
#

Yeah im sure you can do that, sounds like it's kinda just adding confusion to me tho haha

stray creek
#

Then i can show the lvl or skill of that table

#

I have normal crafting skills, but I'm using jim-mining. However, his crafting menu isn't very good. So I'd like to use your crafting system to create a new crafting table for jim-mining that includes his items. Jewel cutting is one of my skills.