ZCharacter.h, line 788,
hit enter and paste this.
ZGameInput.cpp, Line 83,Code:int LastKeyTime;
hit enter and paste this,
ZGame.cpp, line 739,Code:ZGetGame()->m_pMyCharacter->LastKeyTime = timeGetTime();
hit enter and paste this.
This isn't tested, have fun. All it does, is simply kick you out of the room after 5 minutes of no action.Code:if(ZGetGame()->m_pMyCharacter->LastKeyTime + 300000 < timeGetTime()) ZApplication::GetGameInterface()->ReserveLeaveBattle();
Coded by me, half-assed.
Cheers.



Reply With Quote![Basic AFK system. [1.5]](http://ragezone.com/hyper728.png)


