Droidz 2738 Posted May 26, 2014 Share Posted May 26, 2014 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) Link to comment https://wrobot.eu/forums/topic/1413-how-to-add-mailbox-at-your-profile/ Share on other sites More sharing options...
Droidz 2738 Posted August 31, 2015 Author Share Posted August 31, 2015 Link to comment https://wrobot.eu/forums/topic/1413-how-to-add-mailbox-at-your-profile/#findComment-10851 Share on other sites More sharing options...
Maltazard 0 Posted October 5, 2015 Share Posted October 5, 2015 Not working with custom profile ? Link to comment https://wrobot.eu/forums/topic/1413-how-to-add-mailbox-at-your-profile/#findComment-11079 Share on other sites More sharing options...
Droidz 2738 Posted October 5, 2015 Author Share Posted October 5, 2015 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 }); Link to comment https://wrobot.eu/forums/topic/1413-how-to-add-mailbox-at-your-profile/#findComment-11080 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