PDA

View Full Version : Auto feed option for pkayers



Trojan2100
11-14-2016, 03:31 AM
New rogue here its pain in the butt constantly pushing mana pots while trying to fight in battle.
I'm not talking about Pvp. Give us option so we don't have to spam mana pot


Sent from my iPhone using Tapatalk

Legallyblonde
11-14-2016, 05:39 AM
this would kinda be nice

jacinthjay
11-14-2016, 05:59 AM
+1 Good idea

Fsuryo
11-14-2016, 06:34 AM
Hmm. If your rog have 97% mana, this auto-pot will work? Rip

Sent from my LT26ii using Tapatalk

Schnitzel
11-14-2016, 07:51 AM
Hmm. If your rog have 97% mana, this auto-pot will work? Rip

Sent from my LT26ii using Tapatalk

That can be solved with a simple IF statement

Will this only apply to mana or hp too? Im liking the concept of auto pot, means i gotta waste less gold on ankhs
Oh wait. 1hit kills.

Fsuryo
11-14-2016, 08:02 AM
That can be solved with a simple IF statement

Will this only apply to mana or hp too? Im liking the concept of auto pot, means i gotta waste less gold on ankhs
Oh wait. 1hit kills.

What?
/11char

Sent from my LT26ii using Tapatalk

Vvildfire
11-14-2016, 08:05 AM
What?
/11char

Sent from my LT26ii using Tapatalk

Something like:
IF mana is below 70%, auto-pot
ELSE/OTHERWISE don't pot :D
Repeat

ancestor
11-14-2016, 08:48 AM
They make mages for a reason... ;););)

Schnitzel
11-14-2016, 10:33 AM
What?
/11char

Sent from my LT26ii using Tapatalk

Programming wise, assuming AL was made in C++ or Java
Write somewhere in the code (and my programming is a little rusty)


if(player.hp() <= 50){
hpPotion.use();
}

I'm talking about the effectiveness of it, sure it'll help for most mobs and for when you have the "good gears",
or for when you can't buy ankhs (at around 50-100k a box? With the idea of one-shot bosses, nty)
but it won't save you from the one shot mobs and bosses (which seem to be relevant nowadays)

resurrected
11-14-2016, 10:40 AM
Programming wise, assuming AL was made in C++ or Java
Write somewhere in the code (and my programming is a little rusty)


if(player.hp() <= 50){
hpPotion.use();
}

I'm talking about the effectiveness of it, sure it'll help for most mobs and for when you have the "good gears",
or for when you can't buy ankhs (at around 50-100k a box? With the idea of one-shot bosses, nty)
but it won't save you from the one shot mobs and bosses (which seem to be relevant nowadays)
Made in C ++ confirmed by Dev xD

Daggee
11-14-2016, 11:07 AM
Nty... no auto mana pot please. We got potency gear. I feel like it takes away the skill from pve. Having to constantly pot and yet having perfect skill rotation timming of skills is what makes a good pve rogue (of course with good positioning and other factors). If we do have auto mana pot, the only skill required is clicking skills and health.

Sent from my ASUS_Z00AD using Tapatalk

Goen
11-14-2016, 03:58 PM
If dev make auto pots, why dont make auto skills too with setting charged or tap. After that auto move too and we need do nothing just watching. Lol

Qnoy
11-14-2016, 10:49 PM
Nty, let's make our thumbs healthy by keep tapping on pots

Ceuidear
11-14-2016, 11:35 PM
Nice Concept :)
Can make some options in settings like....
" Auto-pot if mana is....." (Setting the amount of percentage starting from 30%-70% for both HP & MP)

Vvildfire
11-15-2016, 12:31 AM
Nty, let's make our thumbs healthy by keep tapping on pots

I think everyone's thumbs are pretty buff already! We win all thumb wrestling competitions!

intizamfamily888
11-15-2016, 01:36 AM
I can see the first bug coming^^
'Auto-potting in pvp pls fix asap'

Gesendet von meinem ASUS_Z00AD mit Tapatalk

Samcromok
11-15-2016, 03:35 AM
If dev make auto pots, why dont make auto skills too with setting charged or tap. After that auto move too and we need do nothing just watching. Lol

nice..hahahhaahahhahahhahhahah.....

xbrym
11-15-2016, 07:31 PM
yea..too hard for android gamers to press atk while having pots..but it is easy for pc users

Sent from my SM-G531H using Tapatalk

xbrym
11-15-2016, 07:33 PM
i suggest,the player can set how much percent remains then the auto pots will work..sorry bad english

Sent from my SM-G531H using Tapatalk

Donquixoth
11-15-2016, 07:50 PM
If dev make auto pots, why dont make auto skills too with setting charged or tap. After that auto move too and we need do nothing just watching. Lol

Do you mean botting? :D

Goen
11-15-2016, 09:34 PM
Do you mean botting? :D
You can name it legal botting, if dev allowing auto this auto that, which I doubt it.
Too many autos that makes individual competence become meaningless.
No from me.

Fsuryo
11-15-2016, 10:04 PM
yea..too hard for android gamers to press atk while having pots..but it is easy for pc users

Sent from my SM-G531H using Tapatalk
Using 3 class, have no problem playing on android with pressing pot.

Sent from my LT26ii using Tapatalk

Antispace
11-21-2016, 04:45 PM
Programming wise, assuming AL was made in C++ or Java
Write somewhere in the code (and my programming is a little rusty)


if(player.hp() <= 50){
hpPotion.use();
}

I'm talking about the effectiveness of it, sure it'll help for most mobs and for when you have the "good gears",
or for when you can't buy ankhs (at around 50-100k a box? With the idea of one-shot bosses, nty)
but it won't save you from the one shot mobs and bosses (which seem to be relevant nowadays)
Ill correct yours but will use java as i aint into c++

while(true){
If(player.getMana() <= player.getMana() * (2/3)/* u get about 30% mana recovered with a pot */){
player.usePot();
}
}

U actually did the mistake to make it <= 50 which would end up in using the pot everytime u fall below 50HP which isnt good xD
Btw as u need the Native Client for AL
AL should be written in C++

PS: pls ignore syntax i cant write on mobile phone [emoji4]

Att
11-21-2016, 05:14 PM
New rogue here its pain in the butt constantly pushing mana pots while trying to fight in battle.
I'm not talking about Pvp. Give us option so we don't have to spam mana pot


Sent from my iPhone using Tapatalk

Problem is solved if mage give mana

Eagle Eye229
11-22-2016, 12:19 AM
Problem is solved if mage give mana

Problem is solved if a frugle rogue/warrior can buy their own potions and learn how to use them(its the little blue one,not the red one).

Problem solved if people stop being lazy.

New gen gamers....

Absolutely no need for auto potions,that's ridiculous.