the bot always done talking
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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