RA Redmine Admin
- Login: admin
- Registered on: 10/06/2025
- Last sign in: 05/02/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 17 | 16 | 33 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Vaigu-OTServer | Contributor | 10/06/2025 |
Activity
05/02/2026
- RA 12:12 PM KOTS Vaigu-Otserver-DefaultTracker #48 (Fixed): Players should be able to change floor if destination has creature on it
- RA 12:04 PM KOTS Vaigu-Otserver-DefaultTracker #39 (Fixed): Monster take too long to turn after player moves
- RA 09:08 AM KOTS Vaigu-Otserver-DefaultTracker #52 (Open): Ranged monsters move behavior
- 1) Currently, if there is lane of sight to target, the ranged monster will attack the target if they are in range. (this is correct)
2) If target is too far, ranged won't try to move closer to their target. (this is a bug)
3) Run away ... - RA 08:03 AM KOTS Vaigu-Otserver-DefaultTracker #51 (Open): Monster speed should not influence attack speed
- Currently, attack speed for monster with:
70 speed is around 2.5s
600 speed is around 2.05s
This is connected to chaseStep() being scheduled according to stepDuration https://github.com/vaigu-com/kots-game-server/blob/df596884150540...
05/01/2026
- RA 12:20 PM KOTS Vaigu-Otserver-DefaultTracker #49 (Open): Monsters that can push items should push/kill other monsters when getting to their target
- Currently pushing monster (eg. demon) will just sit and wait if way to target is obstructed by non-pushing monster (eg rat) - this is a bug.
- RA 12:18 PM KOTS Vaigu-Otserver-DefaultTracker #48 (Fixed): Players should be able to change floor if destination has creature on it
- Currently if 1 or more creatures are on destination tile, player wont move
- RA 12:16 PM KOTS Vaigu-Otserver-DefaultTracker #36 (Fixed): Monsters can pathfind onto tile with floorchange item.
- RA 09:40 AM KOTS Vaigu-Otserver-DefaultTracker #21 (Fixed): Damage over time effects attempt to damage monster that is already dead
- RA 04:37 AM KOTS Vaigu-Otserver-DefaultTracker #29 (Fixed): Browse field no update on move
- RA 04:34 AM KOTS Vaigu-Otserver-DefaultTracker #46 (Fixed): Monster melee attack is fired too late