Skip to content
Discussion options

You must be logged in to vote

are you using VS Code? just hold CTRL and click the function name on *hunt_item_cmds
you will find out its imported from templates/hunt.py

it is using general attack loop

def attack(monster_name = "*"):
    return [
        cmd.UseSkillCmd(0, monster_name),
        cmd.UseSkillCmd(1, monster_name),
        cmd.UseSkillCmd(2, monster_name),
        cmd.UseSkillCmd(0, monster_name),
        cmd.UseSkillCmd(3, monster_name),
        cmd.UseSkillCmd(4, monster_name),
    ]

you can edit and write your logic code from there, to specialize it for specific classes like VHL

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dwiki08
Comment options

dwiki08 Oct 31, 2025
Collaborator

Answer selected by dwiki08
@cevinov
Comment options

@dwiki08
Comment options

dwiki08 Nov 1, 2025
Collaborator

@cevinov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants