Commit Graph
10 Commits
Author SHA1 Message Date
Jonathan Lee 662c287602 cooking: Add more chatbox messages 2021-02-15 22:27:07 -08:00
Jonathan Lee e40a7ad6af crowdsourcing: Add newly-found cooking messages 2021-02-15 22:27:07 -08:00
Jonathan Lee a6841c5ceb loot tracker: add support for isle of souls chests
They have the same description and behavior as stone chest. From melky test:

2021-02-03 13:54:03 [Client] DEBUG n.r.c.p.l.LootTrackerPlugin - Tick: 417
2021-02-03 13:54:04 [Client] DEBUG client-patch - Chat message type SPAM: You manage to unlock the chest.
2021-02-03 13:54:04 [Client] DEBUG n.r.c.p.l.LootTrackerPlugin - Tick: 418
2021-02-03 13:54:04 [Client] DEBUG client-patch - Chat message type SPAM: You steal some loot from the chest.
2021-02-03 13:54:04 [Client] DEBUG n.r.c.p.l.LootTrackerPlugin - Received icc: [Item(id=12791, quantity=1), Item(id=13068, quantity=1), Item(id=13222, quantity=1), Item(id=13069, quantity=1), Item(id=5698, quantity=1), Item(id=6705, quantity=1), Item(id=6705, quantity=1), Item(id=6705, quantity=1), Item(id=6705, quantity=1), Item(id=6705, quantity=1), Item(id=6705, quantity=1), Item(id=6705, quantity=1), Item(id=228, quantity=2), Item(id=12631, quantity=1), Item(id=11953, quantity=1), Item(id=1523, quantity=1), Item(id=1523, quantity=1), Item(id=1355, quantity=1), Item(id=314, quantity=121), Item(id=1621, quantity=1), Item(id=2510, quantity=8)] tick: 418
2021-02-03 10:29:48 -05:00
leejt deb46aedd6 Add crowdsourcing plugin 2020-09-28 17:31:52 -04:00
leejtandAdam 18087ca9cc loot tracker: add metadata field to loot record
This is for tracking miscellaneous data with the loot records, such as
npc id and skill levels, for the wiki drop log project.

Co-authored-by: Adam <Adam@sigterm.info>
2020-08-07 18:50:18 -04:00
leejt 7affadcf50 loot tracker: track grubby, stone, Dorgesh-Kaan and HAM chests
The Dorgesh-Kaan tracking could be done better (there are actually 4 distinct drop tables) but it's hard to do this without significantly complicating the code.
2020-08-07 13:03:41 -04:00
leejt 48705635a2 loottracker: add standard Casket 2020-06-24 15:02:04 -04:00
leejt 88e3845d97 LootTracker: track shade chest loot 2020-06-14 18:04:55 -07:00
leejt fba6d7fcf6 LootTracker: track ground items in addition to inventory 2020-06-14 18:04:37 -07:00
leejt d84caf7db2 Update WorldMapDefinition attributes
Changed the WorldMapType field names from fieldxxx to values
that represent what they actually mean (mostly x, y, z coordinates)
2020-01-13 17:02:23 -08:00