Welcome!

Welcome to our community forums, full of great people, ideas and excitement. Please register if you would like to take part.

This is extra text with a test link..

Register Now

Announcement

Collapse
No announcement yet.

Please help me :)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Please help me :)

    Hi everyone

    Before I start talking about what I have a problem with, I want to say that your Bot is awesome. Really great work

    Now for the problems I'm having.

    I don't understand the settings. I'll give you some examples.

    A, I created a custom profile and copied an existing macro from your [ Cullbot ] called Health Potion. and set Input to [1] [in the game I have the same setting [1] and it doesn't drink my flask. The settings are a bit misleading, it's set to "less than" 20% and is that supposed to mean that when my HP drops by 20% it will drink ? or that when I have less than 20% life then ? [ I guess it's my fault, I don't know much English ]

    B, How do I make the macro drink potions with mana ? Like the Health macro? I ask because I put a mana bottle on input 3 [ also in the game ] and again I don't drink anything

    C, When I created my macro for ranger specifically [ Caustic Arrow ] it uses attack even if there is no enemy. Maybe I just don't know if there's somewhere to set it. I also wonder how I can make it shoot faster ? [ Gear has it, I've played with pauses and I haven't seen any change ] it fires 1x in about 3 seconds, if I need it to fire like my main shot is there any way to set it up please ?

    D, Then I have a question about the Distance, the Bot sticks exactly to my main account, I tried to adjust the Distance values in Settings to make it stay half a screen behind me. Any advice on what I'm doing wrong ?

    E, I tried to make a macro for Totem [ It's my favorite build ] There is a totem [ Arc, Holy Flame Totem ] but unfortunately totems don't work for me if you know and advise me I will be very grateful.

    F, Then I have a couple of probably smaller problems

    1, I'm playing 2 accounts at the same time. my + me followed by your bot. The thing is that when I find a Waypoint and with my account I click on it [ mark WP ] so the bot often comes to WP but does not mark it. Most of the time it doesn't hit it until 3 times. I have the same problem with Quest items. [ maybe it's a bug in my game settings ? ]

    A few questions

    2, Could it be possible to make something like when I create 2 new characters, the Bot would copy your account ? [ I mean, I put a skill point in the Passive Tree on my account, and the Bot account would do the same thing ? or maybe copying the leveling of a gem ? I click on level up on my account [ like Caustic Arrow ] and the Bot would do the same thing ? I don't know if that's realistic, just an idea

    3, Otherwise, I'm sure every newbie would like to see some tutorial or macros etc. here on the forum.

    And the last thing I want to say is that I rate your bot vs what I have tried others on a big ONE Who will read this, the fault is certainly not on the side of the Bot/Developer but on me

    Thank you very much for the answer.

    and I'm so sorry for the bad English. I'm using a translator.

  • #2
    Hey thanks for the feedback and apologies for not getting back to you sooner!

    I created a custom profile and copied an existing macro from your [ Cullbot ] called Health Potion. and set Input to [1] [in the game I have the same setting [1] and it doesn't drink my flask. The settings are a bit misleading, it's set to "less than" 20% and is that supposed to mean that when my HP drops by 20% it will drink ? or that when I have less than 20% life then ?
    Each input type has a custom trigger to trigger the action. For example the simplest input is the "Timed Input", the custom trigger for this action is the "Elapse" field, every "Elapse" milliseconds the actions is triggered and the key combinations in the "Input(s)" field are sent.

    For using a health pot the best Input Type is the "Health Trigger" input. This input type will trigger when your health is " < less than" or "> greater than" and then a percentage field. For your input case it sounds like you would want to set the first field to "< less than" and then the second percentage field to 20% or 30%. In plain english this will cause the "Input(s)" to send whenever your health drops below 20%. On top of that there is still an "Elapse" field, which will basically time gate the action to occur only once every "Elapse" miliseconds, I typically set that to "2000" or 2 seconds for an instant health pot. (please let me know if you would like me to elaborate further or provide more examples.)

    How do I make the macro drink potions with mana ? Like the Health macro? I ask because I put a mana bottle on input 3 [ also in the game ] and again I don't drink anything
    We currently do not have a mana specific Mana trigger however this can be accomplished with a "Timed Input". To do this you can get a mana flask with the "Flask effect is not removed when Unreserved Mana is Filled" prefix(Enduring). Then you can set the "Elapse" field for however long the effect of the flask is and the mana flask will always be active.

    You can also have the time input toggle between 2 different flasks by setting the "Alternate Inputs" checkbox and setting the "Input(s)" field to "1,2". This will cause the input to wait the "Elapse" duration then send "1" to activate the first mana flask, then wait the duration again and send "2" to activate the second mana flask, and then will repeat back to "1" after the next duration and so on.

    When I created my macro for ranger specifically [ Caustic Arrow ] it uses attack even if there is no enemy. Maybe I just don't know if there's somewhere to set it. I also wonder how I can make it shoot faster ? [ Gear has it, I've played with pauses and I haven't seen any change ] it fires 1x in about 3 seconds, if I need it to fire like my main shot is there any way to set it up please ?
    To have the bots "Aim" a skill in the direction the host is looking you would want to use an "Attack" input type. This input type has a few triggers it looks for before activating the input action. First is the "Distance from host to start attacking" field. Because you don't want the bot continuously sending attack input when it is not near the host, the bot will first make sure it is within this distance to the host before sending the input action, I typically set this to the default value(250) and if feels great. Next the bot looks at the "Elapse" field just like in a timed input for how long to pause in-between each action. Setting this value to 100ms will cause the bots to attack 10 times a second, be careful though you don't want to send actions too much faster or you will get kicked by the server for sending actions too fast.

    If you want to bot to hold down the input you can check the "Right-Click Attack" checkbox, then set your in-game skill (caustic arrow in this case) to right-click and the bot will attack as fast as it possibly can.

    For now the bot does not check if there a nearby monsters but this feature might be coming soon to an update. It also does not attack in hideouts or towns.

    Then I have a question about the Distance, the Bot sticks exactly to my main account, I tried to adjust the Distance values in Settings to make it stay half a screen behind me. Any advice on what I'm doing wrong ?
    To achieve this open the "Settings" for the profile and set the "Preferred position:" fields to have these values:

    Click image for larger version  Name:	Positions.png Views:	0 Size:	18.2 KB ID:	258

    I tried to make a macro for Totem [ It's my favorite build ] There is a totem [ Arc, Holy Flame Totem ] but unfortunately totems don't work for me if you know and advise me I will be very grateful.
    For this I would probably use 2 different inputs, one for Arc, and one for Holy Flame Totem. For both I would use the "Attack" input type. I would setup Arc on a "Right-Click Attack" like this:

    Click image for larger version  Name:	Arc.png Views:	0 Size:	17.0 KB ID:	259

    And Holy Flame Totem on "Q" with a much slower "Elapse" like this:

    Click image for larger version  Name:	Holy Flame.png Views:	0 Size:	16.9 KB ID:	260

    This will continuously cast Arc and then use Holy Flame Totem once every 3 seconds(definitely make that faster if it still doesn't feel right).

    Make sure to set the "Always Attack Without Moving" option on each skill to make it function right:

    Click image for larger version  Name:	Always Attack.png Views:	0 Size:	18.2 KB ID:	261

    I'm playing 2 accounts at the same time. my + me followed by your bot. The thing is that when I find a Waypoint and with my account I click on it [ mark WP ] so the bot often comes to WP but does not mark it. Most of the time it doesn't hit it until 3 times. I have the same problem with Quest items. [ maybe it's a bug in my game settings ? ]
    I could be wrong about this but the bots follow you through waypoints by clicking on the blue icon next to your character name and doesn't actually need to click on the waypoint to teleport to one, let me know if they don't as this is a feature I actually disabled because I found it to be unnecessary.

    Could it be possible to make something like when I create 2 new characters, the Bot would copy your account ? [ I mean, I put a skill point in the Passive Tree on my account, and the Bot account would do the same thing ? or maybe copying the leveling of a gem ? I click on level up on my account [ like Caustic Arrow ] and the Bot would do the same thing ? I don't know if that's realistic, just an idea
    For now it does not allocate passive skills, that would need quite a large update but if there is enough demand for this type of thing I'll definitely consider it.

    If you're still having any difficulties with the profiles or would like me to clarify anything let me know, also if you would like you can make a post in the FollowBot Profiles forum with your build & in-game inputs and I'd be happy to make you a custom profile.

    Comment

    Working...
    X