Jump to content
  • 0

bindatcmd script command for eAthena


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Hello..

 

I wonder if any of you guys still have this .diff? I really need it..

 

Source : http://www.eathena.ws/board/lofiversion/index.php/t272578.html

 

Thank you.

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

I don't have it, but I've ported bindatcommand to 3ceam. I could try to make a patch for you if you want.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

I don't have it, but I've ported bindatcommand to 3ceam. I could try to make a patch for you if you want.

You're the one who give me the patch at 3ceam forum. Unfortunately I didn't download/copy it. A bit busy that time.. I'm sorry...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

here you go again. It was made for my own Emu-Project, but it's eAthena based. So it should work for you. ^^

bindatcmd.patch

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Thank you very much. I'll try this. It's good to able to see you again.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

u're welcome ^^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  03/16/15
  • Last Seen:  

Good Day i am using eathena how can i patch this command using tortoise SVN.it always fail working copy.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

what exactly are you doing and whats the error message? ^^

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  03/16/15
  • Last Seen:  

i download the bindatcmd.patch how can i implement it in eathena. when i applied it using tortoise svn the error states 

 

 

Warning 6 warning C4028: formal parameter 6 different from declaration c:\users\admin\desktop\eathena-master\trunk\src\map\script.c 2540 1 map-server_txt
Warning 7 warning C4028: formal parameter 6 different from declaration c:\users\admin\desktop\eathena-master\trunk\src\map\script.c 2540 1 map-server_sql
Error 3 error C2143: syntax error : missing '{' before '*' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 1 error C2143: syntax error : missing ')' before '*' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 2 error C2081: 'TBL_PC' : name in formal parameter list illegal c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 4 error C2059: syntax error : 'type' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 5 error C2059: syntax error : ')' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
 
 

 

thank you very much hope you can help me.

Edited by markherras2003
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

I've created a patch for eAthena now. Tested and working on Rev. 15269.

 

Hope this will work for you now :D

bindatcmd_eA.patch

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  07/06/12
  • Last Seen:  

i having an error 
like this one 

 

script.c:2514: error: conflicting types for 'setd_sub'
script.h:184: note: previous declaration of 'setd_sub' was here
make[1]: *** [obj_sql/script.o] Error 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   74
  • Joined:  12/04/14
  • Last Seen:  

i download the bindatcmd.patch how can i implement it in eathena. when i applied it using tortoise svn the error states 

 

 

Warning 6 warning C4028: formal parameter 6 different from declaration c:\users\admin\desktop\eathena-master\trunk\src\map\script.c 2540 1 map-server_txt
Warning 7 warning C4028: formal parameter 6 different from declaration c:\users\admin\desktop\eathena-master\trunk\src\map\script.c 2540 1 map-server_sql
Error 3 error C2143: syntax error : missing '{' before '*' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 1 error C2143: syntax error : missing ')' before '*' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 2 error C2081: 'TBL_PC' : name in formal parameter list illegal c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 4 error C2059: syntax error : 'type' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
Error 5 error C2059: syntax error : ')' c:\users\admin\desktop\eathena-master\trunk\src\map\script.h 186 1 map-server_txt
 
 

 

thank you very much hope you can help me.

 

 

im having same issue when compiling, as stated by markherras2003

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

Do you use "bindatcmd.patch" or "bindatcmd_eA.patch"?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  08/04/12
  • Last Seen:  

 Error 6 error C2143: syntax error : missing ')' before '*' d:\server\trunk\src\map\script.h 184 1 map-server_txt

Error 7 error C2081: 'TBL_PC' : name in formal parameter list illegal d:\server\trunk\src\map\script.h 184 1 map-server_txt
Error 8 error C2143: syntax error : missing '{' before '*' d:\server\trunk\src\map\script.h 184 1 map-server_txt
Error 9 error C2059: syntax error : 'type' d:\server\trunk\src\map\script.h 184 1 map-server_txt
Error 10 error C2059: syntax error : ')' d:\server\trunk\src\map\script.h 184 1 map-server_txt
 
 
help how to fix this
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

the patch won't work in txt-mode.. I'm planning to fix this issue soon.

Pleas follow it on github (btw. there was a update on this patch ^^):

https://github.com/15peaces/3ceam-Patches/blob/master/bindatcmd_3ceam_r804(49a1fd6)%2B%5B15peaces%5D.patch

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  77
  • Reputation:   1
  • Joined:  03/11/12
  • Last Seen:  

for me just fine that 15peaces gave..hust manually patch

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