Everything posted by TheSmokie
-
[Free] TBC Hunter 1-70 Leveling FC + Feed Pet + Auto Cheetah
- 25 comments
- 3 reviews
-
Tag ‘n Bagger
-
hey new customer here, quick question
There is fnv to leveling profile and there is close to no free none paid profiles.
-
wait for a few minutes to resurrect
Thread.Sleep(1000 * 30); // 1000 = 1 sec / * means X aka times and 30 means the number you're times the 1000 by
-
[Resurrect] Player dead
Can you provide me the file so i can run some tests?
-
[Resurrect] Player dead
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
-
Quest profile :use Item on my self
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(); } }
- Quest profile :use Item on my self
-
Bot not attacking same target with fast respawn rate
Oh I miss read it then. I’m sorry
-
Bot not attacking same target with fast respawn rate
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)); };
-
Take off tha bag
That looks promising! @Droidz good job!
-
Mass ban
Best bet is to contact the author to see if they are willing to update the routes.
-
use game object
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.
-
Buy item for quest
wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), NPC, 2, false); Lua.LuaDoString<int>("BuyMerchantItem(1, 1)"); This will work (Tested)
-
Buy item for quest
What patch you need for? what item you wanna buy?
-
Buy item for quest
updated the code up ?
-
Buy item for quest
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
-
Buy item for quest
{ 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#)"); }
-
shaman totems
i pretty sure that you can use havebuff from totem to detect if you dont have it with some conditions.
-
Buy item for quest
- Winterspring (Mount Farm)
- 447 downloads
- Version 1.0.1
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- Auto Accept Trade
I guess the amazing @Marsbar thought of it already! Good job my friend!- Auto Accept Trade
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- Auto Accept Trade
there is no way to auto accept trade but there is a macro to take the trade /script AcceptTrade();- How do you clean your Gold?
Think about money laundering, just buy stuff oh value with it. Send it to different toons on different free accounts then send to main account. You - Winterspring (Mount Farm)