Jump to content

Sorcerer

Members
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Sorcerer reacted to TheSmokie in [ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)   
    or use @Droidz method - 
     
  2. Like
    Sorcerer reacted to TheSmokie in [ToolBox][Vanilla - WOTLK] Many Useful Functions (Custom script)   
    using frames like that one is everything SINGLE TIME you try go to vender it will run, which can cause problems. use this instead, use overridepulse to go buy stuff from venders.
    if(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(1,1,1), 55 , 1)) // vectors of the npc, npc ID, Gossip { Tool.BuyItem("itemName", Amount); } return true;  
×
×
  • Create New...