10-23-2013, 08:37 PM
(10-23-2013, 07:32 PM)ymko Wrote: It doesn't work with this tool sadly, i will be making my own.
At the moment if you go to CraftingTool.lua => go to "function Initialise()" => "local lookUp = {"tons of stuff here"}" => Find the professions you are using and swap steady hands line with inner quite line as such:
to this:Code:["248"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "0", ["buffid"] = "253", ["name"] = "Steady Hand", ["level"] = "9", ["cost"] = "22", ["CC"]=false },
["256"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "0", ["buffid"] = "251", ["name"] = "Inner Quiet", ["level"] = "11", ["cost"] = "18", ["CC"]=false },
Code:["256"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "0", ["buffid"] = "251", ["name"] = "Inner Quiet", ["level"] = "11", ["cost"] = "18", ["CC"]=false },
["248"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "0", ["buffid"] = "253", ["name"] = "Steady Hand", ["level"] = "9", ["cost"] = "22", ["CC"]=false },
That should help :P
Otherwise a way to choose the skill order is coming :P
Thanks!!