Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/index.html
  2. From what it looks like , he isn’t around anymore. He doesn’t have a active sub to wrobot
  3. have you thought about porting it to wotlk and trying to use it in RDF's
  4. There is fnv to leveling profile and there is close to no free none paid profiles.
  5. Thread.Sleep(1000 * 30); // 1000 = 1 sec / * means X aka times and 30 means the number you're times the 1000 by
  6. Can you provide me the file so i can run some tests?
  7. D] 06:17:39 - [Memory] D3D9 used[E] 06:17:46 - DisposeHooking(): System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта. в robotManager.MemoryClass.Hook.DisposeHooking(Boolean closeMemory) maybe try try reinstalling or using the repair tool
  8. if you want to add a if statement you can. sorry i was half dead when i wrote this code. here one thats not popo.] if (!Quest.HasQuest(Quest ID) && !ItemsManager.HasItemById(Item ID)) { Lua.LuaDoString("ClearTarget();"); Thread.sleep(25); ItemsManager.UseItem(itemId); Usefuls.WaitIsCasting(); } Really you're choice. or if (!Quest.HasQuest(Quest ID)) { Lua.LuaDoString("ClearTarget();"); If !ItemsManager.HasItemById(Item ID)) { ItemsManager.UseItem(item Id); Usefuls.WaitIsCasting(); } }
  9. use runcode, (not tested) Lua.LuaDoString("ClearTarget();"); Thread.sleep(25); ItemsManager.UseItem(itemId); Usefuls.WaitIsCasting();
  10. This should work but don’t thank me, thank droidz. wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { cancelable.Cancel = true; if (unit.IsValid) ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(unit.Guid, DateTime.Now + TimeSpan.FromMinutes(10)); };
  11. That looks promising! @Droidz good job!
  12. Best bet is to contact the author to see if they are willing to update the routes.
  13. wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z)); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(ObjectID).FirstOrDefault().GetBaseAddress); Tested for some object quests.
  14. wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), NPC, 2, false); Lua.LuaDoString<int>("BuyMerchantItem(1, 1)"); This will work (Tested)
  15. What patch you need for? what item you wanna buy?
  16. you can add conditions. ObjectManager.Me.GetMoneyCopper == 0 // Copper amount ObjectManager.Me.IsIndoors // inside var zone = Lua.LuaDoString<string>("return GetZoneText()"); zone == "Stormwind City" // city / zone area
  17. { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), 11901, 2, false); // 2 is gosip with the 2nd option, Thread.Sleep(10); Lua.LuaDoString<int>("BuyMerchantItem(ItemID, Amount#)"); }
  18. i pretty sure that you can use havebuff from totem to detect if you dont have it with some conditions.
  19. Version 1.0.1

    391 downloads

    Hello, Today i wanted to share my Reins of the Winterspring Frostsaber Mount Farming Profile. I use this to get the mount. Quests: Frostsaber Provisions Winterfall Intrusion If you find any bugs or want me to implement anything, Join our discord server and send me a message. : https://discordapp.com/invite/xQuhs5C
  20. I guess the amazing @Marsbar thought of it already! Good job my friend!
  21. If wrobot has a Trade state , or you know how to make you're own state on C# you can write a plugin to auto use that script
  22. there is no way to auto accept trade but there is a macro to take the trade /script AcceptTrade();
×
×
  • Create New...