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

Ability to hit OK on teleporting stones or end of act ok screen

Gardettos

New Member
Joined
Jun 11, 2012
Messages
522
Reaction score
6
So I have been trying to add dungeons to my profile. I got it all mapped out till the very end. The bot can't travel to the entrance of the dungeon. This makes the entire ExploreArea worthless if the bot can only get out by TPing. I press the shrine but it just keeps pressing it and not pressing ok.

This pretty much halts all work I can do on making more profiles.

7REET.webp
 
So I have been trying to add dungeons to my profile. I got it all mapped out till the very end. The bot can't travel to the entrance of the dungeon. This makes the entire ExploreArea worthless if the bot can only get out by TPing. I press the shrine but it just keeps pressing it and not pressing ok.

This pretty much halts all work I can do on making more profiles.

View attachment 51156

Attached a plugin that will do the job for you until DB team added it by default in DB :)

the plugin will click the warning message that will pop with a random delay from 1 to 4 seconds
 

Attachments

The plugin works in that it clicks OK. The problem is DB won't stop spamming click Object. It expects once you go through a portal you should immediately be on the other side.
 
The plugin works in that it clicks OK. The problem is DB won't stop spamming click Object. It expects once you go through a portal you should immediately be on the other side.

Ok I changed it a bit so it should not be spammy anymore... :)

I tested it when I was in one of the crypts with a really simple profile and that seemed to be working
Code:
<Profile>
<Name>DoNothing</Name>
<Order>
<!--
[20:10:53.615 N] [1E599888] GizmoType: DungeonStonePortal Name: Dungeon_Stone_Portal-752 ActorSNO: 135248 Distance: 5.302729 Position: <825.7206, 469.87, -0.3481565>
 -->
 <UseObject questId="1" x="825.7206" y="469.87" z="-0.3481565" actorId="135248" isPortal="True" destinationWorldId="71150" />
</Order>
<KillMonsters>False</KillMonsters>
<PickupLoot>False</PickupLoot>
</Profile>
 

Attachments

Last edited:
If you converted that into a behavior it would do basically what he wants and he could set it to happen in the profile so there would be no need to "pulse" and waste cpu time
 
that would be true indeed but this is more a quick fix for it I think DB should handle it :)
 
Back
Top