#cw-crafting

1 messages · Page 1 of 1 (latest)

cinder otter
#

Its probably a stupid mistake on my end but nothing shows up.

stoic rampart
#

If you restart the script, in your F8 console it might print the missing items

#

Might have to turn debug on tho

cinder otter
#

ok

#

All the items are in my inventory script

No errors client or server side

Did not change anything outside the config

I have went over the config more than 2 times

stoic rampart
#

What skill sytem are you using?

cinder otter
#

none

stoic rampart
#

ahh I see

#

i think it needs a skill on the item

#

shouldn't tho

#

let me fix

cinder otter
#

ok

stoic rampart
#

Could you try just replacing line 307 in client.lua with this:

    local hasSkill = true
    if item.craftingSkill and (item.craftingSkill <= currentSkill) then
        if useDebug then
            print('Player has enough skill for', recipe)
        end
    else
        hasSkill = false
        if useDebug then
            print('Player does not have enough skill for', recipe)
        end
    end
cinder otter
#

yes'

#

fixed

#

amazing UI btw

stoic rampart
#

WICKED thanks

cinder otter
stoic rampart
#

cw-rep

cinder otter
#

bet

stoic rampart
#

linked in the readme