Jump to content

Little Problem need Little Help


Recommended Posts


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

..\src\map\harmony_atcommanddef.inc(1): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(1): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(1): error C2078: too many initializers

..\src\map\harmony_atcommanddef.inc(2): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(2): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(3): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(3): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(4): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(4): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(5): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(5): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(6): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(6): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(7): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(7): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..src\map\harmony_atcommanddef.inc(8): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(8): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

harmony_atcommanddef.inc

{ "reloadgrfintegrity", 99,99,0, atcommand_reloadgrfintegrity },

{ "reloadharmony", 99,99,0, atcommand_reloadharmony },

{ "showautoban", 99,99,0, atcommand_showautoban },

{ "liftautoban", 99,99,0, atcommand_liftautoban },

{ "netinfo", 99,99,0, atcommand_netinfo },

{ "macban", 99,99,0, atcommand_macban },

{ "liftmacban", 99,99,0, atcommand_liftmacban },

{ "showmacban", 99,99,0, atcommand_showmacban },

Did i miss something??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

is this rathena script?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

yup i think im just trying to install a harmony to my files but it give me this error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   3
  • Joined:  12/06/11
  • Last Seen:  

try to ask harmony.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

better to ask harmony for a guide on adding their script to rathena server files.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

is there any quick solution to this?? without posting to the harmony forum?? or guide for this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

is there any quick solution to this?? without posting to the harmony forum?? or guide for this?

you do have teamviewer?i can help you when im available.

Link to comment
Share on other sites


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

Hello please goto src/map/harmony_atcommanddef_ra rename to harmony_atcommanddef :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

then what im going to do zack?

my problem now is this

1>clif.obj : error LNK2019: unresolved external symbol _harmony_parse referenced in function _packetdb_readdb

1>map.obj : error LNK2019: unresolved external symbol _harmony_logout referenced in function _map_quit

1>map.obj : error LNK2019: unresolved external symbol _harmony_final referenced in function _do_final

1>map.obj : error LNK2019: unresolved external symbol _harmony_init referenced in function _do_init

thanks for replying zack

the first problem fixed

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  70
  • Reputation:   18
  • Joined:  01/28/12
  • Last Seen:  

Harmony gives patch compatible to your svn. And its like one click then recompile. Would be better if you contact them about this issue although their response will not be as fast as you can expect.

Edited by Choko Designoper
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
Reply to this topic...

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