MMOMinion

Full Version: FFXIVMinion 3.5 Update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
FYI was having problems similar to what was described in the OP, traced it back to Windows 10 / xbox game bar (that i didnt even know was part of the windows 10 core). removed via registry, restarted computer, reran minion installer. Runs fine now.
I don't know if it's just my problem but i have insane fps drop since last bot update. If i start the game without bot my fps raise again

EDIT: yeh, i can't even join duties anymore cuz my fps drops to 5 with bot activated
hey fxfire, something you might wanna tweak at high priority, when someone finds the bot and starts to suspecting it they start sending you trades, and to decline it I guess you guys have it switch to busy. The problem comes in when after a short time it goes un-busy again, and the guy can basically keep getting the bot to go busy at command and that does look kinda fishy, would be hard explaining that to a GM i'd have to be like "oh well i made a macro (if even possible) for annoying kids like that, if anything Mr GM he was harassing me by spamming me with trades and tells and had me on /follow, i felt scared for my life and he should be suspended not me" lol

Maybe a quicky fix would be to just have it stay on busy for like 30mins to an 1hr, or forever till manually switched back to active idk just tryna make you guys more revenue by not getting ppl suspended
Now it just crashes everytime i try to attach the bot^^ I don't know what happened to the bot. It used to be perfect, can't believe the 3.5 patch fucked all things up^^
(01-28-2017, 01:28 PM)kidz14 Wrote: [ -> ]hey fxfire, something you might wanna tweak at high priority, when someone finds the bot and starts to suspecting it they start sending you trades, and to decline it I guess you guys have it switch to busy. The problem comes in when after a short time it goes un-busy again, and the guy can basically keep getting the bot to go busy at command and that does look kinda fishy, would be hard explaining that to a GM i'd have to be like "oh well i made a macro (if even possible) for annoying kids like that, if anything Mr GM he was harassing me by spamming me with trades and tells and had me on /follow, i felt scared for my life and he should be suspended not me" lol

Maybe a quicky fix would be to just have it stay on busy for like 30mins to an 1hr, or forever till manually switched back to active idk just tryna make you guys more revenue by not getting ppl suspended

Code:
-- clear any addons displayed by social actions like trade/party invites
function ffxivminion.ClearAddons()
    if (ffxivminion.busyTimer ~= 0 and Now() > ffxivminion.busyTimer) then
        SendTextCommand("/busy off")
        ffxivminion.busyTimer = 0
    end
    
    --trade window
    if (IsControlOpen("Trade")) then
        --local traders = EntityList("nearest,maxdistance=5,chartype=4")
        Player:Stop()
        ml_global_information.Await(2000,
            function ()
                return not Player:IsMoving()
            end,
            function ()
                SendTextCommand("/busy on")
                Player:CheckTradeWindow()
                ffxivminion.busyTimer = Now() + 60000
            end
        )
        return true
    end

Kidz you can find in ffxiv.lua line 1047 the function for that busy toggle. If an issue with white knights on your server right now, you can provide yourself with a temporary solution by adding a few zeros . I am using the x64 version , assume the 32 bit is similar. ffxivminion.busyTimer = Now() + 6000000
lol thx that's what I've been using for now :) just gotta do it everytime I update and it makes it seem like there is always an update with that edit in place (which makes sense)
If others are still having this issue and have no recording software, try closing Discord then run the bot.
For me at least Discord seems to be the problem. Can run discord fine and game/bot once bot is attached.
Hi,


On x64, when using the sebbs profile for gathering classes in quest mode, i'm unable to switch between tabs in 'profile options'.
I added a picture to show what i mean: when clicking a tab it does not switch.

(01-30-2017, 07:47 PM)tyb51 Wrote: [ -> ]Hi,


On x64, when using the sebbs profile for gathering classes in quest mode, i'm unable to switch between tabs in 'profile options'.
I added a picture to show what i mean: when clicking a tab it does not switch.


its likely being worked on at the moment.  considering its still in a beta
anyone know why fuma don't work in x64 ?
Haru profil
work great in 32 bit
bot cast but don't use it
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15