You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's time for us to create our first enemy.
The server should handle all their behavior and spawning and they should be synced across all clients correctly.
What to do when adding enemies :
Enemies should award gold and EXP to the player who killed them.
Enemies become aggressive when hit by a player OR are in agro range
Enemies should NOT be allowed to wander everywhere and should stay near their spawn areas.
Disable all enemy behaviors when there is no close players nearby to save on resources.
Some enemies should move on a grid unlike the player
Add in rats, snakes and pixies.
Allow for the rare chance to spawn legendary enemies that are bigger, tougher to kill and might have different behaviors.
The text was updated successfully, but these errors were encountered:
Wow I kinda forgot about adding in agro for players who hit enemies from far away from their line of sight.
Welp, that can be added later.
yeah I remember now why past me didn't add it. He didn't forget it he was just too lazy to rewrite the way we get attacker names. It's added now.
Fuck you past me.
It's time for us to create our first enemy.
The server should handle all their behavior and spawning and they should be synced across all clients correctly.
What to do when adding enemies :
The text was updated successfully, but these errors were encountered: