just a little question - How can i configure, that the bot doesn't paddle back in a fight? In every fight he goes back - that is most of the time very useful, but not for all fights.
hello, i want to scan for nearby players and when they are near then i want to buff them with skill x or do action y. I dont know where to start to search for the other players :( local target = player:getTarget(); target:updateBuffs() if target:hasBuff("buffname") then I just figured out ...
Hello, is it possible to use a "goto line xy" command to jump between lines in the same .xml? example: (line 1 ) waypoint 1 waypoint 2 waypoint 3 jump to line 3 (line 2 ) doanything then jump to line 1 else line 3 (line 3 ) blabla jump to line 1 or better like the goto like in c++ ;)
Hello, i have follow problem, i want to farm some mobs, but without running - just standing still. if i use wander with radius 0 then i have the problem the bot doesnt run to the original position. im using this atm: <waypoints> <option name="PATH_TYPE" value="wander"/> <option n...
Hello, im using the bot for about two weeks. Its really awesome. But i have a question, is it possible to play a sound file when a bot dies (or when rom window crash) or when a player is whispering to me? I dont know where to look or find information about it - when somebody could help, i would be v...