jiraiyasm 1 Posted August 12, 2023 Share Posted August 12, 2023 hi as the title shows, how do i override bot state IsMounted. character is InTransport but the state is also IsMounted so the problem is it doesn't proceed with fighting. Thank you! Link to comment https://wrobot.eu/forums/topic/15266-override-bot-state-ismounted/ Share on other sites More sharing options...
TechMecca 7 Posted August 12, 2023 Share Posted August 12, 2023 IsMounted serves as a method rather than a state, with its primary purpose being to validate your ongoing mount status. In cases where this method provides both retrieval (Get) and modification (Set) functionalities, the potential exists to change its value to false by utilizing the syntax IsMounted = false. However, the presence of a Set capability remains uncertain. For those skilled in reverse engineering, an opportunity might arise to manipulate the underlying data by introducing an altered byte into the pointer. This could prompt the method to yield a false outcome, with the possibility of restoring the original state at a later juncture. Link to comment https://wrobot.eu/forums/topic/15266-override-bot-state-ismounted/#findComment-68644 Share on other sites More sharing options...
Droidz 2738 Posted August 13, 2023 Share Posted August 13, 2023 Hello, if you put false at IsMountedWhenInTransport, IsMounted should return false. You can also try to disable this option https://wrobot.eu/byme/doc/html/P-wManager.wManagerSetting.IgnoreFightGoundMount.htm Link to comment https://wrobot.eu/forums/topic/15266-override-bot-state-ismounted/#findComment-68647 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