Jump to content

Can't get why CanCondition ignores


Weer36

Recommended Posts

<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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...