@recallall problem

neil413

New member
Messages
61
Points
0
Github
neil413
Emulator
all players even vendors are being recalled Anyone Got a Solution to avoid vendors to be recalled?



i also did like this

atcommand.c

 && !sd->state.autotrade) this only avoid vendors exiting the client or the server even the server is down

Thanks in Advanced
default_smile.png


 
You should also add checks for:

Code:
!sd->state.vending && !sd->state.buyingstore
 
Dunno if that's actually a bug or a feature. It says recallall, which to my understanding means everybody no matter what. I think maybe it should accept an optional parameter to specify whether you want different kinds of AFK to be called or not, for example vendings, autotraders, chatting people, afk timer greater than X or so.

 
Back
Top