Everything posted by Droidz
-
Targeting
Do you have try with the quest type "UseSpellOn" ?
-
Exorcism and Templar's Verdict wont cast on proc 4.3.4
Disable the option "Not spell, is C# code"
-
Exorcism and Templar's Verdict wont cast on proc 4.3.4
Hello, check if the buff id is good in your game version .
-
Targeting
Hello, that is managed by your fightclass. What fightclass do you user? Have you try another?
-
bot not able to click on stuff in windows
Hello, try to disable all of your Wow addons
-
looting doesn't work
https://wrobot.eu/forums/topic/15245-bot-not-able-to-click-on-stuff-in-windows/?do=findComment&comment=68501&_rid=1
-
bot not able to click on stuff in windows
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
5.4.8 Monk Fight Rotation Profile???
Hello, All the MOP fightclasses are here : https://wrobot.eu/files/category/58-fight-classes-mop/ But, you can also try the Legion fightclasses : https://wrobot.eu/files/category/14-monk-legion/
-
Help with Wrotation movement
Hello, In the WRotation options (Product settings) you have disabled the option 'Manage character movement'? In some cases the fightclass can also pose this type of problem (if it is not made to be used with WRotation).
-
code for professions?
You can find some samples on github https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/bambo/006422_BambosWotlkSkinningHorde v1.0.0.xml#L22 But, in dev tools check the value returned by Skill.GetValue(SkillLine.Skinning) (maybe this value can be wrong in some gameversion/server).
-
GoToTask conditionExit
Hello, I'm supprise that with => false method move the character. To interrupting when bot attacked use GoToTask.ToPosition(pos, 3.5f, false, context => !Conditions.IsAttackedAndCannotIgnore);
-
WoW 2.4.3 Autogear help pls
Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
-
Check profession lvl
https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1
-
code for professions?
Hi, You give very few elements, where is this code used (the context)? you have an error? have you checked that the value returned by 'Skill.GetValue(SkillLine.Skinning)' is correct?
-
Quester call function defined plugins
In "custom script" instead to put code put the path to files to includes. After call you code from your profile, like https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/camelot10/002384_[110] Broken Shore.xml#L2299 he calls https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/camelot10/002400_Questing.cs#L2069
-
Quester call function defined plugins
Hello, What you want to do will add complexity, use this method instead:: https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/camelot10/002204_[110] Mac'Aree.xml#L102
-
PVP Lost target
It's complicated to help you without the complete code and logs (even then it might be).
-
PVP Lost target
I think it is already blacklisted, you should look at the first logs, look at the options (like ignore elite, ...) and look at the blacklisted zones/units (with the 'Map' for example)
-
PVP Lost target
Hello, try: Fight.StartFight(target.Guid,false,false,false, false) You haven't more informaiton in the log ? The bot should indicate the reason why it stopped the fight.
-
WOTLK Warrior You Are Too Close Combat Bug Wont Attack 3.3.5
Hi, you should use the check distance option. But I am sorry, I haven't solution (the server must not return the correct information). If you are using a fightclass written in C# you may be able to modify the range depending of your target, but this is not possible with XML fightclasses .
-
compilator error
In one or more quest steps code you have this problem : https://learn.microsoft.com/dotnet/csharp/misc/cs1010 (check the step code one by one)
-
Does the bot work on Felsong?
Hello, Try to use the default Wow.exe file (not modified), if you can't, you can't use wrobot.
-
Wrobot Default Settings
Hello, you can make plugin or change settings from your profile (if you use quester product). You can also use this plugin https://wrobot.eu/files/file/421-settings-backup/(it's not automatic but faster)
-
Quester editor + wowhead
Hello, what is your game version, I tested (on Wotlk) and it works.
-
compilator error
Try with this file : Vanilla - Stockade.xml