Jump to content

Recommended Posts

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

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

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