try this http://herc.ws/board/topic/4821-bot/?p=31176sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.confYou can now download![]()
kindly check this errors? i just follow the guides in HPM installing.
try this http://herc.ws/board/topic/4821-bot/?p=31176sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.confYou can now download![]()
kindly check this errors? i just follow the guides in HPM installing.
You should really consider updating your Hercules.yeah i saw this already.. but im using older version.. so it doesnt fit to me.. that's why i used autoattack instead of bot release of goddameit, i want it but i also love the version im using currently even if its too old..
btw thanks
soon i will,You should really consider updating your Hercules.yeah i saw this already.. but im using older version.. so it doesnt fit to me.. that's why i used autoattack instead of bot release of goddameit, i want it but i also love the version im using currently even if its too old..
btw thanks
what rev. you use?sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.confYou can now download![]()
kindly check this errors? i just follow the guides in HPM installing.
im using 12535..what rev. you use?sir a question here.. im trying to use this autoattack.. i chose to apply it using .c only coz it doesnt work by just adding on trunk and putting on plugins.confYou can now download![]()
kindly check this errors? i just follow the guides in HPM installing.
can you provide your src/plugins/sample.c and autoatk.c codes? so that I can compare it..
thank you for the time sir mhal.. now im wondering what should i use .. if ur version or ossi's version because this two diff version are the same.. the only different from these two mods is there's a clif message.. maybe that's the only line im able to understand.^ Okay,
try to replace This
addAtcommand("autoatk",autoatk)
to
if( HPMi->addCommand != NULL ) {//link our '@autoatk' command HPMi->addCommand("autoatk",ACMD_A(autoatk)); }
then recompile your autoattack.c![]()
1>..srcpluginsautoattack.c(79): error C2065: 'timer' : undeclared identifier1>..srcpluginsautoattack.c(79): error C2223: left of '->add' must point to struct/union1>..srcpluginsautoattack.c(79): error C2065: 'timer' : undeclared identifier1>..srcpluginsautoattack.c(79): error C2223: left of '->gettick' must point to struct/union1>..srcpluginsautoattack.c(98): error C2065: 'timer' : undeclared identifier1>..srcpluginsautoattack.c(98): error C2223: left of '->add' must point to struct/union1>..srcpluginsautoattack.c(98): error C2065: 'timer' : undeclared identifier1>..srcpluginsautoattack.c(98): error C2223: left of '->gettick' must point to struct/union1>..srcpluginsautoattack.c(114): error C2065: 'timer' : undeclared identifier1>..srcpluginsautoattack.c(114): warning C4047: '=' : 'int' differs in levels of indirection from 'void *'
File Name: [AtCommand] autoatk
File Submitter: Mhalicot
File Submitted: 18 Oct 2013
File Category: Plugins
HPM @autoatk complete package.
Compatible with Windows System Only
if you are using Linux, ignore other files and use only autoattack.c and recompile it.. follow this steps
Instruction.some Linux Systwem got many bugs with files what are allready compiled under VS2010 .
1. Download and extract files using 7z or any application that can extract it.
2. extract it in your server directory ex: C:/RO Server/Hercules/
2.1 if ask for Overwrite files? click OK.
3. Your done. you can now try your plugins.
In Recompiling:
If you are using VS2010
>right click autoatk>Configuration Properties>General>
search for Platform Toolset, change to VS2009(v90) / VS2010(v100) / VS2012(v110) / VS2013(v120)
then try to recompile again..If you have any questions feel free to drop a comment.for more info on using HPM Click Methe command is @autoatk.
If you want to edit look for src/plugins/autoattack.c
Original Released by: ossi0110
Requested by: Karazu
Click here to download this file
PLUGIN HPMHooking_map CC autoattack.cautoattack.c: In function ‘autoattack_timer’:autoattack.c:78: error: ‘timer’ undeclared (first use in this function)autoattack.c:78: error: (Each undeclared identifier is reported only onceautoattack.c:78: error: for each function it appears in.)autoattack.c: In function ‘atcommand_autoatk’:autoattack.c:97: error: ‘timer’ undeclared (first use in this function)autoattack.c: In function ‘plugin_init’:autoattack.c:113: error: ‘timer’ undeclared (first use in this function)make[1]: *** [../../plugins/autoattack.so] Error 1
Cant reproduce, make sure that you are using 1.4using latest GIT version...![]()
got this error after = make clean && make sql ->./congifure && make all...
[info]: Hercules 64-bit for Linux
[info]: Git revision (src): '3dc29e4a4ecdc2f474223461bd18d5beabcd9994'
[info]: Git revision (scripts): '3dc29e4a4ecdc2f474223461bd18d5beabcd9994'
[info]: OS version: 'CentOS release 6.6 (Final) [x86_64]'
[info]: CPU: 'QEMU Virtual CPU version (cpu64-rhel6) [4]'
PLUGIN HPMHooking_map CC autoattack.cautoattack.c: In function ‘autoattack_timer’:autoattack.c:78: error: ‘timer’ undeclared (first use in this function)autoattack.c:78: error: (Each undeclared identifier is reported only onceautoattack.c:78: error: for each function it appears in.)autoattack.c: In function ‘atcommand_autoatk’:autoattack.c:97: error: ‘timer’ undeclared (first use in this function)autoattack.c: In function ‘plugin_init’:autoattack.c:113: error: ‘timer’ undeclared (first use in this function)make[1]: *** [../../plugins/autoattack.so] Error 1
Remove all lines with GET_SYMBOLadd this to first linePlease update this with make work with the latest hercules.
Got warnings on lines 111-120
assignments make pointer from integer without a cast.
We use essential cookies to make this site work, and optional cookies to enhance your experience.