Jump to content
  • 0
Sign in to follow this  
themon

Auto attack

Question

I have downloaded before client version that when you attack for example a poring and there are more poring near your character. after you kill the 1st poring you attack your character will automatically attack the next monster same as the first you attack and in this case its a poring so your character will attack the next poring near your character.

 

is this still available on 2013 client?

what will I need to make it work again?

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I dont remeber the patch or the client ragexere.exe date. but Ive downloaded it last july when I switch from eathena to rathena. now I using hercules and Its maybe in one of the packet

Share this post


Link to post
Share on other sites
  • 0

if I recall correctly it was a source mod made by goddameit released in rAthena, you may want to search there and post the .patch file here

Share this post


Link to post
Share on other sites
  • 0

File Name: @AutoAttack
File Submitter: goddameit
File Submitted: 13 Sep 2012
File Category: Source Modifications
Content Author: Goddameit


Idea : http://rathena.org/b...k-close-enemys/

 

 

Use this command you can turn on or off auto-attack.


It will auto-search 9x9 and attack the near one


if there is no monster in area, you will auto-walk randomly

 

 

 

ACMD_FUNC(autoattack)
{
nullpo_retr(-1, sd);
if (sd->sc.option & OPTION_AUTOATTACK)
{
sd->sc.option &= ~OPTION_AUTOATTACK;
unit_stop_attack(&sd->bl);
clif_displaymessage(fd, "You deactivated Autoattack.");
}else
{
sd->sc.option |= OPTION_AUTOATTACK;
add_timer(gettick()+200,autoattack_timer,sd->bl.id,0);
clif_displaymessage(fd, "You activated Autoattack.");

}
clif_changeoption(&sd->bl);
return 0;
}

 

@AutoAttack.patch

Edited by themon

Share this post


Link to post
Share on other sites
  • 0

this is the  one that I found Goddameit @Autoattack,

but what I use before is automatic and you dont have to type @autoattack.

its like in a packet. I thinks its the one before judas put a packet that let you see the hp bar on the bottom of the monster you attack

Share this post


Link to post
Share on other sites
  • 0

then I don't know, sorry :( but I've never heard of something like this, maybe you should contact judas?

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
Answer this question...

×   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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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