Jump to content
  • 0

Question

Posted

Im using 2014-04-10 client which has autopots disabled, not 100% sure about rcx but is there any way to enable autopots? not the @autopots command, but other autopot softwares, i want to make woe friendly server does anyone know how to enable autopots? RCX makes lot of crashes too.

11 answers to this question

Recommended Posts

Posted

I mean in general rathena has blocked autopoting softwares, i want to enable it in my server as its woe oriented how can i do that? ******without using @autopot command*******

Posted

Yes, RoMedic is just one software. There are many more Autopot softwares. None of them are working and those which may be working are used privately. No one shares them.

Posted (edited)

hmm, how should I say this?
 
well, honestly, I have done this (using autopots) while I was playing on others' server.
it's using another application and hook to your client and it may be considered as cheat.
 
we, rAthena does not support nor discuss about that thing.
 
 
and I've never heard such as autopot, except making it through an NPC script.
 
pseudo:
 

1. make the npc a floating npc
2. get HP / SP, save them to variables, attached to the current player
3. use a repetitive loop to check if the health is less than x% or not, if yes, press pot, if no, check again and again
4. crash the server
5. no profit

Edited by Winz
Posted

already thrs a script command @autopot which which is not what i want, n i had seen some server like final-rag allowing usage of @autopot only at woe time they had a command @autopotwoe, i am not a good scripter thats y i asked if there is any way to disable the auto blocking of autopot frm client.

Posted

oh okay, I have seen the atcommand (@autopot) controlled by this script I found on Google: https://github.com/rathena/rathena/blob/master/npc/custom/etc/autopot.txt

 

(sorry, my bad, or is it not? I have never known rA has this feature.)

 

the only triggers that blocks the players to use this commands are: level too low to use the healing item, there's no such item in the inventory, or is disabled.

 

Not sure which were you talking about.

 

English? thanks


disabling this script? this script is disabled by default, on npc/scripts_athena.txt (line 54)


eenable autopot only during woe? enable the script, then modify some lines on the top of that script.

 

if (agitstart <woe> == 1 <started>) then turn the bindatcmd("autopot",strnpcinfo(0)+"::OnCommand"); on. else, unbind it

Posted
eenable autopot only during woe? enable the script, then modify some lines on the top of that script.

 

if (agitstart <woe> == 1 <started>) then turn the bindatcmd("autopot",strnpcinfo(0)+"::OnCommand"); on. else, unbind it

 

this is what i want......if there is no other way to enable autopot softwares like romedic.

 

 

i am not a good scripter thats y i asked if there is any way to disable the auto blocking of autopot frm client.

 

this is why i cant get what i want.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...