Heartfelt Posted July 24, 2023 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 40 Reputation: 0 Joined: 01/09/16 Last Seen: April 10 Share Posted July 24, 2023 is it possible to give 1 second delay on /sit usage? and is it possible to give delay to /sit after using a skill? thanks Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted August 13, 2023 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Sunday at 06:19 AM Share Posted August 13, 2023 (edited) U have to create a timer tick after skill usage or use the prevent logout timer after skill usage. And add the if statement here: https://github.com/rathena/rathena/blob/d53880cf1e75d5547d5b8bcac5596690aff6d080/src/map/pc.cpp#L12895 if(sd->canlog_tick == 0 || DIFF_TICK(gettick(), sd->canlog_tick) > battle_config.prevent_logout) As example add this If u have knowledge about u can create an own timer and battle config. Rynbef~ Edited August 13, 2023 by Rynbef Quote Link to comment Share on other sites More sharing options...
Question
Heartfelt
is it possible to give 1 second delay on /sit usage?
and is it possible to give delay to /sit after using a skill?
thanks
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.