mgsweet / Apex-NoRecoil-2021

Scripts to reduce recoil for Apex Legends. (auto weapon detection, support multiple resolutions)
GNU General Public License v3.0
551 stars 156 forks source link

Hemlok!!!! #337

Open Eternally6 opened 1 year ago

Eternally6 commented 1 year ago

Why isn't my Hemlock working?

hitch3ns commented 1 year ago

cause its no longer care package , change it in script it will work, its easy to understand

Eternally6 commented 1 year ago

how to make change

CigaretteSmokes commented 1 year ago

I don't know what hitch3ns do to fix it but, for me, all I need to do is copy the Hemlok script from line 442 and paste it next to line 407 or just copy paste this

} else if (check_point_color == HEAVY_WEAPON_COLOR) {
    if (CheckWeapon(FLATLINE_PIXELS)) {
        current_weapon_type := FLATLINE_WEAPON_TYPE
        current_pattern := FLATLINE_PATTERN
    } else if (CheckWeapon(PROWLER_PIXELS)) {
        current_weapon_type := PROWLER_WEAPON_TYPE
        current_pattern := PROWLER_PATTERN
    } else if (CheckWeapon(RAMPAGE_PIXELS)) {
        current_weapon_type := RAMPAGE_WEAPON_TYPE
        current_pattern := RAMPAGE_PATTERN
    } else if (CheckWeapon(CAR_PIXELS)) { 
        current_weapon_type := CAR_WEAPON_TYPE 
        current_pattern := CAR_PATTERN 
        is_gold_optics_weapon := true
    } else if (CheckWeapon(P3030_PIXELS)) {
        current_weapon_type := P3030_WEAPON_TYPE 
        current_pattern := P3030_PATTERN
    } else if (CheckWeapon(HEMLOK_PIXELS)) {
        current_weapon_type := HEMLOK_WEAPON_TYPE
        current_pattern := HEMLOK_PATTERN
        if (is_single_mode) {
            current_weapon_type := HEMLOK_SINGLE_WEAPON_TYPE
            current_pattern := HEMLOK_SINGLE_PATTERN
        }
    } 
hitch3ns commented 1 year ago

this is exactly what i did, i mainly move the weapons to its new slot per ammo type that's it

DecapitaterTM commented 1 year ago

Поправил автоматическую стрельбу на Hemlok и P2020 на версии 1.3.12 если нужно держите. apexmaster.zip

Eternally6 commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

vengefulcrop commented 11 months ago

Поправил автоматическую стрельбу на Hemlok и P2020 на версии 1.3.12 если нужно держите. apexmaster.zip

У меня никакой разницы эта версия не делает, скрипт всё так же определяет хемлок как 3030.

Eternally6 commented 11 months ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

vengefulcrop commented 11 months ago

this is exactly what i did, i mainly move the weapons to its new slot per ammo type that's it

When I do that for hemlok, AHK just says that functions cant contain functions and points to the is_single_mode function line.

cuongieee commented 8 months ago

vengefulcrop

check for { } errors. you mightve added 1 too many or took out one.

Eternally6 commented 8 months ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。