Page 1 of 1
questioning!
Posted: Tue Apr 01, 2014 4:59 pm
by Lamkefyned
as I can do that when you send a message through the channel group as the fence to the next waypoint bot?
Re: questioning!
Posted: Thu Apr 03, 2014 4:07 pm
by Lamkefyned
help please
Re: questioning!
Posted: Thu Apr 03, 2014 5:56 pm
by lisa
I am sorry I just do not understand the question
Re: questioning!
Posted: Fri Apr 04, 2014 2:14 am
by BlubBlab
I think he/she means sending a bot through a keyword in the group channel to a (next) waypoint.
Re: questioning!
Posted: Fri Apr 04, 2014 9:10 am
by Lamkefyned
Code: Select all
if 0 == target.HP/target.MaxHP*100 or (not target.Alive) then
sendpartychat('code"lootBoss()"')
end
when it reaches that waypoint and it stops this checking the chat all the time. And when I put "next waypoint" to follow the script
Re: questioning!
Posted: Sat Apr 05, 2014 1:36 pm
by Lamkefyned
help please.
Is very important
Re: questioning!
Posted: Sat Apr 05, 2014 6:32 pm
by lisa
sendpartychat isn't a loop, it purely sends the chat, so if it is getting stuck at that waypoint then the issue is in the rest of the code, if you want my help I need to know more information.
Basically you are asking me to fix your car and not telling me what is wrong with it, it could be a million things.
Re: questioning!
Posted: Mon Apr 07, 2014 11:48 am
by Lamkefyned
have we specify
what I want is to upload characters in "hos"
And I need you to follow the character
but it stops before the bugs
and if for at that waypoint and then when you recognize the word "NEXT" in the chat group to continue
Thanks for helping
Re: questioning!
Posted: Mon Apr 07, 2014 11:56 pm
by lisa
I still find it difficult to understand the question so I will answer to what I think you are asking.
If you put this in a waypoint the bot will wait there until another character types next into party chat. Keep in mind if you typed next before it starts monitoring then it will keep waiting until you type next again.
It will only continue if the party chat is exact, if you do Next or nextt it will keep waiting until it reads next exactly.
Code: Select all
eventParty() -- starts party chat monitoring
repeat
yrest(100)
until checkEventParty() == "next" -- checks for next in party chat
eventParty("stop") -- stops party chat monitoring
Let's see if google translate works english to spanish
Vamos a ver si el traductor de google obras inglesas al español
Todavía me resulta difícil de entender la pregunta así que voy a responder a lo que creo que usted está pidiendo.
Si pones esto en un punto de referencia el bot esperar allí hasta que otro tipos de caracteres siguientes en el chat de grupo. Tenga en cuenta si ha escrito junto antes de que comience el monitoreo entonces será seguir esperando hasta que escriba la próxima vez.
Sólo se continuará si el chat partido es exacta, si lo hace en Siguiente o nextt que se mantendrá en espera hasta que se lea junto con exactitud.
Re: questioning!
Posted: Wed Apr 09, 2014 10:00 am
by Lamkefyned
Thank you for everything
to run
Do and if I want to make several functions according to put you in the chat?