Search found 168 matches

by hakore
10 Nov 2017, 00:44
Forum: iRO
Topic: We have waited for too long after we sent a response to the
Replies: 21
Views: 10761

Re: We have waited for too long after we sent a response to the

How about dynamically setting ai_npc_talk_wait_to_answer using reactOnNPC plugin? # Upon reaching the Next button, we automatically send talk cont and increase timeout for ai_npc_talk_wait_to_answer reactOnNPC eval $messageSender->sendTalkContinue(pack("V", @eval($reactOnNPC{ID})));;eval setTimeout(...
by hakore
09 Nov 2017, 00:42
Forum: iRO
Topic: We have waited for too long after we sent a response to the
Replies: 21
Views: 10761

Re: We have waited for too long after we sent a response to the

Try this first:

timeouts.txt

ai_npc_talk_wait_to_answer

Set this to a very high number, say 10000000000
by hakore
08 Nov 2017, 22:31
Forum: iRO
Topic: We have waited for too long after we sent a response to the
Replies: 21
Views: 10761

Re: We have waited for too long after we sent a response to the

hakore wrote:You can begin by posting the conversation logs while talking to the NPC using manual commands
by hakore
02 Oct 2017, 23:29
Forum: iRO
Topic: We have waited for too long after we sent a response to the
Replies: 21
Views: 10761

Re: We have waited for too long after we sent a response to the

You can begin by posting the conversation logs while talking to the NPC using manual commands
by hakore
02 Oct 2017, 02:52
Forum: iRO
Topic: We have waited for too long after we sent a response to the
Replies: 21
Views: 10761

Re: We have waited for too long after we sent a response to the

http://forums.openkore.com/viewtopic.php?f=34&t=198

Read that first.

You can post a log of all NPC conversation from start to finish so people can easily help you.
by hakore
01 Oct 2017, 01:21
Forum: iRO
Topic: We have waited for too long after we sent a response to the
Replies: 21
Views: 10761

Re: We have waited for too long after we sent a response to the

reactOnNPC plugin.

I used this extensively in fishing NPCs (with progress bars).
by hakore
29 Sep 2017, 20:50
Forum: iRO
Topic: Rebel attackskillslot and attackcomboslot
Replies: 5
Views: 4096

Re: Rebel attackskillslot and attackcomboslot

Based on this excerpt from Commands.pm: if (($switch eq 'pause') && (!$cmdQueue) && AI::state != AI::AUTO && ($net->getState() == Network::IN_GAME)) { $cmdQueue = 1; $cmdQueueStartTime = time; if ($args > 0) { $cmdQueueTime = $args; } else { $cmdQueueTime = 1; } debug "Command queueing started\n", "...
by hakore
29 Sep 2017, 03:19
Forum: iRO
Topic: Rebel attackskillslot and attackcomboslot
Replies: 5
Views: 4096

Re: Rebel attackskillslot and attackcomboslot

You cannot use attackComboSlot with a very long wait time unless the specific attack target by the preceding attackSkillSlot remained alive for that long. You may work on this: doCommand eval $config{useSelf_skill_999_disabled} = 1;;pause 55;;eval $config{useSelf_skill_999_disabled} = 0 {    whenSta...
by hakore
07 Sep 2017, 21:21
Forum: Macro Plugin
Topic: Simple respawn to save automacro help
Replies: 1
Views: 2221

Re: Simple respawn to save automacro help

overrideAI