Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mgCar(Slot Cars):
- (s8) 0x4D5D = Booster speed
- (s8) 0x4D5E = Booster Performance
- (s8) 0x4D5F = Booster Control
- mgPzd(Monster Manor):
- (item) 0x134 = start of 8 inventory slots
- (item) 0x174 = start of 99 box slots
- struct{
- u32 Exp;
- u8 ???;
- u8 (related to +bonus, and model); //seems to be an index of an array of every possible combo of model and +bonus for weapon
- u8 Proc type;
- u8 Proc lvl;
- u8 MaxLvl;
- u8 CurrentLvl;
- } item;
- //grade seems generated based on various things
- mgBtl(Warriors Way):
- (u32) 0x34 = army count
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement