Araknemu icon indicating copy to clipboard operation
Araknemu copied to clipboard

Simple Dofus server in Java

Results 31 Araknemu issues
Sort by recently updated
recently updated
newest added

Save into database instead of use enum

Internal
v1.0

- [x] 4 Téléporte à une distance de #1 cases maximum. - [x] 5 Fait reculer de #1 case(s) - [x] 6 Fait avancer de #1 case(s) - [x] 8...

Feature
v1.0

Do not use empty entity as primary key, but use instead dedicated objects or java primitive types. All created entities must be valid : constructor must not allow creating invalid...

Internal
v1.0

- [ ] make real immutable characteristics object - [ ] null characteristics class - [ ] cache parsing of immutable characteristics

Internal
v1.0

- [ ] Scripting API - [x] Conditions - [ ] Shared memory

Feature
v1.0

- [ ] verify packet generation - [ ] link to source code on packets (in and out) - [ ] no references to repository outside of services

Internal
v1.0

Pseudo-code that computes the time needed for a path ```js const WALK_SPEEDS = [0.07, 0.06, 0.06, 0.06, 0.07, 0.06, 0.06, 0.06]; const MOUNT_RUN_SPEEDS = [0.23, 0.2, 0.2, 0.2, 0.23, 0.2,...

Internal