Greg

Results 66 issues of Greg

The current interaction system was built for the client, where messages are sent and no response is expected. As such bots also fire and forget actions inbetween carefully constructed delays...

enhancement
player-ai

https://docs.konsist.lemonappdev.com/getting-started/readme

enhancement
idea

* Shouldn't impact the game loop performance * Should be able to trace through what all entities were doing * ~Ideally a replay command to walk a bot through what...

enhancement
system
data

Using ectophial can be interrupted with a games necklace teleport. Should interface input be delayed/ignored during this time or is the games necklace choice dialogue inside or checks for a...

bug

There is a lot of information that is already public information, which we will leverage. ## Weird Gloop Chisel https://chisel.weirdgloop.org/ ### OSRS [items, npcs & objects](https://chisel.weirdgloop.org/moid/) [structs, params and enums](https://chisel.weirdgloop.org/structs/)...

data

So future content can use the correct variables.

content

https://oldschool.runescape.wiki/w/General_store General stores buy at different alch price percentages and charge a sales tax. General stores also need unit tests

enhancement
content
npcs

Search for target first by tags #39 and then find the shortest route to that target, or search dijkstras to find the nearest applicable area? Abstract nagivation map made up...

spatial
player-ai

`getValue(): Any` `get(): Any?` or `get(): Any` `getOrNull(): Any?` Pick one. Also `isNotEmpty` `!.isEmpty`

enhancement

The ai's and the code aren't very robust, they get stuck easily, fail fast and can't recover. This is in part due to #209 and guessing what is currently going...

enhancement
idea
player-ai