Get skill cooldown [autoit] menu

User Tag List

Results 1 to 4 of 4
  1. #1
    ileandros's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Get skill cooldown [autoit]

    Anyone knows how to get skill cooldown on autoit?

    Get skill cooldown [autoit]
  2. #2
    iamclint's Avatar Master Sergeant
    Reputation
    14
    Join Date
    Aug 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sure you can check the ui pieces for the skill.timer

    2 values from uielement base
    one is at 0xae0
    other is 0xae4
    one is time started the other is time end i believe


    this is how i check it in my vb.net
    Code:
            Public Property TimerTimeStarted() As Long
                Get
                    Return cMem.MemoryHelpers.readInt(Address_Info + Enums.UIElementOffsets.timer_time_started)
                End Get
                Set(ByVal value As Long)
    
                End Set
            End Property
            Public Property TimerTimeEnd() As Long
                Get
                    Return cMem.MemoryHelpers.readInt(Address_Info + Enums.UIElementOffsets.timer_time_end)
                End Get
                Set(ByVal value As Long)
    
                End Set
            End Property
                 Public Property isOnCooldown() As Boolean
                Get
                    If cMem.MemoryHelpers.readInt(Address_Info + Enums.UIElementOffsets.timer_time_started) <> cMem.MemoryHelpers.readInt(Address_Info + Enums.UIElementOffsets.timer_time_end) AndAlso cMem.MemoryHelpers.readInt(Address_Info + Enums.UIElementOffsets.timer_time_end) <> 1 Then
                        Return True
                    Else
                        Return False
                    End If
                End Get
                Set(ByVal value As Boolean)
    
                End Set
            End Property

  3. #3
    ileandros's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for that reponse. I understand a bit cuz i used to use C#/ C++ but i am searching an answer in autoit.
    I think IterateActorAtribs is the function to check for the cooldown and this is the cd
    Global $Atrib_Skill_Toggled_State[2] = [0x134, "float"]

    Just trying to make it work

  4. #4
    DarthTon's Avatar Contributor
    Reputation
    171
    Join Date
    Apr 2010
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are 2 attributes that relate to power cd: Power_Cooldown and Power_Cooldown_Start. Power_Cooldown_Start represents time when cooldown began(in ticks), Power_Cooldown contains time when cooldown will end. To get remaining cooldown time you can use current time in ticks([tObManStorage + 0x94]) and Power_Cooldown value.

Similar Threads

  1. Replies: 19
    Last Post: 11-25-2019, 11:25 PM
  2. Replies: 5
    Last Post: 10-21-2012, 09:29 PM
  3. [3.1.3] [Info] Getting Spell Cooldowns
    By Oowafas in forum WoW Memory Editing
    Replies: 37
    Last Post: 02-20-2011, 05:56 AM
  4. Getting Global Cooldown
    By DrakeFish in forum WoW Memory Editing
    Replies: 22
    Last Post: 12-21-2010, 12:58 PM
  5. Get skills and item repair for free
    By MGM in forum World of Warcraft General
    Replies: 3
    Last Post: 03-24-2008, 03:24 PM
All times are GMT -5. The time now is 05:57 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search