hclivess / epicenclaves

Epic Enclaves is a captivating medieval fantasy RPG that immerses you in a realm of magic, valor, and epic quests. Create your unique character and embark on a journey through enchanted forests, ancient castles, and treacherous dungeons.
https://epicenclaves.com
Other
3 stars 0 forks source link

investigate pvp vulnerability #49

Closed hclivess closed 1 week ago

hclivess commented 2 weeks ago

currently code seems to take action against first player it has in the list when doing pvp, investigate and test map.js 161 const playerType = playersOnTile[0].type; // Assuming the first player's type is used

hclivess commented 2 weeks ago

side effect suspect: when more than one player are present on one tile, clicking challenge on any of them will always challenge the first in list. probably false because just "type" is used for pvp while "name" should be the name of the chosen enemy