Jump to content
  • 0

again on pc.h


Jayz

Question


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

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 by Zack-
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

// ...

#ifdef RENEWAL

// your functions

#endif

// ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...