06-06-2022, 03:25 PM
i would like a script that when there is a player on screen the bot will logout randomly between 3-15 mins, im rune making and when someone comes by i want it to seem im afk and not just using pause bot
player on screen logout
|
06-06-2022, 03:25 PM
i would like a script that when there is a player on screen the bot will logout randomly between 3-15 mins, im rune making and when someone comes by i want it to seem im afk and not just using pause bot
06-06-2022, 10:24 PM
Hello.
if paround() > 0 then
06-07-2022, 02:37 PM
thanks
05-30-2023, 07:46 PM
@Arkilys Thank you for this script, i was just searching something like that. Can you just tell me how does it work? Is this script gonna logout nny character if there is player on visible screen? or its gonna logout even if there is player over visible screen? calling paround() without any parameters will detect player on same floor, whenever possible. That means it can detect players outside screen.
05-31-2023, 12:00 PM
If I change the script to the below will it work as intended? I can't test it in game
if paround() > 0 then So if player is around for between 5 and 10 minutes, bot pauses?
05-31-2023, 02:18 PM
No, if a player shows up then it will wait 5 to 10 minutes and if stills connected then pause bot. It will NOT check if still any players (or even the same player) on screen to decide if should pause bot or not. |