Jump to content

No Skill CD offset problem ! please help me


cret91

1 post in this topic

Recommended Posts

Posted

Hy ,

I try to make a no skill cooldown but i have trouble :

Ida Function : 

Spoiler

__text:000000010093CF60
__text:000000010093CF60 ; =============== S U B R O U T I N E =======================================
__text:000000010093CF60
__text:000000010093CF60
__text:000000010093CF60 sub_10093CF60                           ; CODE XREF: sub_1002D8220+220p
__text:000000010093CF60                                         ; DATA XREF: __const:00000001023DE530o
__text:000000010093CF60
__text:000000010093CF60 var_40          = -0x40
__text:000000010093CF60 var_30          = -0x30
__text:000000010093CF60 var_20          = -0x20
__text:000000010093CF60 var_10          = -0x10
__text:000000010093CF60
__text:000000010093CF60                 STP             D9, D8, [SP,#var_40]!

Dump.cs function : 

Spoiler

public class SkillCDManager // TypeDefIndex: 2533
{
    // Fields
    private static SkillCDManager s_instance; // 0x0
    private Dictionary`2<CreatureObject, Dictionary`2<int, float>> m_cdList; // 0x10
    private Dictionary`2<int, float> tmpDic; // 0x18
    public static StartCDNotify startCDNotify; // 0x8

    // Properties
    public static SkillCDManager Instance { get; }

    // Methods
    public static SkillCDManager get_Instance(); // RVA: 0x10093CE70 Offset: 0x93CE70
    private void .ctor(); // RVA: 0x10093CEEC Offset: 0x93CEEC
    public bool JudgeCD(CreatureObject gameObject, int iSkillID, float CD); // RVA: 0x10093CF60 Offset: 0x93CF60
    public void StartCD(CreatureObject gameObject, int iSkillID); // RVA: 0x10093D050 Offset: 0x93D050
    public void ClearCD(CreatureObject gameObject, int iSkillID); // RVA: 0x10093D27C Offset: 0x93D27C
    public float GetRemainCDTime(CreatureObject gameObject, int iSkillID, float CD); // RVA: 0x10093D350 Offset: 0x93D350
    public void ReleaseCDData(CreatureObject gameObject); // RVA: 0x10093D45C Offset: 0x93D45C
}

I try to make for judgeCD offset : 93cf60  to RET but when i attack or select skill give in game message "Skill is on cooldowing..."

I try startcd , clear cd etc but nothing change .

How i can make no skill cooldown ?

@Joka , @intell , @Zahir

Thanks so much .

Archived

This topic is now archived and is closed to further replies.

×
  • 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