ore script - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: ore script (/Thread-ore-script) Pages: 1 2 |
RE: ore script - darksoulfe - 06-18-2013 08:41 PM Guys you are not understanding what I meant and following the ores are being caught in the mines usually what happens and now, when the player will make the ore a piece of plate both the glove and the body with the hammer smith on the hand that appears in the menu only repair ore and not the plates, and as stated above I did like the menus of the sphere, so I do not know where to put to work only. need to put scripts menu of plates where? in which script thank you RE: ore script - darksun84 - 06-18-2013 08:52 PM (06-18-2013 05:44 AM)darksoulfe Wrote: [SKILLMENU SM_BLUESTONE_ARMOR] Try by using (<resmake>) instead of number and name inside the ( ) RE: ore script - darksoulfe - 06-18-2013 10:16 PM good, did the following put all the ingots in the scripts, * sphere_item_provisions_ore.scp * sphere_item_provisions_armor_color.scp * sphere_skillmenu.scp * sphere_region.scp I think not missing anything, more the problem still continues, not managing to create anything or plate or shell or sleeve, now do not know what else to do, I'm up to my head hurting from looking at the computer and see that the process is not working , I'm about to give up thank you RE: ore script - darksun84 - 06-18-2013 10:34 PM ahhh ok maybe i understand it now,two possible causes 1)You actually created the skillmenu for the armor but you didn't add it to the blacksmith menu, so it's possible you are adding this. PHP Code: [SKILLMENU sm_blacksmith] //you have to add sm_bluestone here! 2)In my client the 0687 color is actually black, so it doesn't display on skillmenu. I tried with the script you posted and it works for me |