Jump to content

Sharpzee

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Sharpzee

  1. On 6/4/2020 at 10:55 AM, Droidz said:

    Hello,

    In "NPC DB" (tab tools) add npc type "Smelting" (add the npc nearest the smelting zone), WRobot will smelting when he will go to the town (if you activate "Smelting" option in advanced general settings). If you use wow addons try to disable all

    For those still having issues, by "add the npc nearest the smelting zone" Droidz means to add the NON PLAYER CHARACTER  near the forge NOT the Forge itself

  2. 18 hours ago, noenduser said:

    I am having trouble getting smelting to work.
    I have enabled it in advanced settings. Added both an npc as smelter, and the forge as smelter. Have searched through forums and have tried pretty much everything you've suggested in response to this issue with no luck.

     

    Here is a brief example of what I mean 🙂 this will go to the forge in Stormwind, check if you have Saronite in your bag, and then smelt it

    Smelting Saronite.xml

  3. 18 hours ago, noenduser said:

    I am having trouble getting smelting to work.
    I have enabled it in advanced settings. Added both an npc as smelter, and the forge as smelter. Have searched through forums and have tried pretty much everything you've suggested in response to this issue with no luck.

     

    have you tried adding the Ore Item ID to the options? another way you could do it is create a custom Quester profile to do this manually 🙂

  4. You could create a Quester profile in which you did something like:

    RunCode => 

    wManager.wManagerSetting.CurrentSetting.MailRecipient("name1");

    wManager.wManagerSetting.CurrentSetting.ForceMailList.Add("Itemname1");

    wManager.Wow.Bot.States.ToTown.ForceToTown = true;

    Wait => 

    1000

    RunCode => 

    wManager.wManagerSetting.CurrentSetting.ForceMailList.Remove("Itemname1");

    RunCode =>

    wManager.wManagerSetting.CurrentSetting.MailRecipient("name2");

    wManager.wManagerSetting.CurrentSetting.ForceMailList.Add("Itemname2");

    wManager.Wow.Bot.States.ToTown.ForceToTown = true;

    -------------------------------------------------------------------------------

    I use this in one of my Farming profiles, and it will send Saronite to one character and eternals to another 🙂

     

×
×
  • Create New...