Everything posted by Droidz
-
Blacklisting Vendors/Flightpaths
Hello, if you can wait next update and tell me if problem is fixed
-
[TBC] Relogger not saving bot settings
Ok, for problem with relogger and settings wait next update
-
Check whether an item is usable
Hello, with code like: string s = wManager.Wow.Helpers.ItemsManager.GetItemSpell(5514); if (!string.IsNullOrWhiteSpace(s)) { bool isUsable = wManager.Wow.Helpers.SpellManager.SpellUsableLUA(s); }
- How do I change my forum review rating?
-
Caught fish logging?
Hello, no sorry, more similar plugin for that is https://wrobot.eu/files/file/512-loot-statistics/ (you can also search in wow addons)
-
Bot doesn't Drink after Resurrecting
- Somewhat more intuitive flying / pathing
Hello, not option for that, but if you use "Gatherer" bot you can use product option "Use flying mount at all times"- [TBC][BUG] Bot doesn't drink after Ressurection
Hello, can you share screenshot of you food settings (in advanced general settings)- Need help : Bot movement
You get all time this log: 19:50:28 - "[Farming] Still moving! - Please verify if your key binding "Sit/Move Down" is assigned." Try to disable your wow addons and try to reinstall wrobot, select only your profile (don't use fightclass and ...) to test if WRobot works- Often attacking enemy faction
Hello, wait next update, I improved combat detection with others players and added option to ignore all combat with players.- Sometimes the bot dont use the mount
Hello, if you can wait next update and tell me if problem is resovled- Gatherer constantly stuck in "flying up and down loop"
I cannot reproduce this problem, can you give me position of your gif.- Cannon/Vehicle vertical aim
Hello, do you have try to use wManager.Wow.Helpers.ClickOnTerrain.Pulse(new Vector3(1, 2, 3));- shutdown
Hello, You can check if it is WRobot in log ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Does not attack
- Need help : Bot movement
Try to activate "Use lua to move" (in advanced general settings)- Hunter range from target
- How do I use a macro per pull?
Hello, add this in your fightclass like: RunMacroText("/petattack"); RunMacroText("/cast Hunter's Mark(Rank 2)"); RunMacroText("/cast Berserking(Racial)"); RunMacroText("/cast Rapid Fire"); with spell settings "Not spell is lua script" > True and "Once per target" > True (and add distance condition) But, you can also add all spells normally in your fightclass- [TBC] Random WRobot crashing/not responding since latest update
Hello, try to remove your folder "WRobot\Data\Meshes\"- How do I change my forum review rating?
- Automatic rebuff - why doesn't it work
Use SpellManager.SpellUsableLUA("spell name") http://wowwiki.wikia.com/wiki/API_IsUsableSpell- How do I change my forum review rating?
- Anyway to get the bit to not hard turn
Hello, you can try to "use ctm" (in advanced general settings)- Bot Pathing and Water is broken.
I told you to try to remove your aquatic mount. And your fightclass spam spells. You can also try to clean you taxidb (tab tools)- Automatic rebuff - why doesn't it work
Hello, replace Buffer.Pulse(); by while (wManager.Wow.Helpers.Conditions.ProductIsStarted) { if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { Buffer.Pulse(); } } - Somewhat more intuitive flying / pathing