Kaetram / Kaetram-Open

Kaetram is an open-source 2D HTML5 MMORPG. It is an extended version of BrowserQuest (BQ).
https://kaetram.com
Mozilla Public License 2.0
547 stars 114 forks source link

feat(server): Better roaming for mobs #198

Closed FVANtom closed 2 years ago

FVANtom commented 2 years ago

Motivation

Because looking for a new spot while roaming easily fails atm resulting in the mob staying in the same spot, some recursion was added. This makes the roaming call much more reliable and makes the world seem more alive.

Veradictus commented 2 years ago

this.roamingCallback?.(5); Move the hardcoded element into the Modules -> Modules.MobDefaults.RoamingRetries

FVANtom commented 2 years ago

this.roamingCallback?.(5); Move the hardcoded element into the Modules -> Modules.MobDefaults.RoamingRetries

Done