Does your game window appear to freeze or become unresponsive for small moments when you are using the bot?
The bot doesn't start at all after i enter the key and click login
Does your game window appear to freeze or become unresponsive for small moments when you are using the bot?
Whoops...Forgot to bump the version number on the site...0.1.26 is out get it from the front page.
Im curious to know if this runs on 64bit windows 7?
I am trying to get the application to launch with no luck.
When i launch the application it comes up as FF14bot has stopped working.
Any suggestions?
Im curious to know if this runs on 64bit windows 7?
I am trying to get the application to launch with no luck.
When i launch the application it comes up as FF14bot has stopped working.
Any suggestions?
I am using the black mage profile that came with the bot, however when my MP gets low it usually just sits there waiting for mp to re, it never uses stuff like blizzard/convert etc. Is there something i need to change? If it helps, this is what the lines say:
Cast("Blizzard", r => Core.Player.CurrentManaPercent <= 10 && Core.Player.ClassLevel < 38),
Cast("Convert", r => Core.Player.CurrentMana < 79 && Core.Player.ClassLevel >= 30), //79 Mana is how much Blizzard III is with AstralFire ... don't want to be stuck with no mana
Remove && Core.Player.ClassLevel <38 .. not an optimal solution for BLM but it should work.
----nvm
protected override Composite CreateHeal()
{
return new PrioritySelector(
//we has healz
Cast("Cure", r => Core.Player.CurrentHealthPercent <= 60, r => Core.Player)
);