Jump to content

Recommended Posts

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

some Linux Systwem got many bugs with files what are allready compiled under VS2010 .

 

Instruction.

 

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

the command is @autoatk.

If you want to edit look for src/plugins/autoattack.c

 

If you have any questions feel free to drop a comment.

for more info on using HPM Click Me

 

Original Released by: ossi0110

Requested by: Karazu

 

Click here to download this file

Share this post


Link to post
Share on other sites

 

http://herc.ws/board/index.php?app=downloads&module=display&section=screenshot&id=53

File Name: @autoatk

File Submitter: sevenzz23

File Submitted: 18 Oct 2013

File Category: Plugins

 

HPM @autoatk complete package.

 

Instruction.

 

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

the command is @autoatk.

If you want to edit look for src/plugins/autoattack.c

If you have any questions feel free to drop a comment.

 

Original Released by: ossi0110

Requested by: Karazu

 

Click here to download this file

I love you!

 

 

EDIT:

 

do i need to restart my server?

 

 

OK i will recompile

 

 

 

 

EDIT:

 

 

why like this

 

 

[Warning]: HPM:plugin_load: failed to load 'plugins/HPMHooking.so', skipping...[Warning]: HPM:plugin_load: failed to load 'plugins/autoattack.so', skipping... 

 

 

EDIT:

 

I did recompile but still exist.

 

 

[Warning]: HPM:plugin_load: failed to load 'plugins/HPMHooking.so', skipping...[Warning]: HPM:plugin_load: failed to load 'plugins/autoattack.so', skipping... 

 

Edited by karazu

Share this post


Link to post
Share on other sites

What does this plug in do?

Is this auto attack work like bot.

Is this the one that will walk randomly and attack random monster.

Can you make it to only attack specific monster or the monster that you click first and stop if you can see the same monster that you attack first.

 

Sample.

In you screen you see

5 poring

3 lunatic

5 willows

 

You click poring and your character will only attack poring in that screen or area and after killing the 5 poring your character will stop and will not attack other monster unless you attack it manually.

Share this post


Link to post
Share on other sites

@karazu are you sure you put it in your server folder and overwrite what ever existence on it?

 

.so is not the extension of the file.. it must be .c

 

@themon no, I just convert what ossi1001 did and if he update his script and add that feature maybe I will also update mine too..

Edited by sevenzz23

Share this post


Link to post
Share on other sites

@karazu are you sure you put it in your server folder and overwrite what ever existence on it?

 

.so is not the extension of the file.. it must be .c

 

@themon no, I just convert what ossi1001 did and if he update his script and add that feature maybe I will also update mine too..

Yes

 

I extracted it in my computer and then copy them in the  server via WinSCP (of course i did overwrite it.)

Share this post


Link to post
Share on other sites

only the properties, I don't know why you cant run it. but its work for me and for my server. I tried it to 3 different test servers and in private server. 

 

All works fine without any hustle. 

Share this post


Link to post
Share on other sites

so after copying it whats next? i tried  recompiling the server and still shows skipping. 

 

 

 

that is the one inside in ur  file? i did not touch any in ur file. what i did was just extract and copy.

 

".so is not the extension of the file.. it must be .c"

 

 

 

EDIT:

 

post-2388-0-61344400-1382188050_thumb.jpg



EDIT:

OK I will try to re install it.

delete and add again.

Edited by karazu

Share this post


Link to post
Share on other sites

[Warning]: HPM:plugin_load: failed to load 'plugins/HPMHooking.so', skipping...[Warning]: HPM:plugin_load: failed to load 'plugins/autoattack.so', skipping... 

same T_T

I dont know why  still .so

 

 

Same result.

 

post-2388-0-77788000-1382191629_thumb.jpg

 

 

 

What is this?

 

 

config.status: error: cannot find input file: `src/plugins/Makefile.in' 
Edited by karazu

Share this post


Link to post
Share on other sites

ok let me update mine

 

 

EDIT:

I successfully recompiled it without error.

 

 

[Warning]: HPM:plugin_load: failed to load 'plugins/HPMHooking.so', skipping...[Warning]: HPM:plugin_load: failed to load 'plugins/autoattack.so', skipping... 

This lines are gone also, but why i cant use the "@autoatk"?

Edited by karazu

Share this post


Link to post
Share on other sites

.so is extension for linux, just like building hpm in windows give .dll,

@karazu

Make sure you have files in src/plugins/ and then edit

Src/plugins/makefile.in and add your plugin name in MYPLUGINS then do

make plugins

And then run he server, then you will not get those errors.

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites

.so is extension for linux, just like building hpm in windows give .dll,

@karazu

Make sure you have files in src/plugins/ and then edit

Src/plugins/makefile.in and add your plugin name in MYPLUGINS then do

make plugins

And then run he server, then you will not get those errors.

Ok.

 

 

 

is your plugin-HPMHooking is updated?

 

try to update your Hercules files including the plugins..

is it ok if u add the latest update of plugins in the trunk to ur ZIP/RAR? (put all the files including the the new committed files and ur files)

 

 

its just like I will just copy it instead of updating my own trunk, because i made alot of customization in my files and i think if i will update it will mess up my server.

Share this post


Link to post
Share on other sites

 

 

.so is extension for linux, just like building hpm in windows give .dll,

@karazu

Make sure you have files in src/plugins/ and then edit

Src/plugins/makefile.in and add your plugin name in MYPLUGINS then do

make plugins

And then run he server, then you will not get those errors.

Ok.

 

 

is your plugin-HPMHooking is updated?

 

try to update your Hercules files including the plugins..

is it ok if u add the latest update of plugins in the trunk to ur ZIP/RAR? (put all the files including the the new committed files and ur files)

its just like I will just copy it instead of updating my own trunk, because i made alot of customization in my files and i think if i will update it will mess up my server.

wont taking plugin file from other affect server and cause some unintended bug(as i think) and if you have edited the variables sended to some default functions, then obviously, server would crash. If you could have used any HPMHooking file from anybody, then hercules would have released a .dll/.so on its own too. Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites

@karazu

 

if you got skype add me there    nightfire0110  ,

 

first off , you should never use pre compiled stuff for the Plugin system , like you downloaded here .  only take the .C file  , and some Linux Systwem got many bugs with files what are allready compiled under VS2010 .

 

 

so when you get skype , msg me and i will help you out over teamviewer , then we should solve this problem in arround 5 mins. and i will explain you how to add them step by step

Share this post


Link to post
Share on other sites

@karazu

 

if you got skype add me there    nightfire0110  ,

 

first off , you should never use pre compiled stuff for the Plugin system , like you downloaded here .  only take the .C file  , and some Linux Systwem got many bugs with files what are allready compiled under VS2010 .

 

 

so when you get skype , msg me and i will help you out over teamviewer , then we should solve this problem in arround 5 mins. and i will explain you how to add them step by step

Thank you  

ossi0110

I am currently in the office now and i cannot do some stuff, thank you for that. I will just try to fix this 1st and if it will not really work, I will PM you.

Share this post


Link to post
Share on other sites

@sevenzz23

 

 

 

you should not only comment out the line what drops a error , you should fix it btw ^^

 

 

replace 

 

 

//nullpo_retr(-1, sd); 

 

 

 

with 

 

 

 

if (!sd) return false; 

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.