Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hemlok!!!! #337

Open
Eternally6 opened this issue Aug 19, 2023 · 11 comments
Open

Hemlok!!!! #337

Eternally6 opened this issue Aug 19, 2023 · 11 comments

Comments

@Eternally6
Copy link

Why isn't my Hemlock working?

@hitch3ns
Copy link

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

@Eternally6
Copy link
Author

how to make change

@CigaretteSmokes
Copy link

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
Copy link

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

@DecapitaterTM
Copy link

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

@Eternally6
Copy link
Author

Eternally6 commented Sep 7, 2023 via email

@vengefulcrop
Copy link

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

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

@Eternally6
Copy link
Author

Eternally6 commented Sep 22, 2023 via email

@vengefulcrop
Copy link

vengefulcrop commented Sep 22, 2023

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
Copy link

vengefulcrop

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

@Eternally6
Copy link
Author

Eternally6 commented Jan 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants