MMOMinion
Waiting after opening the treasure chest - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: GUIDES & TUTORIALS - How to Use our FFXIV Bot (https://www.mmominion.com/forumdisplay.php?fid=89)
+--- Thread: Waiting after opening the treasure chest (/showthread.php?tid=21625)



Waiting after opening the treasure chest - 1287868760 - 05-27-2019

Code:
[1] = { -- Chest Loot
            ["radius"] = 50;
            ["waitTime"] = 2000;
            ["failTime"] = 3000;
            ["taskFunction"] = "ffxiv_task_loot.Create";
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 18.39999961853;
                    ["x"] = -42.400001525879;
                    ["h"] = 1.8999999761581;
                    ["z"] = -119.09999847412;
                };
            };
            ["lootid"] = 270;
        };    
[2] = {

In Duty mode, when a treasure box is opened, it will remain in place waiting for it to disappear (about 10-15 seconds). I tried changing the wait time, but it didn't seem to work. How can we make some modifications to solve this problem?
I think there should be some way to achieve the jump, after unboxing treasure box, directly into the next encounter, rather than waiting for treasure box disappeared.
This problem has been bothering me for a long time. I hope someone can help me.