December 22, 20214 yr 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?
December 23, 20214 yr 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);
Create an account or sign in to comment