Apex-NoRecoil-2021 icon indicating copy to clipboard operation
Apex-NoRecoil-2021 copied to clipboard

Hemlok!!!!

Open Eternally6 opened this issue 1 year ago • 11 comments

Why isn't my Hemlock working?

Eternally6 avatar Aug 19 '23 12:08 Eternally6

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

hitch3ns avatar Aug 19 '23 12:08 hitch3ns

how to make change

Eternally6 avatar Aug 19 '23 12:08 Eternally6

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

CigaretteSmokes avatar Aug 24 '23 13:08 CigaretteSmokes

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

hitch3ns avatar Aug 24 '23 13:08 hitch3ns

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

DecapitaterTM avatar Sep 07 '23 18:09 DecapitaterTM

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

Eternally6 avatar Sep 07 '23 18:09 Eternally6

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

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

vengefulcrop avatar Sep 22 '23 14:09 vengefulcrop

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

Eternally6 avatar Sep 22 '23 14:09 Eternally6

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.

vengefulcrop avatar Sep 22 '23 14:09 vengefulcrop

vengefulcrop

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

cuongieee avatar Jan 10 '24 01:01 cuongieee

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

Eternally6 avatar Jan 10 '24 01:01 Eternally6