Jump to content

Quest without Quest-ID


Montimas21

Recommended Posts

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 :)

Link to comment
Share on other sites

On 26.10.2016 at 9:41 PM, Montimas21 said:

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 :)

Problem solved ? after I changed all to true it works ... :D 

 

 

sometimes it fails because of the simplest things

 

thx anyway :)

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...