Skip to content

[Binning Skill] Prismatic and Radiation Trashcans can not be searched #17

@Pet-Slime

Description

@Pet-Slime

The issue is this line of code here

if (who.GetCustomSkillLevel("drbirbdev.Binning") >= minLevel)

it searches for the base level of the skill. It should search for the buff level of the skill.

if (who.GetCustomSkillLevel("drbirbdev.Binning") >= minLevel) { return true; }

Should be

if (who.GetCustomBuffedSkillLevel("drbirbdev.Binning") >= minLevel) { return true; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions