Dclick on reags to make potion after new alchemy - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Dclick on reags to make potion after new alchemy (/Thread-Dclick-on-reags-to-make-potion-after-new-alchemy) |
Dclick on reags to make potion after new alchemy - Rizz - 10-07-2014 12:04 AM I saw the new changes in Alchemy skill, in the previous version was possible to dclick on proper reages to have a short menu with only the potions that were possible to make with that reageants. Is possible to have this again? How can i open that skill_menu? RE: Dclick on reags to make potion after new alchemy - Coruja - 10-07-2014 01:32 AM -before changes: the skill was using a internal separated huge code (dclick on reags, select bottle, etc) to do a custom behavior. -after changes: the skill is now a genuine craft skill, all we need is just dclick the tool (mortar & pestle) to open the alchemy skillmenu (sm_alchemy on sphere_skillmenu.scp), exactly the same as dclick on the tinker's tool to open the tinkering skillmenu (sm_tinker). DClick on reagent or empty bottle doesn't do nothing anymore because it's not needed anymore, the skill is used directly dclicking on the tool. but you can get back this old reagent behavior, just use the typedef to replace the hardcoded behavior Code: [TYPEDEF t_reagent] |