Everything posted by Droidz
-
Description Box for Conditions
Changed Status to Fixed Changed Version to All
-
[Private servers] Unable to go underwater while mounted on a flying mount.
Changed Status to Fixed
-
Bot died while player nearby and paused, won't unpause
Changed Status to Fixed
-
3.3.5a Security pause bot if player nearby pauses in combat causing security risk
Changed Status to Fixed
-
[Profile Creator] Condition "Soul Shards" not working
Changed Status to Fixed
-
Rotation stops after stun
Hello, this problem still here?
-
Bot does not fly high enough
Hello, to avoid to fly just above the ground, use in your profiles/NPCs positions type "Flying".
-
Vendoring Mop 5.4.8
Hello, you can try to use wow addon
-
Bot sometimes not follow path but do Hotspots(even if not activated)
Changed Status to Fixed
-
Wrobot Closes on two windows
Changed Status to Not a Bug Changed Version to All
-
beautifying XML
Hello, I'll not change it (xml il generated automaticly).
-
"Recruit a friend" connected players do always have dead flag
Changed Status to Fixed
-
Dont attack death mobs
Changed Status to Fixed Changed Version to All
-
Archaeology crashing
Changed Status to Not a Bug
-
who can help with me this profile?
http://wrobot.eu/forums/topic/3644-suche-ein-kürschner-profilbitte-um-hilfe/
-
Bot skips waypoints
You can add at the end step type "RunLuaCode" with code Logout() ( http://wowwiki.wikia.com/wiki/API_Logout ) to logout character. To use Reset:
-
Need a minimum gold option
Hello, I'll add this option, I comeback here when is done.
-
Loot in combat plugin crashes bot
Hello, What plugin do you have try (if you can share link)? You play on official wow server?
-
Hold Range / Moving Backwards
Hello, like this: http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=11416 and http://wrobot.eu/forums/topic/2482-shadow-priest-void-tendrils-help/?do=findComment&comment=11415
-
[Profile generators] Possibility to override min range of 4.5 (example UseItemOn)
Changed Status to Fixed Changed Version to All
-
Mail macro
Droidz replied to pinco_pallino_88's topic in WRobot for Wow Wrath of the Lich King - Help and supportHello, you can with "Auction" product.
-
Fight Classes
Hello, Thank you for share. You can post your fightclasses here to reach the maximum number of people.
-
Bot skips waypoints
Hello, if you can wait next update. I have added step type "Reset", use this step before "Pulse" step.
-
[feature request] new profile + quest pulse types
Hello, (sorry, this post is old, I ignore if you have found how to resolve problem since) Farm-path > I'll add option like "No hotspots, is path" (and add possibility to record path) in grinder, killandloot,... You can set search radius with c# code wManager.wManagerSetting.CurrentSetting.SearchRadius = 9999; (add step type "RunCode") Kill+gather > To gather and kill, add step type "RunCode" with the code: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(232544); (replace 232544 by your game object entry id) Add quest type "KillAndLoot" and pulse it (like here: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ ) ( to remove game object at collect, use this code: if (wManager.wManagerSetting.CurrentSetting.ListHarvest.Contains(232544)) wManager.wManagerSetting.CurrentSetting.ListHarvest.Remove(232544); )
-
Suggestions for FightClass Conditions
Changed Status to Not a Bug