J jackin New Member Joined Dec 16, 2014 Messages 4 Reaction score 0 Feb 8, 2015 #1 i want to ask how to auto desynthesis ...
kagamihiiragi17 Community Developer Joined Jun 24, 2014 Messages 873 Reaction score 25 Feb 8, 2015 #2 I don't believe desynthesis is supported by RB at this time. Conversion to materia is, but not desynthesis.
I don't believe desynthesis is supported by RB at this time. Conversion to materia is, but not desynthesis.
J jackin New Member Joined Dec 16, 2014 Messages 4 Reaction score 0 Feb 8, 2015 #3 kagamihiiragi17 said: I don't believe desynthesis is supported by RB at this time. Conversion to materia is, but not desynthesis. Click to expand... how about Code: foreach (var bagslot in InventoryManager.EquippedItems) { if (bagslot.Item.ChnName.equals("******")) { await CommonTasks.ExecuteCoroutine(*********); } }
kagamihiiragi17 said: I don't believe desynthesis is supported by RB at this time. Conversion to materia is, but not desynthesis. Click to expand... how about Code: foreach (var bagslot in InventoryManager.EquippedItems) { if (bagslot.Item.ChnName.equals("******")) { await CommonTasks.ExecuteCoroutine(*********); } }
kagamihiiragi17 Community Developer Joined Jun 24, 2014 Messages 873 Reaction score 25 Feb 8, 2015 #4 jackin said: how about Code: foreach (var bagslot in InventoryManager.EquippedItems) { if (bagslot.Item.ChnName.equals("******")) { await CommonTasks.ExecuteCoroutine(*********); } } Click to expand... I don't even know what you're asking. There's no desynthesis API, only for converting materia.
jackin said: how about Code: foreach (var bagslot in InventoryManager.EquippedItems) { if (bagslot.Item.ChnName.equals("******")) { await CommonTasks.ExecuteCoroutine(*********); } } Click to expand... I don't even know what you're asking. There's no desynthesis API, only for converting materia.
J jackin New Member Joined Dec 16, 2014 Messages 4 Reaction score 0 Feb 8, 2015 #5 kagamihiiragi17 said: I don't even know what you're asking. There's no desynthesis API, only for converting materia. Click to expand... en! converting materia .. i mean Item Desynthesis A new feature allowing players to break down unwanted items to reclaim crafting ... no api, i know. thanks
kagamihiiragi17 said: I don't even know what you're asking. There's no desynthesis API, only for converting materia. Click to expand... en! converting materia .. i mean Item Desynthesis A new feature allowing players to break down unwanted items to reclaim crafting ... no api, i know. thanks