![]() |
Can't craft anything - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Can't craft anything (/Thread-Can-t-craft-anything) |
Can't craft anything - gergecoelho - 08-14-2015 11:54 AM Hey guys! I seem to have f*cked up once again. Here's the thing: none of my crafting is working, somehow. I didn't even touch sphere_skillmenu.scp, and since I've downloaded Sphere two weeks ago, I hadn't tried any crafting yet. Tonight I tried, and simply nothing happens after I click what I desire in the skillmenu: the materials aren't consumed, the item isn't created, etc. While I did touch ALL armors so far (changing armor and resist values only), I haven't touched clothing, and none of those are being crafted (.GM on, crafting skill 100.0, tried Tailoring and Blacksmithing, with both colored materials and regular ones). Anyone ever seen this situation or know what might I do to solve this? Help! Thanks! ![]() RE: Can't craft anything - darksun84 - 08-14-2015 07:11 PM Crafting works fine for me, try to download a most recent build in the nightly section, or check if some of your events are blocking crafting. Also check if your Crafting Skills have the SKF_CRAFT flag Example [SKILL 34] DEFNAME=Skill_Tailoring KEY=Tailoring TITLE=Tailor FLAGS=SKF_CRAFT //This PROMPT_MSG= DELAY=1.2 //Old value=4.5 STAT_STR=30 STAT_INT=30 STAT_DEX=60 BONUS_STR=5 BONUS_DEX=75 BONUS_INT=20 BONUS_STATS=25 ADV_RATE=2.5,50.0,200.0 VALUES=1,20,80 Also, if you don't have them that means you are using an outdated script pack (or you have removed them). Also, remember to restart to server when adding/removing FLAGS to skill RE: Can't craft anything - gergecoelho - 08-15-2015 07:04 AM (08-14-2015 07:11 PM)darksun84 Wrote: FLAGS=SKF_CRAFT //This That worked! Thanks! Really don't know why this wasn't there, I didn't touch skills at all. xD |