@SkillMakeItem weird problem - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: @SkillMakeItem weird problem (/Thread-SkillMakeItem-weird-problem) |
@SkillMakeItem weird problem - Tyxn - 10-28-2017 06:25 AM im trying to figure it out how @SkillMakeItem is working. ARGO is the item that the item was crafted from. But sometimes <argo.baseid> give me the item that was crafted. im using the latest 56d build EDIT= if i move an item and after that make an item argo.baseid give me what i move sorry for my english RE: @SkillMakeItem weird problem - darksun84 - 10-28-2017 06:10 PM That seems a bug! Well i can't reproduce it, can you post your script? RE: @SkillMakeItem weird problem - Tyxn - 10-28-2017 07:33 PM Code: [defname armor_resistance] RE: @SkillMakeItem weird problem - darksun84 - 10-28-2017 07:58 PM I think you can change this part: Code: [defname armor_resistance] Code: [defname armor_resistance] RE: @SkillMakeItem weird problem - Tyxn - 10-28-2017 08:33 PM it works and i think its better thanks darksun84 RE: @SkillMakeItem weird problem - darksun84 - 10-28-2017 08:43 PM Here it seems to work fine, but i tried with bowcrafting and not with blacksmithing |