You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: