MMOMinion

Full Version: Bot not casting "Protect" Buff on himself or party member
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not sure why the bot isn't autocasting Protect on himself or party member, not even once.

Code:
        [1] = {
            ["alias"] = "";
            ["chainend"] = "0";
            ["chainname"] = "";
            ["chainstart"] = "0";
            ["charge"] = "0";
            ["combat"] = "Any";
            ["comboskill"] = "Auto";
            ["dobuff"] = "1";
            ["doprev"] = "0";
            ["enmityaoe"] = "0";
            ["filterfive"] = "Ignore";
            ["filterfour"] = "Ignore";
            ["filterone"] = "Ignore";
            ["filterthree"] = "Ignore";
            ["filtertwo"] = "Ignore";
            ["frontalconeaoe"] = "0";
            ["hprio1"] = "None";
            ["hprio2"] = "None";
            ["hprio3"] = "None";
            ["hprio4"] = "None";
            ["hpriohp"] = 0;
            ["id"] = 123;
            ["lastcast"] = 0;
            ["levelmax"] = 0;
            ["levelmin"] = 8;
            ["maxRange"] = 30;
            ["minRange"] = 0;
            ["mplock"] = "0";
            ["mplocked"] = "0";
            ["mplockper"] = 0;
            ["name"] = "Protect";
            ["ncurrentaction"] = "";
            ["npc"] = "0";
            ["npcskill"] = "";
            ["npskill"] = "";
            ["nskill"] = "";
            ["nskillprio"] = "";
            ["offgcd"] = "Auto";
            ["onlyparty"] = "0";
            ["onlysolo"] = "0";
            ["pbuff"] = "";
            ["pbuffdura"] = 0;
            ["pcskill"] = "";
            ["petbuff"] = "";
            ["petbuffdura"] = 0;
            ["petnbuff"] = "";
            ["petnbuffdura"] = 0;
            ["pgtrg"] = "Direct";
            ["phpb"] = 0;
            ["phpl"] = 0;
            ["pmppb"] = 0;
            ["pmppl"] = 0;
            ["pnbuff"] = "146+147";
            ["pnbuffdura"] = 0;
            ["ppos"] = "None";
            ["ppowb"] = 0;
            ["ppowl"] = 0;
            ["prio"] = 1;
            ["pskill"] = "";
            ["ptbuff"] = "";
            ["ptcount"] = 0;
            ["pthpb"] = 0;
            ["pthpl"] = 0;
            ["ptmpb"] = 0;
            ["ptmpl"] = 0;
            ["ptnbuff"] = "";
            ["ptpb"] = 0;
            ["ptpl"] = 0;
            ["ptrg"] = "Player";
            ["pttpb"] = 0;
            ["pttpl"] = 0;
            ["punderattack"] = "0";
            ["punderattackmelee"] = "0";
            ["pvepvp"] = "Both";
            ["removebuff"] = "0";
            ["secspassed"] = 0;
            ["skncdtimemax"] = "";
            ["skncdtimemin"] = "";
            ["sknoffcd"] = "";
            ["sknready"] = "";
            ["skoffcd"] = "";
            ["skready"] = "";
            ["sktype"] = "Action";
            ["stype"] = "Action";
            ["tacount"] = 0;
            ["tahpl"] = 0;
            ["tankedonlyaoe"] = "0";
            ["tarange"] = 15;
            ["tbuff"] = "";
            ["tbuffdura"] = 0;
            ["tbuffowner"] = "Any";
            ["tcastids"] = "";
            ["tcastonme"] = "0";
            ["tcasttime"] = "0.0";
            ["tcontids"] = "";
            ["tecenter"] = "Auto";
            ["tecount"] = 0;
            ["tecount2"] = 0;
            ["televel"] = "Any";
            ["terange"] = 15;
            ["thpadv"] = 0;
            ["thpb"] = 0;
            ["thpcb"] = 0;
            ["thpcl"] = 0;
            ["thpl"] = 0;
            ["tmpl"] = 0;
            ["tnbuff"] = "146+147";
            ["tnbuffdura"] = 0;
            ["tncontids"] = "";
            ["trg"] = "Target";
            ["trgtype"] = "Any";
            ["ttpl"] = 0;
            ["type"] = 1;
            ["used"] = "1";
        };
[Target] section, Skill Target should be Player, since it's a self-cast skill. You should also set Player Target to Any.
(07-11-2015, 12:44 AM)Ace Wrote: [ -> ][Target] section, Skill Target should be Player, since it's a self-cast skill. You should also set Player Target to Any.

Thanks ThumbsUp
It's working now. Looks like I still need to take time to understand how different the ffxivminion SkillManager is from gw2minion's version.