Jump to content

Loot


lizardscout

Recommended Posts

Hello,

Try to disable option (in advanced general settings tab "Path-finding") "Blacklist Npc/Node if unable to make full path to reach it".

If this don't works, in your profile, after kill step add step to clear blacklist (step type runcode):

wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();

 

Link to comment
Share on other sites

2 hours ago, da8ball said:

You are getting stuck.

He hasn't stuck. He might just cannot reach the object located in the wall at a height slightly greater than the character's height. Although everything can be manually opened and taken.

Link to comment
Share on other sites

  • 1 month later...

I had a similar problem with an unclickable npc, try this

move near your object and click manually on screen, you can setup multiple clicks on different screen coordinates.

maybe a workaround for you

 

    <QuestsSorted Action="Wait" NameClass="1000" />
    <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 50, 50);" />
    <QuestsSorted Action="Wait" NameClass="1000" />
    <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.ClickLeft();" />
    <QuestsSorted Action="Wait" NameClass="1000" />
    <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 50, 40);" />
    <QuestsSorted Action="Wait" NameClass="1000" />
    <QuestsSorted Action="RunCode" NameClass="robotManager.Helpful.Mouse.ClickLeft();" />
    <QuestsSorted Action="Wait" NameClass="2000" />

 

greetings

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...