Jayz Posted April 20, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Share Posted April 20, 2013 (edited) Hi where can i put this void force_dropitems(struct map_session_data *sd);void announce_lootitems(struct map_session_data *sd, struct flooritem_data *fitem); i want support enable/disable renewal feature because when renewal formulas enable this void is working but when i switch pre-re this void is not working /// leave this line to enable renewal specific support such as renewal formulas#define RENEWAL Edited April 20, 2013 by Zack- Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 21, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted April 21, 2013 // ... #ifdef RENEWAL // your functions #endif // ... Quote Link to comment Share on other sites More sharing options...
Question
Jayz
Hi where can i put this
void force_dropitems(struct map_session_data *sd);
void announce_lootitems(struct map_session_data *sd, struct flooritem_data *fitem);
i want support enable/disable renewal feature
because when renewal formulas enable this void is working but when i switch pre-re this void is not working
/// leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL
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.