failbot 5 Posted December 22, 2021 Share Posted December 22, 2021 Hey i was just curious how npc's and such as well as flight masters are added to the databases? I know how to do it manually but there used to be a bunch in my file but I opened it today and it was all empty. I noticed it because the bot was running to random places way outside of the zone i had it in. Is there a way to mass add like import them? Link to comment https://wrobot.eu/forums/topic/13791-npc-and-flight-master-data-base/ Share on other sites More sharing options...
Droidz 2738 Posted December 23, 2021 Share Posted December 23, 2021 Hello, You need to put true at the "save" param: http://wrobot.eu/byme/doc/html/M-wManager.Wow.Helpers.NpcDB.AddNpc.htm NpcDB.AddNpc(TheNPC, true, false); For fightmaster: http://wrobot.eu/byme/doc/html/M-wManager.Wow.Helpers.Taxi.TaxiList.AddOrEditForCurrentPlayer_1.htm TaxiList.AddOrEditForCurrentPlayer(TheTaxiNode, true); Link to comment https://wrobot.eu/forums/topic/13791-npc-and-flight-master-data-base/#findComment-64391 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