Posts: 77
Threads: 22
Joined: Jul 2014
12-23-2014, 11:45 AM
Can anyone help me, I'm trying to make a auto choco trainer trying to trick my character into thinking its part of an existing quest but it doesn't seem to be working. Does anyone have a solution for this? I have a friend who's taking a break from game and I'd like to be able to park my character and train both our chocobos in the stable.
Thanks in advance for your input!
Posts: 70
Threads: 6
Joined: Apr 2014
since right now the questhelper uses questid's this would be less then programmable. in fact the only solution I see is a mouse/keyboard recorder who then just does whatever u did in xy time xy times.
Posts: 77
Threads: 22
Joined: Jul 2014
Thanks for your reply, I think i'll as in the new taskmanger module if it would be possible using that tool.
Posts: 2,921
Threads: 12
Joined: Sep 2014
(12-23-2014, 01:29 PM)Shaneea Wrote: since right now the questhelper uses questid's this would be less then programmable. in fact the only solution I see is a mouse/keyboard recorder who then just does whatever u did in xy time xy times.
You can make a quest profile for a lvl 1 quest you will never ever complete and make all the interact points to complete the chocobo training tho.
it would hopefully time out and start over again and should keep doing the quest never "completing".
Theory only tho.
Posts: 243
Threads: 17
Joined: Jan 2014
I will give it a try in a minute and see if I can get anything to work.
Even if it works. People are going to need to manually update the coords and map IDs for their stables.
Posts: 2,921
Threads: 12
Joined: Sep 2014
(12-24-2014, 04:20 AM)kitanoi Wrote: I will give it a try in a minute and see if I can get anything to work.
Even if it works. People are going to need to manually update the coords and map IDs for their stables.
and quest ID
Posts: 243
Threads: 17
Joined: Jan 2014
I do not think it will be possible unless there is an inbuilt function such as sendKeys. If we can send numeric pad '0' four times, then an 'Esc'. Set timeout to 60 minutes it could be done.
If you place the chocobo food into item 1 in inventory you will just click all the way though.
Posts: 2,921
Threads: 12
Joined: Sep 2014
(12-24-2014, 05:05 AM)kitanoi Wrote: I do not think it will be possible unless there is an inbuilt function such as sendKeys. If we can send numeric pad '0' four times, then an 'Esc'. Set timeout to 60 minutes it could be done.
If you place the chocobo food into item 1 in inventory you will just click all the way though.
What is the issue that gets stuck?
you can intercat with menus and use item turn ins so should be able to do it.
Posts: 243
Threads: 17
Joined: Jan 2014
12-24-2014, 05:10 AM
(This post was last modified: 12-24-2014, 05:15 AM by kitanoi.)
Screenshots incoming.
This is my main issue:
I am not sure how we navigate menus using the functions currently in quest.
After this menu you are prompted to select and item and confirm, which I would use:
["itemturnin"] = true;
["itemturninid"] = {
[1] = whatever;
};
ohhhh.... conversationindex
Posts: 2,921
Threads: 12
Joined: Sep 2014
(12-24-2014, 05:10 AM)kitanoi Wrote: Screenshots incoming.
This is my main issue:
I am not sure how we navigate menus using the functions currently in quest.
After this menu you are prompted to select and item and confirm, which I would use:
["itemturnin"] = true;
["itemturninid"] = {
[1] = whatever;
};
ohhhh.... conversationindex
["conversationindex"] = 1;
for the 2nd convo index dont have a target specifid or it may not work.
it freezes in cut sceens but may be ok at stables