farrainbow
farrainbow
Also move to Receive.pm and tweak unpack strings a bit.
`Actor::InventoryItem` (to keep the tree simple) or `Actor::Item::InventoryItem`.
Half of the time tests will pass, the other half of the time I get this error: ``` 1..1043 (in cleanup) Assertion (invIndex must be defined) failed! at /home/rachel/Projects/OpenKore/openkore/src/test/../deps/Carp/Assert.pm line...
Information to collect: - current date (rounded to the last midnight UTC) - server name - serverType - packet direction: server → client **or** real client (XKore) → server (no...
Rename type 7 appropriately if still relevant (`servers.txt`). Also remove checks like `$masterServer->{serverType} ==`. Probably use the branches where it's equal to 0.
Some parts for AI (invetory and cart-related, for example) may not have a solid point where all the information is received. For example, if you have no stackable items, the...
- [ ] compatibility with old syntax is a must - [ ] `talk ` - start a conversation (current syntax) - [ ] `talk /regexp/` - start a conversation...
This is for discussion and planning of possible naming and ways to set up everything. Propose everything there. ## vending shops around ## buying stores around ## chatrooms around ##...
More in line with how Perl stuff is usually tested. Also harness has better output options and different formats. - [ ] change test files to be self-runnable instead of...
`Task::Teleport` and maybe separate `Task::Respawn` interface. It should wait for map change to occur, possibly retry and fail otherwise. Needed for other AI tasks.