Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. Hello, in this thread ill be release code that works on bug items or bugged quests in game etc. If you find any bug quests please provide me with info and i can help. All code i upload is free to use but id like credit if you use it.
  2. if you don’t mind providing me with the quest name?
  3. Hello, botting is breaking rules on every server and will get you banned. So use at you own risk.
  4. Wrobot is undetected on warmane , dalaran wow, sunwell and Gamer
  5. Hello, you can use one of these. or or Paid ones are always the best.
  6. Hello, use quest type "Override Pulse CSharp Code" with code: var npc = new Npc { Entry = 1247, // Npc ID Position = new Vector3(-5601.6, -531.203, 399.6539), Type = Npc.NpcType.Vendor }; int itemId = 2894; // Item ID if (GoToTask.ToPositionAndIntecractWith(npc)) { Vendor.BuyItem(ItemsManager.GetNameById(itemId), 1); } return true; also for runcode action use this . if (ObjectManager.Me.WowClass == WoWClass.class && ObjectManager.Me.Level <= 0) // change "Class" to what class you are. set level to level you want to get item at. { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), NpcID, 1, false); System.Threading.Thread.Sleep(5000); wManager.Wow.Helpers.Vendor.BuyItem("Skinning Knife",1); // change Skinning Knife to what item you want. do not remove "" System.Threading.Thread.Sleep(5000); } if (ItemsManager.HasItemById(3108)) // change 3108 to the item id { ItemsManager.UseItem(3108); // change 3108 to the item id }
  7. I would try making you're own fightclass. You'll learn a lot more and most free fightclasses are somewhat bad.
  8. You can contact droidz by Dm, or you can go to the buy sub are and spend some money.
×
×
  • Create New...