NiteKat 4 Posted January 28, 2019 Share Posted January 28, 2019 New user here, was playing around with the Fight Class editor that is built in, and I cannot find a way to make a Hunter stay at range and use their gun or bow. Is that only possible via a C# fight class? I tried making Auto Shoot a defined spell, and explicitly setting the move while casting to false, but I still get the same result of the Hunter running up to the enemies and never once firing their ranged weapon., Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/ Share on other sites More sharing options...
Dreamful 148 Posted January 28, 2019 Share Posted January 28, 2019 Hey NiteKat, On the Left site in Fightclass Editor you see General Settings change the point 'Range' to 25 or 30. That should work. Have fun, Dreamful saleh 1 Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/#findComment-51164 Share on other sites More sharing options...
NiteKat 4 Posted January 28, 2019 Author Share Posted January 28, 2019 Thank you, this sort of solved my problem. I had tried it before, but only to 8. Now if I set it to 28, the Hunter will stop at a decent distance... but if won't shot. Just stands there waiting for the mob. If I try using Auto Shoot as a spell, it *keeps* casting it, interrupting the attack, so a shot never gets off. I'm assuming I need to check if it's being used already, but I'm not sure what Auto Shoot is considered as (I'm guessing it isn't a buff?). Dreamful and saleh 1 1 Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/#findComment-51171 Share on other sites More sharing options...
eeny 523 Posted January 29, 2019 Share Posted January 29, 2019 (edited) 3 hours ago, NiteKat said: Thank you, this sort of solved my problem. I had tried it before, but only to 8. Now if I set it to 28, the Hunter will stop at a decent distance... but if won't shot. Just stands there waiting for the mob. If I try using Auto Shoot as a spell, it *keeps* casting it, interrupting the attack, so a shot never gets off. I'm assuming I need to check if it's being used already, but I'm not sure what Auto Shoot is considered as (I'm guessing it isn't a buff?). thats because the FC is trying to use a skill outside of the range... put the Me.target.distance setting to = your rage (in yds) and it should stop shuddering and just go to ur FC range and start attacking. you may set a range in your FC... however the way wrobot works is if u have a target outside range.. it will start tying spells. Sometimes its good like hunters mark / pet attack, sometimes bad like what you are seeing. All part of optimising a FC. Edited January 29, 2019 by eeny Dreamful and NiteKat 2 Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/#findComment-51173 Share on other sites More sharing options...
NiteKat 4 Posted January 29, 2019 Author Share Posted January 29, 2019 Ahh okay. I'll have to try to play around with that then... C# might be easier to work with than the XML making tool. I'm a C++ programmer, but looking through the eeny examples that came with the bot, the C# syntax isn't too hard to grasp. And I've been able to use these with slight modifications to, for example, make a Priest that heals/buffs party members and such. Some things just feel really finicky with the editor, but that's probably just my being new with it. ? Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/#findComment-51193 Share on other sites More sharing options...
Dreamful 148 Posted January 29, 2019 Share Posted January 29, 2019 7 minutes ago, NiteKat said: Ahh okay. I'll have to try to play around with that then... C# might be easier to work with than the XML making tool. I'm a C++ programmer, but looking through the eeny examples that came with the bot, the C# syntax isn't too hard to grasp. And I've been able to use these with slight modifications to, for example, make a Priest that heals/buffs party members and such. Some things just feel really finicky with the editor, but that's probably just my being new with it. ? Some nameing of conditions are confusing too in the Fightclass Editor in my opinion. if you are expierenced with programming you better go with developing it in a IDE immediatley. Helpful threads, Or join the wRobot discord their is a Developer channel where you get quick help. NiteKat 1 Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/#findComment-51195 Share on other sites More sharing options...
NiteKat 4 Posted January 29, 2019 Author Share Posted January 29, 2019 This also seems to be a really useful post too. I just walked through the steps on getting my Visual Studio set up using it: Also got myself onto the discord. Dreamful 1 Link to comment https://wrobot.eu/forums/topic/10728-cant-get-hunter-to-use-ranged-attack/#findComment-51198 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now