Jump to content
  • Quester Pathfinder Blacklistings


    Bugreporter
    • Version: All Product: WRobot General Type: Suggestion Status: Not a Bug

    Its a bug, but its not a showstoper at all....

    The Easy Quests Editor has a Tool namend Blacklist Editor. But Pathfinder ignores these entries.Because of this, I have to edit/add every blacklisted area twice.

    Once here, as runcode for the Pathfinder:

    wManager.Wow.Helpers.PathFinder.ReportBigDangerArea(new Vector3(3920.21167f, -3547.52246f, -134.244781f), 20f);

    and once here for the map to visualise the blacklisted area

    <Blackspots>

    <Blackspot X="3920.21167" Y="-3547.52246" Z="134.244781" Radius="20" />

    </Blackspots>

    Very anoying....



    User Feedback

    Recommended Comments

    Ignore the correction. It works fine, if you dont use two editors. Changed a minus (see Z vektor above) in one editor, save file in the other ... arrrgl.

     

     

    Blacklisting work. But two lists are anoying.

    Link to comment
    Share on other sites

    <Blackspots>
    <Blackspot X="3920.21167" Y="-3547.52246" Z="134.244781" Radius="20" />
    </Blackspots> 

    Is:

    wManager.wManagerSetting.AddBlackListZone(new Vector3(3920.21167f, -3547.52246f, -134.244781f), 20f); 
    (blacklist mobs, gameobjects).
     
     
    I have found problem when I created sample dungeon profile, when you change continent the blacklist is cleaned but not reloaded from profile, I'll fix it.
    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...