Zelda Breath of the Wild - Krog Farming Glitch Script

GPC2 script programming for Titan Two. Code examples, questions, requests.

Zelda Breath of the Wild - Krog Farming Glitch Script

Postby maw » Wed Dec 15, 2021 6:48 am

Hey,
I know its very simple script, but if you are annoyed from collecting Krogs as me, and if you do not have enough space in the default inventar, you could use this script to farm Krogs. You could do it manually, but it was difficult to get the right timing by hand. This way, you just need to press 'ZL' when you stand before the sunlounger.

Here is a youtube link, unfortunately in german, since youtube and google in general makes it hard to find stuff in english, if there are many german results...: https://www.youtube.com/watch?v=pQTWT0WlpC4&t=129s

And the very simple script:

Code: Select all
#pragma METAINFO("Zelda", 1, 1, "<maw>")
 
main {
    if (event_active(BUTTON_8)) combo_run(cSimpleKrogFraming);
}
 
combo cSimpleKrogFraming {
    set_val(BUTTON_8, 100);
    wait(200);
    set_val(STICK_2_Y, 100);
    wait(100);
    set_val(BUTTON_15, 100);
    wait(200);
    set_val(BUTTON_8, 0);
    set_val(STICK_2_Y, 0);
    set_val(BUTTON_15, 0);
}


The plan for later is, to implement a fully auto script, where you just have to press one button and wait for an hour to get all the krogs you want. But I am not sure, when I have the time for this.
User avatar
maw
Sergeant
Sergeant
 
Posts: 7
Joined: Fri Apr 23, 2021 3:37 pm

Re: Zelda Breath of the Wild - Krog Farming Glitch Script

Postby Mad » Wed Dec 15, 2021 6:55 am

Thanks for sharing. :joia: :joia:
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 79 guests