Jump to content
  • 0

gettick(), cmdtick,DIFF_TICK no work in the last version? please help


Helly

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  258
  • Reputation:   54
  • Joined:  01/09/12
  • Last Seen:  

Solved.

 

Hi to all!!

 

one question why the gettick(), cmdtick,DIFF_TICK

work fine in ver 17060 but in the last not work fine why?

 

i use the @afk always in my server i use this system in 3 version of rAthena but in the last no work fine

and too no work fine this file

 

  atcommand.c
..\src\map\atcommand.c(11634): error C2039: 'cmdtick' : no es un miembro de 'map_session_data'
          c:\users\darkness\desktop\rathena\src\map\pc.h(119) : vea la declaración de 'map_session_data'
          c:\users\darkness\desktop\rathena\src\map\pc.h(119) : vea la declaración de 'map_session_data'
..\src\map\atcommand.c(11687): error C2039: 'cmdtick' : no es un miembro de 'map_session_data'
          c:\users\darkness\desktop\rathena\src\map\pc.h(119) : vea la declaración de 'map_session_data

 

 

thank you..



Solved, sorry

Ind's Handy Guild Tools (rA port by Jhedzkie).patch

Edited by Namine210
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  247
  • Reputation:   207
  • Joined:  10/23/12
  • Last Seen:  

You're missing this portion of your patch in pc.h.

 

===================================================================
--- src/map/pc.h	(revision 16365)
+++ src/map/pc.h	(working copy)
@@ -144,6 +144,7 @@
 		unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not.
 		unsigned int warping : 1;//states whether you're in the middle of a warp processing
 	} state;
+	int cmdtick; //[Ind/ro-resources.net] rA Port by [LJA] Lord Jhedzkie - common tick for delay purposes.
 	struct {
 		unsigned char no_weapon_damage, no_magic_damage, no_misc_damage;
 		unsigned int restart_full_recover : 1;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  258
  • Reputation:   54
  • Joined:  01/09/12
  • Last Seen:  

yes i check better and I add the missing line, thanks Akinari

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