What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Incursion Plugin

Sylrus

New Member
Joined
Nov 26, 2013
Messages
11
Reaction score
0
Hello,

I'm farming a lot of Burial Chambers maps and yesterday I saw that my bot miss a doctor after Alva...

I explain the items come 1 to 1 after Alva and often he goes out and leaves immediately unless he has to pick up something in which case he will pick up almost all of alva but if within 2 seconds when exiting Alva he does not find anything so he will leave. I saw the Doctor because he made a portal to go back to town and the time he clicks I saw the doctor on the floor.

Can you add an option "Wait a few seconds after finishing the incursion?"

Would be nice

Thanks
 
Thanks a lot and by the way it has nothing to do with the incursion plugin but you can go back the error to your team. The quest bot is stuck act 7 at "The FellShrine Ruins" when it tried to go in the Crypt. 3 bots of 4 are stuck and stop because they are close to the door to pass to the crypt but are blocked by a small ledge, I will try to screen that the next time I have it, I think the bug must depend on the layout of the map. If the bot arrives straight it will not block but if it is on the side it is blocked because there is the edge, I can not explain it better I would take a screenshot asap.
 
If you want to add a delay yourself for now, you can simply open up EB > 3rdParty > Default > Incursion > HandleIncursionTask.cs

Search for

Code:
await PlayerAction.TakeTransition(portalObj);

directly under this line add

Code:
await Wait.Sleep(4000);

Change the sleep to however long you feel necessary.
 
If you want to add a delay yourself for now, you can simply open up EB > 3rdParty > Default > Incursion > HandleIncursionTask.cs

Search for

Code:
await PlayerAction.TakeTransition(portalObj);

directly under this line add

Code:
await Wait.Sleep(4000);

Change the sleep to however long you feel necessary.

Yay thanks it works.
 
Back
Top