Jump to content
  • 0

Anyone can help me About Harmony!


Jaycee KyD

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   3
  • Joined:  06/03/12
  • Last Seen:  

Hi help me please

harmony.c:83:2: warning: implicit declaration of function 'pc_group_id2group' [-Wimplicit-function-declaration]
harmony.c:83:25: warning: initialization makes pointer from integer without a cast [enabled by default]
harmony.c:86:2: warning: implicit declaration of function 'pc_group_get_level' [-Wimplicit-function-declaration]
make[1]: *** [obj_sql/harmony.o] Error 1


SVN: Rathena
 
 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi jaycee016,

 

What I can recommend is edit '/trunk/src/map/harmony.c' and find the following;

 

int _harmony_localfix_pc_group_id2level(int id) {
      GroupSettings* group = pc_group_id2group(id);
      if (!group)
              return 0;
      return pc_group_get_level(group);
}

And then comment it out by doing the following;

//int _harmony_localfix_pc_group_id2level(int id) {
//      GroupSettings* group = pc_group_id2group(id);
//      if (!group)
//              return 0;
//      return pc_group_get_level(group);
//}
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

thanks Asura, work like a charm  /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

Hi Asura Can you help me with this?

mb7ud5.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi funtwocrasher,

 

No, please contact Harmonize.it; I do not have a hand in developing Harmony.

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...