Jump to content
  • 0

Help field offset


LaToM
 Share

Question

------------------------------------------

// Namespace: 

[Serializable]

public class PlayerData.PlayerBattlePass // TypeDefIndex: 5383

{

 // Fields

 public int version; // 0x10

 public int score; // 0x14

 public int maxReachedScore; // 0x18

 public bool premUnlocked; // 0x1C

 public List<int> unclaimedFree; // 0x20

 public List<int> unclaimedPrem; // 0x28

------------------------------------------

So i used Field Offset Finder 3 by @Rxhacker

But script can't find value .

any other way to find this value or script.

Sorry my English bad 😔

 

 

Edited by LatoM
Link to comment
Share on other sites

Recommended Posts

  • 0
On 22.10.2022 at 11:06, Proejder said:

Senaryoyu modlarken kendim için yaptım. Sana gönderebilirim.

It's been a long time since the subject, but if you accept it, I need that script. 

 

Link to comment
Share on other sites

  • 0

I used Field Offset Finder 3 by @Rxhacker

But script can't find value 

Quote

// Dll : Assembly-CSharp.dll
// Namespace: BF
[Serializable]
public class BattleUnitAttribute
{
    // Fields
    public Int64 hp; // 0x10
    public Int64 max_hp; // 0x18
    public Int64 atk; // 0x20
    public Int64 atk_red; // 0x28
    public Int64 atk_yellow; // 0x30
    public Int64 atk_green; // 0x38
    public Int64 atk_blue; // 0x40
    public Int64 atk_purple; // 0x48
    public Int64 sheild_hp; // 0x50

    // Properties

    // Methods
    // RVA: 0x1709234 VA: 0x795cfff234
    public Void .ctor() { }
}

 

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.