mirabell Posted April 1, 2017 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 197 Reputation: 19 Joined: 11/20/11 Last Seen: February 28 Share Posted April 1, 2017 can sit be use to detect and apply condition? sit {"<character name>"}; *stand {"<character name>"}; like i want to make a gear that IF your sitting you gain faster SP recovery. Quote Link to comment Share on other sites More sharing options...
1 Capuche Posted April 1, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted April 1, 2017 Use the constant Sitting https://github.com/rathena/rathena/blob/master/src/map/script_constants.h#L472 if ( Sitting == 1 ) dispbottom "You are sitting"; else dispbottom "You are standing"; Quote Link to comment Share on other sites More sharing options...
0 mirabell Posted April 2, 2017 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 197 Reputation: 19 Joined: 11/20/11 Last Seen: February 28 Author Share Posted April 2, 2017 thank you i will try this Quote Link to comment Share on other sites More sharing options...
Question
mirabell
can sit be use to detect and apply condition?
like i want to make a gear that IF your sitting you gain faster SP recovery.
Link to comment
Share on other sites
2 answers 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.