Arcangelo 105 Posted May 14, 2017 Share Posted May 14, 2017 The NPC database is a big mess, the bot is running to vendor/fp/repair npcs that is from the other faction. IS there anyway to stop this from happening? Link to comment https://wrobot.eu/forums/topic/5890-bug-npc-database/ Share on other sites More sharing options...
reapler 154 Posted May 14, 2017 Share Posted May 14, 2017 hm i think the database is working as intend maybe it's just the product itself with a missing condition. For a workaround you could register the movement events and replace the current moveto/onmovement with your desired npc but it's abit too much work. I think you can also resolve the problem with a plugin which lookup the npc database & temporary blacklist the npc by its faction on Initialize(): foreach (var obj in NpcDB.ListNpc) { if ((int) obj.Faction != ObjectManager.Me.Faction && obj.Faction != Npc.FactionType.Neutral) { wManagerSetting.AddBlackListNpcEntry(obj.Entry, true); } } Arcangelo 1 Link to comment https://wrobot.eu/forums/topic/5890-bug-npc-database/#findComment-26760 Share on other sites More sharing options...
Droidz 2738 Posted May 15, 2017 Share Posted May 15, 2017 Hello, tested on Vanilla and Legion, WRobot return good NPC and skip Horde NPC if you play Alliance 2017-05-15_11-31-31.mp4 Link to comment https://wrobot.eu/forums/topic/5890-bug-npc-database/#findComment-26771 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now