Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some community help :)
#2
Basically i need to end up with something like this
Code:
    ["WVR"] = {
            ["100060"] = { ["actionType"] = CraftingTool.actionType["0"], ["chance"] = "90", ["buffid"] = "0", ["name"] = "Basic Synthesis", ["level"] = "1", ["cost"] = "0" },
            ["100061"] = { ["actionType"] = CraftingTool.actionType["1"], ["chance"] = "70", ["buffid"] = "0", ["name"] = "Basic Touch", ["level"] = "5", ["cost"] = "18"  },
            ["100062"] = { ["actionType"] = CraftingTool.actionType["2"], ["chance"] = "30", ["buffid"] = "0", ["name"] = "Master's Mend", ["level"] = "7", ["cost"] = "92"  },
            ["248"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "0", ["buffid"] = "253", ["name"] = "Steady Hand", ["level"] = "9", ["cost"] = "22"  },
            ["256"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "0", ["buffid"] = "251", ["name"] = "Inner-Quiet", ["level"] = "11", ["cost"] = "18"  },
            ["100070"] = { ["actionType"] = CraftingTool.actionType["4"], ["chance"] = "100", ["buffid"] = "0", ["name"] = "Observe", ["level"] = "13", ["cost"] = "14"  },
            ["100063"] = { ["actionType"] = CraftingTool.actionType["0"], ["chance"] = "100", ["buffid"] = "0", ["name"] = "Careful Synthesis", ["level"] = "15", ["cost"] = "0"  },
            ["100064"] = { ["actionType"] = CraftingTool.actionType["1"], ["chance"] = "70", ["buffid"] = "0", ["name"] = "Standard Touch", ["level"] = "18", ["cost"] = "32"  },
            ["264"] = { ["actionType"] = CraftingTool.actionType["3"], ["chance"] = "90", ["buffid"] = "254", ["name"] = "Great Strides", ["level"] = "21", ["cost"] = "32"  },
            ["100065"] = { ["actionType"] = CraftingTool.actionType["2"], ["chance"] = "60", ["buffid"] = "0", ["name"] = "Master's Mend II", ["level"] = "25", ["cost"] = "160"  },
            ["100067"] = { ["actionType"] = CraftingTool.actionType["0"], ["chance"] = "90", ["buffid"] = "0", ["name"] = "Standard Synthesis", ["level"] = "31", ["cost"] = "15"  },
            ["100066"] = { ["actionType"] = CraftingTool.actionType["0"], ["chance"] = "90", ["buffid"] = "0", ["name"] = "Brand of Lightning", ["level"] = "37", ["cost"] = "15"  },
            ["100068"] = { ["actionType"] = CraftingTool.actionType["1"], ["chance"] = "90", ["buffid"] = "0", ["name"] = "Advanced Touch", ["level"] = "43", ["cost"] = "48"  },
            ["100069"] = { ["actionType"] = CraftingTool.actionType["0"], ["chance"] = "100", ["buffid"] = "0", ["name"] = "Careful Synthesis II", ["level"] = "50", ["cost"] = "0"  }
        }

Open http://xivdb.com/?search/!filters/IlNLSU...kdBTUVfMSI=

["100001"] at the start is the skill id which could be found if you open it on xivdb if you open any skill in the adress bar which would be the numbers here:
http://xivdb.com/?skill/100001/Basic-Synthesis

["actionType"] = CraftingTool.actionType["value"]
Value could be of 5 types:
0 for Progress,
1 for Quality,
2 for Durability,
3 for Buff,
4 for Skip depending on what it does

["chance"] = value
Value is the chance of the skill working out, written on xivdb in the skill description as well.
Also use this for signifying how much durability a skill increases :)

["buffid"] = value
Value is literally the buffid which if the skill is a buff you could find by searching xivdb directly for the name of the skill and going into status and clicking on the status(be sure it's correct one). e.g http://xivdb.com/?search/Steady-Hand then click on the correct one and get to http://xivdb.com/?status/253/Steady-Hand.

["name"] = value
Value here is the name of the skill

["level"] = value
Value here is level needed to unlock the skill

["cost"] = "0"
Value here is cost of CP needed to use the skill

and you end up with something like this:
Code:
["100069"] = { ["actionType"] = CraftingTool.actionType["0"], ["chance"] = "100", ["buffid"] = "0", ["name"] = "Careful Synthesis II", ["level"] = "50", ["cost"] = "0"  }

And then you need to do it for every skill in a profession
Reply
 


Messages In This Thread
Need some community help :) - by ymko - 10-19-2013, 01:56 PM
RE: Need some community help :) - by ymko - 10-20-2013, 12:13 AM
RE: Need some community help :) - by breckdareck - 10-20-2013, 01:53 AM
RE: Need some community help :) - by aakk47 - 10-20-2013, 02:05 AM
RE: Need some community help :) - by ymko - 10-20-2013, 08:35 AM
RE: Need some community help :) - by aakk47 - 10-22-2013, 02:23 AM
RE: Need some community help :) - by ymko - 10-23-2013, 10:43 AM
RE: Need some community help :) - by Shaolin2 - 10-20-2013, 08:44 PM
RE: Need some community help :) - by ymko - 10-20-2013, 09:11 PM
RE: Need some community help :) - by ymko - 10-21-2013, 08:55 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products