Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the bot always done talking #3678

Open
notekubsss opened this issue Oct 24, 2022 · 1 comment
Open

the bot always done talking #3678

notekubsss opened this issue Oct 24, 2022 · 1 comment
Labels
bug need info We are waiting for additional information from the author

Comments

@notekubsss
Copy link

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

@alisonrag alisonrag added bug need info We are waiting for additional information from the author labels Feb 7, 2023
@ErikDahlinghaus
Copy link

Try setting autoTalkCont 1 to autoTalkCont 0`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug need info We are waiting for additional information from the author
Projects
None yet
Development

No branches or pull requests

3 participants