R> Working @afk and @autoattack (latest revision)

karazu

New member
Messages
1,115
Points
0
Can anyone give me a working @afk and autoattack that works in the latest revision? 

 
what is the problem on existing plugins? Its still working in my latest rev ..

 
karazu, on 17 Jan 2014 - 07:59, said:I am also using the latest REVLatest REV with version 2.7 AFK        CONFIGUREReconfiguring with options:config.status: creating Makefileconfig.status: creating src/common/Makefileconfig.status: creating 3rdparty/mt19937ar/Makefileconfig.status: creating 3rdparty/libconfig/Makefileconfig.status: creating src/char/Makefileconfig.status: creating src/login/Makefileconfig.status: creating src/map/Makefileconfig.status: creating src/plugins/Makefileconfig.status: creating src/tool/Makefileconfig.status: creating src/test/Makefileconfig.status: creating tools/HPMHookGen/Makefile        MAKE    pluginsmake[1]: Entering directory `/home/****/trunk/src/plugins'        CC      afk.cafk.c: In function 'plugin_init':afk.c:69: warning: implicit declaration of function 'ACMD_A'afk.c:69: error: 'afk' undeclared (first use in this function)afk.c:69: error: (Each undeclared identifier is reported only onceafk.c:69: error: for each function it appears in.)make[1]: *** [../../plugins/afk.so] Error 1make[1]: Leaving directory `/home/trincli0082/trunk/src/plugins'make: *** [plugins] Error 2 Latest Rev using Old AFKafk.c: In function 'plugin_init':afk.c:69: warning: implicit declaration of function 'ACMD_A'afk.c:69: error: 'afk' undeclared (first use in this function)afk.c:69: error: (Each undeclared identifier is reported only onceafk.c:69: error: for each function it appears in.)make[1]: *** [../../plugins/afk.so] Error 1make[1]: Leaving directory `/home/8888888/trunk/src/plugins'make: *** [plugins] Error 2


Code:
karazu, on 17 Jan 2014 - 10:12, said:alsoautoattack.c: In function 'autoattack_timer':autoattack.c:61: warning: passing argument 2 of 'timer->add' from incompatible pointer typeautoattack.c:61: note: expected 'TimerFunc' but argument is of type 'int (*)(int,  unsigned int,  int,  intptr_t)'autoattack.c: In function 'atcommand_autoatk':autoattack.c:78: warning: passing argument 2 of 'timer->add' from incompatible pointer typeautoattack.c:78: note: expected 'TimerFunc' but argument is of type 'int (*)(int,  unsigned int,  int,  intptr_t)'autoattack.c: In function 'plugin_init':autoattack.c:97: warning: implicit declaration of function 'ACMD_A'autoattack.c:97: error: 'autoatk' undeclared (first use in this function)autoattack.c:97: error: (Each undeclared identifier is reported only onceautoattack.c:97: error: for each function it appears in.)make[1]: *** [../../plugins/autoattack.so] Error 1make[1]: Leaving directory `/home/trincli0082/trunk/src/plugins'make: *** [plugins] Error 2


But the Identifyall is working.
 
Last edited by a moderator:
Please download the latest release of that plugins it seems you are using old,

autoattack.c:97: warning: implicit declaration of function 'ACMD_A'afk.c:69: warning: implicit declaration of function 'ACMD_A'
 this is already solved on Last update (January 4) of the said plugins 

Download @afk v2.3 and @autoatk v1.3

 
Last edited by a moderator:
make[1]: Leaving directory `/home/trincli0082/trunk/src/map'
building conf/import folder...
trincli0082@Testro:~/trunk$ make plugins
        MAKE    mt19937ar
make[1]: Entering directory `/home/trincli0082/trunk/3rdparty/mt19937ar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/trincli0082/trunk/3rdparty/mt19937ar'
        MAKE    libconfig
make[1]: Entering directory `/home/trincli0082/trunk/3rdparty/libconfig'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/trincli0082/trunk/3rdparty/libconfig'
        MAKE    common_sql
make[1]: Entering directory `/home/trincli0082/trunk/src/common'
make[1]: Nothing to be done for `sql'.
make[1]: Leaving directory `/home/trincli0082/trunk/src/common'
        MAKE    plugins
make[1]: Entering directory `/home/trincli0082/trunk/src/plugins'
        CC      sample.c
        CC      db2sql.c
        CC      HPMHooking.c
        CC      identifyall.c
        CC      afk.c
afk.c: In function 'plugin_init':
afk.c:69: warning: implicit declaration of function 'ACMD_A'
afk.c:69: error: 'afk' undeclared (first use in this function)
afk.c:69: error: (Each undeclared identifier is reported only once
afk.c:69: error: for each function it appears in.)
make[1]: *** [../../plugins/afk.so] Error 1
make[1]: Leaving directory `/home/trunk/src/plugins'
make: *** [plugins] Error 2
 
 
You still using old afk, please download the latest 2.3.7z not 2.7z

7z is an extension file
default_ani_meow.gif


sorry if I made you confused..

 
download latest revision. I dont know whos autoattack you are using but mine is @autoatk.

 
Your welcome, please mark solved to the solution to make it clear to others
default_smile.png


 
Back
Top