OpenKore / OpenKore/openkore

the bot always done talking

Open
#3,678 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug need info
Dominant language
Perl
Stars
1.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

when my bot is talking to buff npc it alway show done talking many time and then nothing happened
NPC Healer#Askald (2): Done talking
NPC Healer#Askald (2): Done talking
NPC Healer#Askald (2): Done talking

this is my macros.txt
automacro Checkab_Respawn {
location not doubrius
status not Blessing
run-once 1
call {
do respawn
release all
}
}

automacro ab {
map doubrius
timeout 15
status not Blessing
run-once 1
call {
do move 45 163
pause 3
do talknpc 44 167 c r3 c n
release all
}
}

automacro Checksp_Respawn {
location not doubrius
sp < 5%
run-once 1
call {
do respawn
release all
}
}

automacro sp {
map doubrius
sp < 5%
timeout 15
run-once 1
call {
do move 45 163
pause 3
do talknpc 44 167 c r3 c n
release all
}
}

private server

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with macros.txt and reproduce the talknpc 44 167 c r3 c n sequence on the named private server, checking the repeated NPC Healer#Askald output. Compare the conversation flow with the talknpc entry point; done means the macro no longer repeats “Done talking” and does not stop afterward.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.