minhnhatx wrote: ↑Sat Sep 23, 2023 5:37 pm
The binary length for all items is 10, and combining binary of all four locations (+3, +7, +b, +f) adds up to 10.
may i know what's the length of each binary? is it just a simple "3+7+b+f=item number"?
not knowing what's in the weapon bothers me so much, lol.
----
edit:
SanDLL.dll+20D818 is the first item in shopping window. value is in 2 bytes. +14 is the price in 2 bytes. +20 is the level in byte.
there are 20 items. -100 each.
i was using these to buy high level grasses and cooking essentials before your powerful item mod script came along. i dunno if these would be useful info though.
more edit:
still couldn't find pet upgrades. but i found something else, lol.
friendship level
+2 is pet produce in 2 bytes (tied to race and friendship level, can't be edited).
-2 is pet race in 2 bytes.
+2c is gift flags (single byte, probably). seems to default at 8 (in hex, 48 when you've given the pet an item for the day. was abusing this trying to find the upgrade effect).
some races bytes:
shara starts at 1, then all other npc including traveler. 181 and above seems to crash game.
monsters starts at :
Code: Select all
57:Orc
78:Hornet
79:Queen Bee
80:Spider
86:Shadow Panther
87:Blood Panther
88:Silver Wolf
89:Hunter Wolf
90:Buffaloo
91:Buffamoo
115:Fairy
117:slime
122:Cluckadoodle
123:Little Dragon
124:Pomme Pomme
158:Dead Tree
159:Octopirate
160:Octopirate?
161:Bane Dragon
162:Crystal Mammoth
163:Crystal Mammoth?
164:Greater Demon
165:Greater Demon?
166:Chimera
167:Chimera?
168:Golem
169:Grimoire
170:Grimoire
171:Siren
172:Terrable
173:Fiersome
174:Tanuking
175:Tanuking?
176:Ancient Bone
177:Hinoe
178:Kinoto
179:Death Wall
180:Aquaticus
181:Sign D (CRASHES GAME)
changing pet race doesn't change their stats, obviously. but it will change their produce (if any). some bosses seems to have 2 entries. probably something about their "form" (observed from tanuking).
if you take boss pet for a hunt and let them die. you won't be able to talk to them, and their sprite is hidden until you sleep, if they revive while still in party, they won't move (and you can't change pet). but you can go back to your barn and take out another pet to force a "swap".
interestingly, when boss pet reach half HP, they'll trigger their 2nd pattern. more aggressive and ridiculously beefed attack stats.