~ruther/NosSmooth

c28ac80f — Rutherther 2 years ago
feat(tests): add Ski packet test
ee3b2076 — Rutherther 2 years ago
fix(game): create npc instead of monster in InResponder
b501676b — Rutherther 2 years ago
chore(data): add cast time and cooldown units to documentation
f0214a2f — Rutherther 2 years ago
fix(combat): wait for a second after casting a skill

This seems to be the "reload" period needed until
the character may move again
ec26b3ee — Rutherther 2 years ago
fix(packets): parse 0 UpgradeRareSubPacket as 0, 0
9e685d1e — Rutherther 2 years ago
fix(packets): Add new unknown field to ski packet, make rank of SkiSubPacket optional
b7f56a6b — Rutherther 2 years ago
fix(packets): make skill effect in SuPacket nullable
107e3404 — Rutherther 2 years ago
fix(pathfinding): return custom PathNotFoundError instead of NotFoundError
c75ac45a — Rutherther 2 years ago
feat(pathfinding): add user cancelling to walk manager
287285c0 — Rutherther 2 years ago
feat(pathfinding): create custom pathfinding
8933958f — Rutherther 2 years ago
chore: update dependencies
7aed0108 — Rutherther 2 years ago
fix(combat): adjust walk in range behavior to not sit idle too much
0abf5e21 — Rutherther 2 years ago
fix(combat): cancel combat when cancellation token is cancelled
e4ec704c — Rutherther 2 years ago
fix(combat): wait for a while after using a skill

More player like behavior.
67405084 — Rutherther 2 years ago
fix(combat): null skill after it was used
83c12903 — Rutherther 3 years ago
fix(combat): dispose cancellation token in use skill
b5df8afc — Rutherther 3 years ago
feat(combat): reset walk in range operation if the target moved
b0278d9f — Rutherther 3 years ago
fix(combat): reset attack command if new target is different
0e0daae1 — Rutherther 3 years ago
fix(combat): make skill cancellation tokens actions async
ca065c07 — Rutherther 3 years ago
feat(combat): make target id long
Next