Everything posted by Droidz
- There has problem when wrobot run on vanilla
-
WRobot support for Windows XP (and Vista) Ending Soon
Hello, In the next WRobot updates I'll change the .Net Framework version used (version 4.0 to 4.5 or 4.7), this will remove support for Windows XP (and Vista if I choose to use 4.7 version) (this will affect all versions of WRobot). If this cause problem, please comment this news and tell me what version of Windows do you use.
-
WRobot support for Windows XP (and Vista) Ending Soon
Hello, In the next WRobot updates I'll change the .Net Framework version used (version 4.0 to 4.5 or 4.7), this will remove support for Windows XP (and Vista if I choose to use 4.7 version) (this will affect all versions of WRobot). If this cause problem, please comment this news and tell me what version of Windows do you use. View full article
-
Wrobot uses too much CPU
On some TBC servers, all meet objects (players, items, gameobjects, ...) seems to keeps in memory, if your character go to big city or if you running too long WRobot session the CPU usage can increment. You can test if "/reload" resolve probleme (and run this macro sometimes) You can also try this plugin Main.cs : public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.ReadObjectManagerFTS = 2; } public void Dispose() { } public void Settings() { } } (you can change value line 5 (default WRobot value is 10))
-
my bot move and stop and so on how to fix
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Wrobot uses too much CPU
Hello, try to disable all of your plugins and your fightclass, and reenable these one per one (to found what plugin/fightclass that cause the problem).
-
Skinning problem
Hello, try to increment min/max latency in advanced general settings
-
Caster moving issues
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Add Remove Lesser Curse to FightClass
https://forum.elysium-project.org/topic/34281-getting-debufftype-out-of-unitdebuff/?do=findComment&comment=315238 Not tested: anyCurse = false; for i = 1, 16 do local debuffTexture, debuffApplications, debuffDispelType = UnitDebuff("player", i); if debuffDispelType and debuffDispelType == "Curse" then anyCurse = true; return; end end
- Mailbox
-
Add Remove Lesser Curse to FightClass
Hello, on Vanilla use http://vanilla-wow.wikia.com/wiki/API_UnitBuff or http://vanilla-wow.wikia.com/wiki/API_UnitDebuff (instead "UnitAura")
- Mailbox
-
Ban wave - 30 March 2018
- Remove wManager.Wow.Bot.States
No you need to use code for that- Window position on Vanilla server
- Load plugins / Dispose Plugins
Hello https://wrobot.eu/forums/topic/5417-change-fight-classload-pluginchanging-the-type-of-the-bot-in-questing-profile-using-code/?do=findComment&comment=25072- [WotLK] Pathfinding Ashenvale
All of your blacklisted zones are required?- Plugin for use mount in wotlk
mount name is "Felsteed", not "Feelsted"- Relogger
- Relogger error
Hello, in relogger general settings try to increment "Wait after launch"- [Possible Bug] Bot targeting and untargeting enemy that another player is fighting
Hello, try to activate options (in advanced general settings) "Can attack units already in combat" and "Ignore combat with all pets"- Defend Against Players (Party Mode)
Hello, it is know issu, I need to fix it https://wrobot.eu/forums/topic/6565-party-does-not-attack-enemy-players/- Defend Against Players
- [Vanilla] DeeprunTram Map missing
Hello, you get this problem all the time?- Plugin for use mount in wotlk
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). - Remove wManager.Wow.Bot.States