Page 18 of 18

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Feb 15, 2017 5:36 pm
by Zukero
Two things:
- Some existing chasing enemies will track you down on the whole map (some late-game bats for example)
- We could make some enemies immune to ranged attacks. I'd even say this could be the default.

I realize that both of these seem to imply that I want to integrate ranged weapons in AT, but really, so far, I don't.

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Feb 15, 2017 8:42 pm
by Tomcat
Zukero wrote:Two things:
- Some existing chasing enemies will track you down on the whole map (some late-game bats for example)
- We could make some enemies immune to ranged attacks. I'd even say this could be the default.

I realize that both of these seem to imply that I want to integrate ranged weapons in AT, but really, so far, I don't.
Are the bats given whole-map spawn areas, or does the code allow them to move more freely?

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Fri Feb 17, 2017 6:39 am
by nyktos
i think i speak for everyone when i say "we just don't have time for this." [yet]

we want an update to happen soon,
this is something that can't happen until we make more progress.

even if it is something we want, it's a novel idea...
but making it work nicely is a process.

it would make the whole game feel strange.
let's get it working properly first?

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Fri Feb 17, 2017 12:19 pm
by rijackson741
nyktos wrote:let's get it working properly first?
Thumbs up to that :)

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Mar 01, 2017 11:06 am
by twirlimp
Tomcat wrote: You could add a monster attribute, similar to whether they move to mob you during combat, whether they are liable to flee.
You could set a threshold of remaining HP percent, at which point they try to run away.


This is exactly what was done in this experiment, and there's also an attribute for their vision range, so if attacked from too far away they'd also flee.
Tomcat wrote: A nice twist could be that inflicting the actor condition Fear could cause such a monster to flee automatically, also, regardless of HP.
This can definitely be done, since I added a monster attribute for "scaredy monsters" that flee when attacked.

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Mar 01, 2017 11:09 am
by twirlimp
rijackson741 wrote:
Voom wrote:I would love to see it in the first AT,
Ranged weapons, or fleeing monsters?
Ranged weapons would fundamentally change the game. Every map currently has safe places to stand. In some maps they are only where you switch maps. but in other maps there are more such places. Ranged weapons would allow you to stand in such places and kill anything that came into range with complete impunity. That's why twirlimp made it so that monsters can chase you. However, that applies to all attacks, which makes fleeing impossible (unless you manage to flee to another map). I am against any change that would so fundamentally change combat, and thereby possibly nerf a lot of players builds.
100%

That's the main reason why I dropped the experiment after adding continuous nerfs to it (such as monsters fleeing if you are more than X tiles away when you attack them).

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Mar 01, 2017 11:11 am
by twirlimp
Zukero wrote:Two things:
- Some existing chasing enemies will track you down on the whole map (some late-game bats for example)
- We could make some enemies immune to ranged attacks. I'd even say this could be the default.

I realize that both of these seem to imply that I want to integrate ranged weapons in AT, but really, so far, I don't.
Yup this a known bug and also happens in the starting town's forest bees.

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Mar 01, 2017 1:13 pm
by rijackson741
twirlimp wrote:
Zukero wrote:Some existing chasing enemies will track you down on the whole map (some late-game bats for example)
Yup this a known bug and also happens in the starting town's forest bees.
Maybe I misunderstand, but the bats chasing you is not a bug, it's by design. You can set the monster movement type.

Which forest bees do you mean? Do you mean the forest wasps? They shouldn't chase you, because they have no specific movement type.

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Mar 01, 2017 2:59 pm
by twirlimp
rijackson741 wrote:
twirlimp wrote:
Zukero wrote:Some existing chasing enemies will track you down on the whole map (some late-game bats for example)
Yup this a known bug and also happens in the starting town's forest bees.
Maybe I misunderstand, but the bats chasing you is not a bug, it's by design. You can set the monster movement type.

Which forest bees do you mean? Do you mean the forest wasps? They shouldn't chase you, because they have no specific movement type.
It's a bug present in my own "experiment" -- that's what Zukero was referring to in his post :P

The monster chasing/fleeing behaviour introduced some bugs of its own, which is what he was pointing out.

Re: Github Fork: Ranged Weapons, Monsters follow player and/or flee.

Posted: Wed Mar 01, 2017 11:44 pm
by rijackson741
So I did misunderstand :lol: