Thread Rating:
  • 43 Vote(s) - 3.19 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Module] Crafting Tool v2.1.1 + FIX 2 <18/11/2013>
#68
If you know coding this is how it chooses a skill type:
Code:
if(not CraftingTool.FirstUse and stepsToFinish ~= 1) then
    return CraftingTool.actionType["0"] --Craft
elseif(durability == 10 and playerCP > 91 and useDurability == "1") then
    return CraftingTool.actionType["2"] --Durability
elseif(durability == stepsToFinish * 10) then
    return CraftingTool.actionType["0"] --Craft
elseif(durability > 10 and (description == "Excellent" or description == "Good") and useQuality == "1" and playerCP > 17) then
    return CraftingTool.actionType["1"] --Quality
elseif(NeedToRecastBuffs() and useBuff == "1") then
    return CraftingTool.actionType["3"] --Buffs
else
    if(durability > 10 and useQuality == "1" and qualitymax - quality ~= 0 and playerCP > 17) then
        return CraftingTool.actionType["1"] --Quality
    else
        return CraftingTool.actionType["0"] --Craft
    end
end
 


Messages In This Thread
RE: [Module] Crafting Tool v1.5.1 [23/10/2013] (ALL PROFS) - by ymko - 10-24-2013, 11:24 AM

Forum Jump:


Users browsing this thread: 42 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products