Jump to content

3 posts in this topic

Recommended Posts

Posted

Hello everybody, sorry for my bad English.

I have some problem when try to make hook game: Play Together

Please help me with data type:

Action<uint> 

Action<bool, uint> 

I try bool and int but crash game when mshook run. (Some part of my hook with bool, int, float is work well)

And... dump.cs

public class FishingSystem : ISystem // TypeDefIndex: 12147
{
	// Fields
	[HeaderAttribute] // RVA: 0x19DCA4 Offset: 0x19DCA4 VA: 0x19DCA4
	[RangeAttribute] // RVA: 0x19DCA4 Offset: 0x19DCA4 VA: 0x19DCA4
	public float CastingHeightLimit; // 0x24
	[HeaderAttribute] // RVA: 0x19DCF8 Offset: 0x19DCF8 VA: 0x19DCF8
	[RangeAttribute] // RVA: 0x19DCF8 Offset: 0x19DCF8 VA: 0x19DCF8
	public float CastingDepthLimit; // 0x28
	[HeaderAttribute] // RVA: 0x19DD4C Offset: 0x19DD4C VA: 0x19DD4C
	public float FishBackStepMaxDist; // 0x2C
	private Action<uint> _fishingCastingCB; // 0x30
	private Action<bool, uint> _fishingCatchCB; // 0x38
	public bool FishingMiss; // 0x40

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines