xinito 1 Posted September 25, 2018 Share Posted September 25, 2018 Hey there! I'm working on my own Quester profile and on my own Plugin, the plugin functionality is to check if I'm running low on ammo and if so go to the vendor and buy them. This plugin works however when I'm trying it with a character that still has steps to do in the profile it will get into the while (arrows < amount) but on the next pulse/tick it will continue to do whatever the profile tells it to do so it's never executing the code to go to the vendor and buy the ammo. So what I want to achieve is that it "pauses" / ignores the profile and actually runs the plugin code first and when that is finished continue the profile. Any help? Link to comment https://wrobot.eu/forums/topic/10163-conflict-with-pluginprofile-how-to-prio-plugin-over-profile/ Share on other sites More sharing options...
Matenia 628 Posted September 25, 2018 Share Posted September 25, 2018 Add a state with higher priority than the quester (similar to ToTown). You can look at the source of the free PartyHelper Plugin for how to do that Link to comment https://wrobot.eu/forums/topic/10163-conflict-with-pluginprofile-how-to-prio-plugin-over-profile/#findComment-47930 Share on other sites More sharing options...
xinito 1 Posted September 25, 2018 Author Share Posted September 25, 2018 53 minutes ago, Matenia said: Add a state with higher priority than the quester (similar to ToTown). You can look at the source of the free PartyHelper Plugin for how to do that Do you got a link? I can't find it myself. Link to comment https://wrobot.eu/forums/topic/10163-conflict-with-pluginprofile-how-to-prio-plugin-over-profile/#findComment-47932 Share on other sites More sharing options...
Matenia 628 Posted September 25, 2018 Share Posted September 25, 2018 https://wrobot.eu/files/category/177-plugins-multiversion/ Link to comment https://wrobot.eu/forums/topic/10163-conflict-with-pluginprofile-how-to-prio-plugin-over-profile/#findComment-47933 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