Everything posted by TheSmokie
- Bot not skinning
-
wrobot keep disconnecting wow
He plays on warmane.
-
How to make the bot run more naturally?
In advance settings > Pathfinding > turn on smooth move
-
spell.launch() causing frame jutters w/ framelock
I’m completely baffled that everyone in there mother wants to use a ingame lua inject banner
-
spell.launch() causing frame jutters w/ framelock
Yeah, message me, I’ll help.
-
Add optional IsMine to UnitBuff wotlk+
I know, just thought of adding a little info.
-
tbc help cant start bot
Can you log discord and share your screen with me so i can provide help?
-
tbc help cant start bot
bambos grinder needs to be loaded as a quester product.
-
tbc help cant start bot
what profile you using?
-
tbc help cant start bot
download this, the error is in your logs. https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/slimdx/SlimDX Runtime .NET 4.0 x86 (January 2012).msi
-
[Example] Random areas (on a timer) for grinding
With @Matenia Approval, i am posting the source code to be able to add RANDOM TIMERS, using two variables. use profile provide as a template. If you have any Questions, ask on the Wrobot Fourms or Wrobot discord. -Smokie Ps : due to this stay at home bullshit, i am working on making grinders + class quests from vanilla to worlk both horde and alliance, so if you do not feel like doing all the work, feel free to wait till i am done. RandomGrindingTestv2.xml
-
Detect if Target is mounting up
Try using this plugin by @Matenia :
-
Detect if Target is mounting up
Have you tried buffname?
-
Game keeps randomly closing while using Battlegrounder
TheSmokie replied to sorrypenguin0's topic in WRobot for Wow Wrath of the Lich King - Help and support?
-
Add optional IsMine to UnitBuff wotlk+
Wow, i am glad to see others working on Wrath of the lich king content. Good job! Ps : IsMine was changed to UnitCaster in patch 3.1.0
-
Game keeps randomly closing while using Battlegrounder
TheSmokie replied to sorrypenguin0's topic in WRobot for Wow Wrath of the Lich King - Help and supportThere is a smoothpath in <Advance settings> @Droidz added them.
-
Game keeps randomly closing while using Battlegrounder
TheSmokie replied to sorrypenguin0's topic in WRobot for Wow Wrath of the Lich King - Help and supportTurn off smooth movement
-
Game keeps randomly closing while using Battlegrounder
TheSmokie replied to sorrypenguin0's topic in WRobot for Wow Wrath of the Lich King - Help and supportTry using another fightclass, i looked threw your logs and i dont see anything.
-
how to stop bot when Game master Mind Vision check ?
Hello, this should work as a plugin .cs file. using robotManager.Products; using wManager.Plugin; using wManager.Wow.ObjectManager; using System.Threading; public class Main : IPlugin { bool running; public void Initialize() { running = true; if(ObjectManager.Me.HaveBuff("Mind Vision")) { Products.InPause = true; } Thread.Sleep(500); } public void Dispose() { running = false; } public void Settings() { } }
- LootFilterWrobot
-
LootFilterWrobot
@retrostalgic I had this same problem with @Matenia warlock fightclass for shards, maybe if you ask him nicely, he will update this project with his working code for warmane. (I do not have his warlock source code.)
- 16 comments
- 4 reviews
-
need help with tbc bot
Can you provide logs? i can help if i dont see logs on whats causing this problem,
-
need help with tbc bot
Whos profile + whos fightclass you using?
-
[PAID][WotLK] 1-80 Combat Rogue
Hello, i bought this fightclass a few days ago and so far i am level 36 using a private profile of mine and the always staying in Stealth helps not get banned and not having to deal with alliance attacking me over all. yes being in Stealth makes the toon slow but over all no one can see me unless they target me. id recommend this to anyone who wants to level a rogue without problems.
-
Quester Parallels - Combine Target Entry
Yes, @Droidz. this would be awesome to have.