Montimas21 0 Posted October 26, 2016 Share Posted October 26, 2016 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 https://wrobot.eu/forums/topic/4246-quest-without-quest-id/ Share on other sites More sharing options...
Montimas21 0 Posted October 28, 2016 Author Share Posted October 28, 2016 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 https://wrobot.eu/forums/topic/4246-quest-without-quest-id/#findComment-19732 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