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

Search results

  1. F

    Me.Position.X Source?

    Where do this tags come from? Is there source code on svn for them? - ActorExistsAt(111907, Me.Position.X, Me.Position.Y, Me.Position.Z, 50) - <While condition="Me.IsInBossEncounter"> - Me.Position.X I havent found a documentation about this tags in forum or in questtools...
  2. F

    How to explore all Nodes?

    I have noticed that FullyExplore Tag dont explore the whole map. There are still 2-3 Nodes which aren't explored. boxSize is 15, tolerance 0.05 and precision empty(default, 7.5 I think) When I open MapViewer I can see all Nodes, but the bot ignores them. I get this Log: Logger.Log("Fully...
  3. F

    How generate markerNameHash?

    The InfoDumping Tab only display the actorIds. When I have the actorsName how do I generate the hash of this name? The hash looks like this"-1524911734". Is there an algorithm?
  4. F

    Backtracking Fix

    In Act 4 bounty, garden level 2, the bot have to kill 100 Monsters and a boss. When the bot kills the boss, he runs all way back to the start location. QuestTools/ProfileTags/ExploreDungeon.cs new DecoratorContinue(ret => !IgnoreMarkers, new...
  5. F

    ObjectFound, MiniMapMarker

    Hi, I have this code <ExploreDungeon markerDistance="50" questId="1" until="ObjectFound" actorId="197491" objectDistance="300" boxSize="50" boxTolerance="0.05" pathPrecision="30" ignoreGridReset="True"> but the bot first kills the boss and after he can't find the object. After this the...
  6. F

    UseObjectTag Exception

    This line of code causes the following exception (Zeta.Bot.Profile.Common.UseObjectTag) <UseObject questId="1" actorId="289796" x="455" y="368" z="-26" statusText="Opening Chest 3" /> 00:46:34.908 ERROR BotMain Exception during bot tick. System.Exception: Only part of a...
  7. F

    UserObject Tag Bug

    <UseObject questId="1" actorId="289796" x="455" y="368" z="-26" /> The bot runs to chest. First time fail to open the chest. Goes round the chest and opens the chest on second try.
  8. F

    SceneFound Tag

    This code doesnt work me. act3 Bastion's Keep The bot runs back to beginning of map. In QuestTools the Explore Tag showed that Stonefort have an Scene with name "Exit". But the bot continues exploring. Am I doing something wrong? <If condition="CurrentLevelAreaId==93173">...
  9. F

    Trinity Profile Tags

    1. Is there a list with Trinity Profile Tags? I havent found <SafeMoveTo /> in Demonbuddy profile tags. 2. And what is the difference between <ExploreDungeon/> and <TrinityExploreDungeon/>?
  10. F

    get actorId

    how can I find out the actor id?
  11. F

    Trinity unstucker, flip-flops

    How does trinity unstucker work? And what causes the flip-flops? Are there items or monsters outside of map and the bot tries to reach them? I believe that DB bot is sometimes stucked because of the trinity unstucker? I'm playing a wizard. I have seen that Arcane Orbit causes sometimes...
Back
Top