Bigmac 1 Posted August 5, 2019 Share Posted August 5, 2019 Hello, does anyone know how i can prevent the resting to "break" the fight class? Example: When i have a rogue fight class that uses constantly stealth, it will enter stealth after a combat, but if the character is low life, he will begin to eat, therefore stealth will break and the bot is visible to mobs (therefore the risk of pulling mobs around). How is it possible to avoid this? Better would be bot finishes the fight, recognizes he is low, eats, and then uses stealth (less aggro range) while he is eating, besides not being seen for the other faction to kill the bot ;( Please help me ? Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/ Share on other sites More sharing options...
Zan 99 Posted August 5, 2019 Share Posted August 5, 2019 You'd need to do a few checks on stealth. Example checks: #1 food set below 50% health. Therefore, set stealth to health >= 50% #2 food set below 50% health. Stealth with food buff when health < 50% Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55389 Share on other sites More sharing options...
Bigmac 1 Posted August 5, 2019 Author Share Posted August 5, 2019 That will work, but is not answering my question as described above "regeneration" from WRobot is interrupting the Fight Class, and i want to know if there is a way of avoiding that. I personally dont like my bot to eat after every mob or every 2nd mob (at 50% life), which player does that? That's bot like, sure its safe but its making you more suspicious of being a bot user. Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55391 Share on other sites More sharing options...
TheSmokie 242 Posted August 5, 2019 Share Posted August 5, 2019 Regen state overrides all fightclasses unless you write a regen state into the fightclass Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55392 Share on other sites More sharing options...
Bigmac 1 Posted August 6, 2019 Author Share Posted August 6, 2019 I know that has been mentioned before, but wont help in this scenario. WRobots own regeneration will still interrupt the fightclass, and the unclean solution of writing a regeneration within a fight class is prone to failure and also not clean, Wrobots own regeneration should be able to handle that but just according to the right circumstances ? Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55404 Share on other sites More sharing options...
clovanzo 0 Posted August 15, 2019 Share Posted August 15, 2019 Hello, i have similar question. Where should i check for eat and drink option, i cannot find it. Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55560 Share on other sites More sharing options...
Treorian 0 Posted August 15, 2019 Share Posted August 15, 2019 why the fuck is all fightclass profiles .dll files? Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55566 Share on other sites More sharing options...
Matenia 628 Posted August 15, 2019 Share Posted August 15, 2019 8 minutes ago, Treorian said: why the fuck is all fightclass profiles .dll files? Because you just need to implement an interface and then it doesn't matter how it's implemented. So wRobot can load any code that implements this interface at will. It's very extensible. But also, I wouldn't want my PAID SOURCE CODE to be publically available. Anyway, if you compile a binary, which consists of more than just one C# class (and should, otherwise it's not maintainable) you end up with a dll file. Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55567 Share on other sites More sharing options...
Bigmac 1 Posted August 23, 2019 Author Share Posted August 23, 2019 On 8/5/2019 at 7:41 PM, Bigmac said: That will work, but is not answering my question as described above "regeneration" from WRobot is interrupting the Fight Class, and i want to know if there is a way of avoiding that. I personally dont like my bot to eat after every mob or every 2nd mob (at 50% life), which player does that? That's bot like, sure its safe but its making you more suspicious of being a bot user. yet I do not have an answer or a tip of how to solve this? Would it be possible if one would create a product? Would that allow at a deeper level to avoid WRobots "own" regeneration to interrupt the fightclass logic? Link to comment https://wrobot.eu/forums/topic/11551-resting-breaks-the-fightclass-exception-possible/#findComment-55695 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