Hallo evrybody;
today I tried to creat a questprofile with the quest "Disrupt Their Reinforcements (10208). In this one I should disrupt two portals. I need for each portal 4 "Demonic Rune Stones (28513)", which drops from specifc mobs.
1.) So I creat a Quest without Quest-ID to gather the 8 "Demonic Rune Stones (28513)", named "Quest without Quest ID":
-> Optional Settings: Is complete condition: return ItemsManager.GetItemCountById(28513) >=8;
-> Quest-Type: KillAndLoot
2.) Also I creat two Quests with Quest-ID (10208): named "Quest Gatherer 1" and "Quest Gatherer 2"
-> Quest-Type: Gatherer
The Quest order is:
(1)pick up -> Quest Gatherer 1
(2)pulse -> Quest without Quest ID
(3)pulse -> Quest Gatherer 1
(4)pulse -> Quest Gatherer 2
(5)turnin -> Quest Gatherer 2
Once I start the Bot, the character picks up the quest (step 1) and jumps directly to step 3 (pulse -> Quest Gatherer 1).
Can anyone tell me, why the bot doesn't pulse step 2?
Respectively, is step 2 at all feasible?
thanks in advance
Montimas :)