Jump to content

Recommended Posts

Posted
9 hours ago, Sasuke_Uchiha07 said:

I get this kind of box after i win, and the description just shows which items you may get after opening the boxes, i tried modifying the number of boxes but of course it is server sided , so only the modified value is being displayed, do you know how can i search for the reward after i open the chest , as you suggested ?

 

public class KKRoadMuseumRewardItem : MonoBehaviour // TypeDefIndex: 6559

{

    // Fields

    public UILabel nameLabel; // 0x18

    public UILabel needRankLabel; // 0x20

    public UILabel rewardTitleLabel; // 0x28

    public UIGrid rewardGrid; // 0x30


@@@@@@@@@@@@@@@@@@@@@@@@@@@

 

// Namespace:

public class KKPVPRewardWindow : MonoBehaviour // TypeDefIndex: 6552

{

    // Fields

    public GameObject closeBtn; // 0x18

    public UIGrid rewardGtid; // 0x20

    public GameObject roadMuseumItem; // 0x28

    public UIGrid itemGrid; // 0x30

    public UIPanel itemPanel; // 0x38

    public Transform itemTrans; // 0x40

    private int m_CurrentShowId; // 0x48

    private List<KKRoadMuseumRewardItem> rewardItemList; // 0x50

i have also found classes and methods related to reward chest/ rewardItem .

g.png

If the number of chests is server sided, their contents likely are too. As I said before, you can try pausing the game + editing the value between when you find out your reward and when you claim it. Another approach is to search the reward after claiming it and edit + freeze it in the hopes that it will show up next time; again  there is no guarantee that this will work. Chests may be a dead end for you.

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 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.