crazywh1t3
e743f207c8
fix(item): process all 6 shared stash pages instead of 5
...
The loop was breaking at i > 4 (processing 5 pages) while the
stashedGold array is [6]int. Changed to i > 5 to process all
6 shared stash pages correctly.
2026-02-16 22:22:47 +01:00
guiyomu-dev
54526b88cb
adjustments
2026-02-16 22:22:47 +01:00
guiyomu-dev
83eb8adf29
more changes
2026-02-16 22:22:47 +01:00
crazywh1t3
f761df957d
updates to states and object ids
2026-02-16 22:22:47 +01:00
crazywh1t3
802393def0
Move typeAliases var in its own file.
...
+ new item types.
2026-02-16 22:22:47 +01:00
crazywh1t3
56a0db3e5c
Add Warlock as a class.
...
Add skill names.
2026-02-16 22:22:47 +01:00
guiyomu-dev
50eb39853c
remove unecessary code due to bad game update
2026-02-15 00:04:18 +01:00
kwader2k
eb0948dbea
Merge pull request #62 from kwader2k/txt-and-generated-files
...
new txt files and generated .go files
2026-02-14 21:18:18 +01:00
guiyomu-dev
48aa3aee66
adjustement
2026-02-14 21:10:31 +01:00
guiyomu-dev
285129e47e
fix names
2026-02-14 19:33:39 +01:00
guiyomu-dev
c19cbe348c
fix skill level
2026-02-14 18:26:58 +01:00
crazywh1t3
15a2884ec6
fixes
2026-02-14 02:00:20 +02:00
crazywh1t3
c8842afcc8
fixes
2026-02-14 00:43:12 +02:00
crazywh1t3
211abf01f0
add new location types and enhance inventory structure for shared stash support and DLC support.
2026-02-13 22:28:16 +02:00
guiyomu-dev
828db2029f
adjustment
2026-02-13 12:34:48 +01:00
crazywh1t3
52f9079ba1
new txt files and generated .go files
...
- Implemented a new script to extract item names from items.go and generate a corresponding name.go file with constants and utility functions for name retrieval.
2026-02-12 18:08:28 +02:00
guiyomu-dev
8815c4d519
add tests
2026-02-04 21:23:26 +01:00
guiyomu-dev
f73256478a
fix chance to cast attribute parsing
2026-02-04 21:23:26 +01:00
guiyomu-dev
fdbadf5be8
run build and tests in pipeline
2026-01-29 08:33:24 +01:00
guiyomu-dev
6f3df0e7ba
fix tests and add new ones
2026-01-29 08:33:24 +01:00
guiyomu-dev
d0987cb9e9
add aliases validation
2026-01-29 08:33:24 +01:00
4d9c6e75cd
Allow partially socketed items to populate Item.Sockets by relaxing the strict socket-count check
...
Allow partially socketed items to populate Item.Sockets by relaxing the strict socket-count check
2026-01-28 07:42:34 +01:00
kwader2k
0ed5975efc
Merge pull request #55 from kwader2k/kwader2k-patch-1
...
Reduce stale PR inactivity period from 21 to 14 days
2026-01-25 08:45:10 +01:00
kwader2k
e93496e674
Reduce stale PR inactivity period from 21 to 14 days
2026-01-25 08:39:17 +01:00
kwader2k
9bb94c7e0d
adjust
2026-01-25 08:35:05 +01:00
kwader2k
2a65bd657f
Add-workflow-to-manage-stale-pull-requests
2026-01-25 08:35:05 +01:00
Genqila
4162d16437
feat(npc): add preset unit helper to retrieve npc from 1.13c map data
2026-01-24 09:06:31 +01:00
guiyomu-dev
ba3d781a0b
update remaining offsets
2026-01-24 00:08:34 +01:00
AMB
7ab900906f
Update game_reader.go
2026-01-22 23:17:51 +01:00
unknown
d7766226bd
Add Back previous/next Stash
2026-01-22 17:43:26 +01:00
unknown
207eaf12bb
OffSetFix-91403
2026-01-22 17:43:26 +01:00
guiyomu-dev
ec04b2f00d
feat(menus): add Cinematic state to OpenMenus struct
2026-01-16 20:46:11 +01:00
Genqila
7083549001
style: keep to 4 spaces indent to be consistent with rest of the repositories (d2go & koolo)
2026-01-15 22:17:32 +01:00
Genqila
d3d93034b9
style: autoformat codegen files
2026-01-15 22:17:32 +01:00
Genqila
b510968f7d
style: fix codegen formatting and run gofmt after generation
2026-01-15 22:17:32 +01:00
Genqila
44855a6340
style: update gitignore and add editor/editorconfig settings
2026-01-15 22:17:32 +01:00
Genqila
762e8f1794
feat(npc): add monstats2 parsing
2026-01-15 21:43:22 +01:00
c6be35b37b
add skill metadata
2026-01-14 21:17:50 +01:00
Genqila
fc880c50c3
docs: add agents.md for vibe coders
2026-01-14 20:59:34 +01:00
Genqila
cae132c48b
feat(npc): expand monster raiser list
...
Add missing Act 1 and Act 3 shaman variants. Clarify the raiser list to reduce future maintenance errors.
2026-01-11 20:56:45 +01:00
guiyomu-dev
691d8f7e84
fix IsImmune function
2026-01-08 12:54:53 +01:00
guiyomu-dev
2b87b5f555
Merge pull request #40 from genqila/feat/monster-helpers
...
feat(npc): add boss/uber/seal monster helpers and expand raiser list
2026-01-04 20:40:15 +01:00
Genqila
e55666da2c
feat(npc): add boss/uber/seal monster helpers and expand raiser list
2026-01-03 22:44:00 +07:00
guiyomu-dev
d311930997
Merge pull request #39 from genqila/feat/monstats
...
feat: expose monstats flags with Monster undead/demon/beast helpers
2025-12-28 09:06:57 +01:00
Genqila
b194bcc737
feat: expose undead/demon/beast helper directly in Monster instead of npc package for convenience
2025-12-28 04:35:42 +07:00
Genqila
918a5f3d32
feat(npc): expose monstats flags with undead/demon helpers
...
(cherry picked from commit 52a2eaa082724d36af249114b73558e5b4905a85)
2025-12-28 02:40:53 +07:00
guiyomu-dev
d4492686c0
Merge pull request #37 from sungrief/main
...
Small fix to add Orbs to Staffmod evaluation rule
2025-12-23 11:16:30 +01:00
vzsecure
bc31952e6f
Add Orbs to Staffmod eval
2025-12-23 12:11:31 +02:00
sungrief
9a19c92508
Merge branch 'kwader2k:main' into main
2025-12-23 12:07:51 +02:00
0481a1408c
add runeword flag
2025-12-21 09:51:13 +01:00