09-13-2006, 10:51 AM
i want to make/add a mini script like "life watch" to do this
Check if xx acc and xx acc is online, if it is, then stays in "At preparation" or in "Chat" and do a continues check until xx acc and xx acc goes offline.
And that add it in my Yamb or Xp Bot, for D2jsp its like a life watcher because is a continues check or to checkit every 30 segs.
For ex i configure my bot to do Pindle runs, and every 30 segs check or when it finish each pindlerun, check if xx acc and xx acc is online, if not, then the bot continues normaly, but if at least one acc is online then the bot stays still in Chat or in "At preparation"... until every acc i put in the script is offline.
i know that isnt so hard but i need and extra hand because i dont know that much of programming.
it woukd be like
say ("/whereis acc") // check if xx acc is online
if that acc is online // i dont know how to check this, doing a whereis but i dont know what state is.
{
GotoChat // stays there
Wait 30 segs
}
Repeat function until that acc is offline
any kind of help will be welcomed
Thanks
Check if xx acc and xx acc is online, if it is, then stays in "At preparation" or in "Chat" and do a continues check until xx acc and xx acc goes offline.
And that add it in my Yamb or Xp Bot, for D2jsp its like a life watcher because is a continues check or to checkit every 30 segs.
For ex i configure my bot to do Pindle runs, and every 30 segs check or when it finish each pindlerun, check if xx acc and xx acc is online, if not, then the bot continues normaly, but if at least one acc is online then the bot stays still in Chat or in "At preparation"... until every acc i put in the script is offline.
i know that isnt so hard but i need and extra hand because i dont know that much of programming.
it woukd be like
say ("/whereis acc") // check if xx acc is online
if that acc is online // i dont know how to check this, doing a whereis but i dont know what state is.
{
GotoChat // stays there
Wait 30 segs
}
Repeat function until that acc is offline
any kind of help will be welcomed
Thanks