May 26, 201411 yr How to add Mailbox In the "profile creator" tool go to tab "Npc", in game go near mailbox and put your mouse over the mailbox to get the name: Write the name of mailbox in WRobot (case sensitive): Click on button "Add Target to Npc list...", an item is added in the table: If you are outdoor or if you can fly to the mailbox, don't forget to activate option "CanFlyTo" of added line: (This works also for add mailbox with "Npc DB" tools, to delete an mailbox just select line and click on key "Del" of your keyboard)
October 5, 201510 yr Author Not working with custom profile ?Hello, you can:Add mailbox directly in custom profile code:wManager.Wow.Helpers.NpcDB.AddNpc(new Npc {Name = "Mailbox", Type = wManager.Wow.Class.Npc.NpcType.Mailbox, PosX = 0.0f, PosY = 0.0f, PosZ = 0.0f});You can add mailbox in NPC DB (tab "Tools"). Don't forget to add ToTown state in your profile:...Fsm.AddState(new wManager.Wow.Bot.States.ToTown { Priority = 6 });
Create an account or sign in to comment