Everything posted by Droidz
-
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(); } }- Need help : Bot movement
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Hunter range from target
Hello,- Hunter move to range attack?
- Relogger not working
Hello, I cannot reproduct your problem, try to reinstall WRobot. Do you have errors in your log (wrobot and relloger logs)?- Does not attack
- Help Wrobot Dont Open
- Bot Pathing and Water is broken.
Yes fightclass seem strange, can you try without fightclass, try also to disable wrobot plugins and wow addons, and if all works fine, try to reactivate them one per one- Weird behaviour in outlands with pathing
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Bot Pathing and Water is broken.
Try to remove (empty) option "Aquatic" mount name in advanced general settings (and turn on path finding)- Healing lower ranked spell
Use spell option "not spell, is lua script" and use: http://vanilla-wow.wikia.com/wiki/API_CastSpell (you need to check manually if spell is usable, distance and ...)- Bot sells everything
Hello, try to disable you wow addons.- Prevent bot from attacking players
Hello, if you can wait next update- Bot Attacks Opposite Faction
Hello, if you can wait next update- ne pas attaquer la faction opposé ?
Bonjour, attendez la prochaine mise a jour- If I don't want to hit alliance first?
Hello, if you can wait next update - How do I use a macro per pull?