Bug 603 added to the buglist.
I am unable to pickup quest The Ultrasonic Screwdriver in Borean Tundra near the Fizzcrank Airstrip
Bug 603 – Unable to pickup quest from item
also, why is it that when i have a custom behavior in a profile ... it wants to do all of the custom behaviors before it starts doing anything? it's kind of weird
It should only spirit res, if we can't navigate to the corpse. (This saves getting stuck in an endless loop trying to find a path to the corpse)
Yes, its forced, regardless of your settings.
Think that has to do with the behaviors not caring if you're on any related quest (especialy if they have no questid attribute). They have to be enclosed in If tags relating to the quest. If condition="HasQuest(XXXXX)". Depending on how early you pick up the quest before you actually do it, you may have to get more detailed in your if tags, like saying HasQuest for the related quest and QuestIsCompleted for the last one you did before that. (I can't actually remember the attribute for completed, just guessing).
I had the same issue... but I fixed it puting every custombehavior into a <If> tag with the condition to check if the quest is already finished and if I still have the quest which needs the behavior...
hope that helps![]()
<If condition="HasQuest(###)
<CB />
</If>
bjsaust said:That makes sense, but it also does it when it CAN navigate to your corpse. I've had it die with my corpse literally within view on flat ground from the spirit healer and it still does it
bjsaust said:At the least, if it does spirit res us, can we have an option to wait out the 10 min res sickness like GB?
Can I get a dummy code for that plz?Code:<If condition="HasQuest(###)"> <CB /> </If>
or
for what B0rbor4d said. Again, not sure the exact name of QuestCompleted, but you can probably find it easily.Code:<If condition="HasQuest(###) && !QuestCompleted(###)"> <CB /> </If>
Can I get a dummy code for that plz?
?Code:<If condition="HasQuest(###) <CB /> </If>
<If Condition="!IsQuestCompleted(24489) & HasQuest(24489)">
<CustomBehavior File="BasicMoveTo" Location="-6486.454 502.6562 386.0785" />
<CustomBehavior File="WaitTimer" WaitTime="15000" />
<Objective QuestName="A Refugee's Quandary" QuestId="3361" Type="Collect" CollectCount="1" ItemId="16314" />
<CustomBehavior File="BasicMoveTo" Location="-6510.982 686.835 387.2751" />
<CustomBehavior File="WaitTimer" WaitTime="15000" />
<Objective QuestName="A Refugee's Quandary" QuestId="3361" Type="Collect" CollectCount="1" ItemId="16313" />
<CustomBehavior File="BasicMoveTo" Location="-6393.294 776.514 386.2136" />
<CustomBehavior File="WaitTimer" WaitTime="15000" />
<Objective QuestName="A Refugee's Quandary" QuestId="3361" Type="Collect" CollectCount="1" ItemId="10438" />
</If>
The new ressing is ridiculous, you can say all you want about how it's not a bug, it is bugged. It simply can't be working as intended.
tried a new installation?having serious issues with even starting it. Seems to never load, clikc start/plugin tab or cc config and it just goes to 'not responding'.