vietdungdev
450fccb5e9
update nip rule
2026-05-22 21:06:05 +07:00
vietdungdev
28da1b9a35
update offset
2026-05-22 21:05:58 +07:00
vietdungdev
b6fbaa7acf
fix level require
2026-05-22 03:18:16 +07:00
vietdungdev
b0b0d2720a
update item data
2026-05-22 00:41:52 +07:00
vietdungdev
666a16813e
update item data
2026-05-22 00:23:35 +07:00
vietdungdev
aec833c636
update code
2026-05-21 22:56:13 +07:00
vietdungdev
88548e97fc
update code
2026-05-21 19:55:37 +07:00
vietdungdev
e1679a2d11
update code
2026-05-20 23:48:50 +07:00
vietdungdev
aa4a6f02a9
update d2r data
2026-05-19 10:55:38 +07:00
vietdungdev
8c8f62f7a1
update runeword name
2026-05-18 17:45:17 +07:00
vietdungdev
db3f190727
update runeword Hysterial và Mania
2026-05-12 14:37:46 +07:00
vietdungdev
2563858a3b
update runeword Hysterial và Mania
2026-05-11 12:58:39 +07:00
vietdungdev
21cfba7a22
update item data
2026-05-09 15:40:24 +07:00
vietdungdev
070e47e460
update merc data
2026-05-09 15:12:37 +07:00
vietdungdev
094eda658f
improve item, them owner
2026-05-08 21:26:09 +07:00
vietdungdev
839b04fd89
update merc
2026-04-26 13:40:48 +07:00
vietdungdev
3c36d2d1ad
update item name funtion
2026-04-25 22:47:43 +07:00
vietdungdev
fea62bbe31
update item data in party
2026-04-24 19:15:19 +07:00
vietdungdev
4381127bb9
update redportal
2026-04-24 19:15:14 +07:00
vietdungdev
70da1d7a16
update offset
2026-04-13 07:32:15 +07:00
vietdungdev
eaf784ef7a
update offset
2026-04-11 18:07:01 +07:00
vietdungdev
be3ea9e419
Merge branch 'main' into feature/small-fix-1
2026-03-19 19:27:44 +07:00
crazywh1t3b0y
dba427c2f6
Update offsets
2026-03-17 21:42:38 +02:00
vietdungdev
cb9d60deb5
Merge branch 'main' into feature/small-fix-1
2026-03-11 13:21:07 +07:00
crazywh1t3b0y
2fa07f772c
Add files via upload
2026-03-11 01:30:20 +02:00
vietdungdev
0456a518f3
Reduce the frequency of reads from memory because the data has been written to the buffer.
2026-03-05 13:56:36 +07:00
vietdungdev
dd642512b0
statValue can have a negative value; if cast to uint from the start, its value will be lost.
2026-03-05 13:55:41 +07:00
vietdungdev
9840b0c026
update warlock pet
2026-03-05 13:54:46 +07:00
Neo-Silver
6c3b135688
Merge pull request #70 from CarlPoppa1/friendly-mon-fix
...
Amend monster categorisation
2026-03-03 19:31:19 +01:00
CarlPoppa
1059ee7d3c
Add BindDemonUnderling to IsPet check
2026-02-23 09:10:02 +00:00
CarlPoppa
e1805d76ab
Increase GetStates to 8 iterations
2026-02-23 09:09:26 +00:00
CarlPoppa
831d004c33
Revert alignment check in Enemies() (doesn't work)
2026-02-21 12:58:18 +00:00
CarlPoppa
ffbc3dc39a
Add warlock summons to IsPet
2026-02-21 12:56:35 +00:00
CarlPoppa
619d125378
Amend monster categorisation
...
Ignore monsters with alignment != 0 (non-hostile)
2026-02-20 22:57:54 +00:00
guiyomu-dev
a49f6eff4f
add GetExpChar function
2026-02-20 01:03:40 +01:00
guiyomu-dev
b3f2b06a9f
update offsets
2026-02-20 01:03:40 +01:00
mihabolil
fa9626f45c
Add Tamoe Highland
2026-02-18 21:36:14 +01:00
mihabolil
2325270cb8
Add new terrorized locations
...
Maggot Lair, Canyon of the Magi, Swampy Pit, Frozen Tundra, Infernal Pit.
2026-02-18 21:36:14 +01:00
crazywh1t3
ce709bf617
Increase max capacity for item storage in inventory
2026-02-18 21:27:45 +01:00
CarlPoppa
7d09c0c87f
Parse HD HireMenuPanel
2026-02-17 22:59:42 +01:00
crazywh1t3
f6cc3fef5f
stashedGold fix
2026-02-17 19:38:04 +02:00
Neo-Silver
1b9c78102c
Add StackQty As Property
...
- added the offset for StackQty
- thanks to AMB for providing the Offset
2026-02-17 11:07:32 +01:00
guiyomu-dev
0ad15efcf8
temp fix on qty
2026-02-17 02:54:20 +01:00
guiyomu-dev
efddf658de
fix qty and charges
2026-02-17 00:34:19 +01:00
crazywh1t3
0d6fc4a8f8
read stack quantity from DLC tabs
2026-02-16 22:22:47 +01:00
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