MMOMinion

Full Version: Can someone guide me on how to make this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I jsut want to make a module with only these:
http://i.imgur.com/gmW3W8P.jpg
All I want to do is to be able to change skill profiles and bot mode really quickly.
THanks!
So is it impssible? So that when you start the bot, the box would get ticked also, and when you change profile, the profile in skillmanager will change also.
id try to help but i dont get what you are asking help for
Right now, this is what my FFXIV screen has:
http://i.imgur.com/BkTwq4r.jpg
Out of all the different options, the only ones which I actually need is the changing profile from skill manager, and changing bot mode and the bot enabled box from FFXIV minion window. I want to make a small addon that just contains those 2, ex:
http://i.imgur.com/2x0siAj.jpg
The box would be ticked when we start the bot with Ctrl + S, just like the FFXIVMinion window, and changing the skill profile in the addon would also change the skill profile selected in Skill Manager.

Basically, take 2 functions from the FFXIVMinion, and make a simple addon to only show that.
That's fairly possible and shouldn't be hard to do,

just write a man in the middle module that would add the necessary GUI field.
make a variable SMProfileName inside your module.
if SMProfileName ~= to actual profile name in SM then
SMProfileName = actual profile name
gui variable = profile name
end

in GUI update set both actual profile name(SM) and SMProfileName to the new value..


job done ;)
Do you think you can make that for me? I have no prior experience so :\
When servers come back up, I'll probably add this onto my addon, it's something I want anyway.