Weer36 3 Posted August 5, 2022 Share Posted August 5, 2022 <EasyQuest> <Name>easy</Name> <QuestType>KillAndLoot</QuestType> <QuestClass xsi:type="KillAndLootEasyQuestClass"> <HotSpots> ... </HotSpots> <EntryTarget /> <IsGrinderNotQuest>false</IsGrinderNotQuest> <IsHotspots>true</IsHotspots> </QuestClass> <CanCondition>return true;</CanCondition> <IsCompleteCondition>return false;</IsCompleteCondition> <RepeatableQuest>false</RepeatableQuest> <NotRequiredInQuestLog>false</NotRequiredInQuestLog> <PickUpQuestOnItem>false</PickUpQuestOnItem> <PickUpQuestOnItemID>0</PickUpQuestOnItemID> <GossipOptionRewardItem>1</GossipOptionRewardItem> <RequiredQuest>0</RequiredQuest> <MaxLevel>100</MaxLevel> <MinLevel>0</MinLevel> <WoWClass>None</WoWClass> </EasyQuest> I'd read about NotRequiredInQuestLog: when you use "NotRequiredInQuestLog" WRobot ignore "CanCondition" Why EasyQuest don't start in <QuestsSorted Action="Pulse" NameClass="easy" /> ? Link to comment https://wrobot.eu/forums/topic/14699-cant-get-why-cancondition-ignores/ Share on other sites More sharing options...
Droidz 2738 Posted August 5, 2022 Share Posted August 5, 2022 Hello, If you are using an old version of the bot try to put a quest id (even fake). Link to comment https://wrobot.eu/forums/topic/14699-cant-get-why-cancondition-ignores/#findComment-66390 Share on other sites More sharing options...
Weer36 3 Posted August 5, 2022 Author Share Posted August 5, 2022 Tryed, but can't see that bot checks CanCondition: tested it with <CanCondition>Logging.WriteDebug("123"); return true;</CanCondition> Link to comment https://wrobot.eu/forums/topic/14699-cant-get-why-cancondition-ignores/#findComment-66398 Share on other sites More sharing options...
Droidz 2738 Posted August 8, 2022 Share Posted August 8, 2022 Sorry, "CanCondition" is called only when bot run "PickUp" step. Use IsCompleteCondition Link to comment https://wrobot.eu/forums/topic/14699-cant-get-why-cancondition-ignores/#findComment-66406 Share on other sites More sharing options...
Weer36 3 Posted August 12, 2022 Author Share Posted August 12, 2022 Thats way works fine, just tried to understand how it should works correctly. Thanks. Link to comment https://wrobot.eu/forums/topic/14699-cant-get-why-cancondition-ignores/#findComment-66428 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