![]() |
crafting - my first help request - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: crafting - my first help request (/Thread-crafting-my-first-help-request) |
crafting - my first help request - zottolo - 12-31-2015 08:32 PM ![]() i've found nothing similar searching the forum or browsing the wiki... i've made my custom sets of colored armors and weapons, and cared to specify skillmake amount and resources for each "piece". after that i edited my poor sphere_skillmenu.scp and everything was totally awsome! then i thought...man i must craft my first new armor! so i grabbed my smith hammer near the forge and anvil, set my skills...and with more resources than i needed, started the menu...i've selected my custom armor...and.......nothing... tried several times...with different part...nothing i tried to craft a custom weapon...then i tried with a standard iron weapon and armor and shields...nothing at all... so...i tried using carpentry (untouched and unedited)...same thing...as i select the item to craft nothing happens... so i've decided to make a test item with a test dialog...everything works fine since i select the item to craft...my char turns to the forge but nothing happens... what's wrong with my crafts? RE: crafting - my first help request - darksun84 - 12-31-2015 09:34 PM Can you craft normal items? Also you should post your script, so we can take a look. PS: This is the wrong section for asking help ![]() RE: crafting - my first help request - zottolo - 01-01-2016 06:42 PM (12-31-2015 09:34 PM)darksun84 Wrote: PS: This is the wrong section for asking help oh god...sorry for that i wasn't thinking when i choose the section ![]() (12-31-2015 09:34 PM)darksun84 Wrote: Can you craft normal items? can't craft anything at all, neither normal, neither custom...when i choose something from the skill menu it just do nothing, and i'm also left without any console message... posting scripts... example of armor: Code: [ITEMDEF i_plate_silver_Chest_female] relative lines from skillmenu Code: [SKILLMENU sm_colored_armor] dunno if it can help...because every crafting skill seems to be affected... RE: crafting - my first help request - azmanomer - 01-01-2016 07:33 PM you need to add FLAGS=SKF_CRAFT to your crafting skills definitions like this; [SKILL 7] DEFNAME=SKILL_Blacksmith KEY=Blacksmithing TITLE=Blacksmith FLAGS=skf_craft PROMPT_MSG= DELAY=1.0 STAT_STR=95 STAT_INT=15 STAT_DEX=25 BONUS_STR=75 BONUS_DEX=20 BONUS_INT=5 BONUS_STATS=10 ADV_RATE=2.5,50.0,200.0 RE: crafting - my first help request - zottolo - 01-01-2016 07:48 PM (01-01-2016 07:33 PM)azmanomer Wrote: you need to add FLAGS=SKF_CRAFT to your crafting skills definitions like this; it worrrrkksss ![]() thank you really much! i'm think about why i didn't have it before in my skillmenu... |