TriggerSkillDown issue

Issue #42 new
Former user created an issue

Hello!

I verified the TriggerSkillDown offset and it's correct but for some reason i'm getting access violation anytime that i call it. I tried almost every slot but no success. Any idea? Thanks in advance!

17:22:19 [main.cpp:339|Gw2HackMain::RenderHook::<lambda_0a21666599ab11e2575e50cb2ac5da85>::operator ()] ERROR: [ESP callback] Exception in ESP code: 0xC0000005 - addr: 0x000001F3D954DFA0     

Comments (3)

  1. hairys

    You can’t call it from the ESP thread, only the game’s main thread. See GW2LIB::EnableGameHook() to setup a callback for it.

  2. Daelo Kanhas

    Thanks alot! Calling it from the main thread did the job!

    By any chance do you know if there’s any field in Skillbar->SkillbarArray->CSkill which you can check if the skill on cooldown?

    I’ve tried checking around the CSkill or CSkill + 0x60 but nothing triggers up when the skill on CD.

  3. Bubu

    I’m working on a tool to track skill queued with following informations: casting time, activation time, end of casting, etc. Yet i couldn’t find anyhing about those info. You got any tips to share?

  4. Log in to comment