Everything posted by Droidz
- node stuck
-
Error message
Hi, I have rebooted server yesterday it is the reason.
-
WRobot shuts down on its own
Hi, You have probably launched wrobot two time with the same license key (1 license key = 1 wow session (same time))
-
[bug report] Bot trying to kill already dead enemy
You can disable option "Player attack before being attacked" in general settings.<br /><br />You are on what wow server (I don't have problem)?
-
{Fight Class}
The solution of Loki is good, put to false "Combat only" (spell settings) (but don't use put true at the option "For friend")
-
Recent Change
Yes is this option
-
Recent Change
Hi, I have also added on last update possibility to attack before being attacked if mob is on your path (active by default, this avoid multi aggro). I have planned to add possibility to change path for avoid elites or high-level creatures (and improve path finder). Currently I worked on quest bot, when the bot quest is stable I'll work on this.
-
[Fight Class] Pause between casts
Can you try with this dll please, I have tried to improve cast speed (I have also added fightclass setting Frames per Second (by default is 15, for more speed I recommand 50 but it increment uc usage)) wManager.zip
-
Please help
Your log is empty (you haven't started bot). And I have added possibility to disable option "stop bot after X min" in last update, try to disable this option and say me if your problem is solved.
-
[SUGGESTION] for under "stop game/bot/security"
Hi, I'll see it
-
[Fight Class Condition]Mana
http://pastebin.com/mj79zTC4 you can found here ObjectManager.Me, ObjectManager.Target and ObjectManager.Pet api
-
[Fight Class Condition]Mana
You can use C# condition: ObjectManager.Me.ManaPercentage < 75
-
Going into idle mode
With log file I can understand that you changed your character in game (you must redémarer wrobot when you change character).
-
Please help
Hi, Can you share your log file please. I'll add option for disable this option.
-
archy
Hi, In "Product Settings" you can set it (wow addon can cause bug, I recommend to disable all wow addon for archy).
-
Can i add pet skills into Wrobot?
If don't works, you can try to use /click ButtonName For get button name use this macro: /run print("/click "..GetMouseFocus():GetName()) (put you mouse cursor over spell button, launch this macro and in wow chat is written button name). Replace CastSpell(33395, "pet"); by /click ButtonName
-
[Fight Class Condition]Mana
Hi, If is not written percent in condition name the value is real (if you have 71000/120000 conditions is "mana (71000)<75000"
-
Mailing does not work
You can get mailbox name when you put your mouse cursor over the mailbox in game.
-
WRobot - Official
- 116 comments
- 6 reviews
-
Can i add pet skills into Wrobot?
hi, Wrobot don't managing pet ability. But you can use pet ability in fightclass with lua code, try this CastSpell(33395, "pet"); (http://www.wowwiki.com/API_CastSpell, http://www.wowhead.com/spell=33395)
-
Going into idle mode
Hi, In your log you have: Please select an Fly Mount in general settings When you have correctly settings fly mount you have again this problem?
-
ideas and a request
Hi, I works currently on quester bot, coming soon (but quests profiles is very long at write, I have passed 2 days only for write quests level 1 to 15) For profiles request go here: http://wrobot.eu/forum/28-profiles-and-requests-wrobot/ And I'll add by default FightClass in the bot with auto selection. Thanks
-
Check if you're behind the target
Try with this code: (System.Math.Abs(ObjectManager.Me.Rotation - ObjectManager.Target.Rotation) < 0.35f) (wow object rotation is in radians, -pi at +pi)
-
WoW Crash
Try to install antivirus kaspersky and ESET Nod32 (trial version during 30 days). But I don't know what can cause wow crash.
-
Mailing does not work
Hi, For add mailbox propely read this post: