Jump to content

rondal

Members
  • Content Count

    34
  • Joined

  • Last visited

Community Reputation

0 Neutral

About rondal

  • Rank
    Bronze III

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. rondal

    Banned this morning

    Hi there, I will forward this on to our accounts investigation team who will be able to assist you further in this matter. We will get back to you with more information as soon as possible. Regards, Jason R.I.P and bye bye POE
  2. rondal

    New team member - foRei

    Welcome
  3. Docks need Fire>Lightning>Cold.
  4. you easy can make a ahk script for it http://www.autohotkey.com/docs/commands/ImageSearch.htm
  5. @xrdx sounds like you win resolution isnt set correct to 800x600 check that and tell us if that helped
  6. 1st i need some more infos... post you skills.ini and tell me what skill you want on what button.
  7. Ok i getting tired of writing that.... LMB is the walk only button. Dont bind any other skill than walk only to it. Somtimes it isnt the bot that bugs....
  8. rondal

    Kill Switch

    yeah username but if you presse f11 by a mistake you cant stop the bot anymore with f12
  9. rondal

    Kill Switch

    and if you pressed F11 while bot is running you cant stop him anymore
  10. @alkpone I can try but my english is horrible. 1st i think its best to add somthing like what to do on 80% HP/ES and 50% HP/ES, because with that you easy can make the bot use granit flask (80%) or taunt totem (50%) in the right time. Than we need improved aura casting, like set T for auras if the bot join a map he will move mouse to T open skills and cast every aura he find and after casting them all he start the fighting rotine. With that we can use more skills. My ES based chara need 4 auras, blood rage, unstuck skill (lightnig wharp), attack skill and move only. He cant use any crys or curses. I know how the new prio and cd stuff works but i need questions. Ill try to edit it on the first question.
  11. no it isnt useless if you think right.... you can use more skills at the same distance now. because they have cd. prio system can be used to keep buffs up like cast blood rage every 20 sec on 0-800 with prio 8. i can show you manny usefull stuffs with that. btw discarg chara is possible with it.
  12. [skills] ; key or mouse button skill0_key=mouse_left ; Min distance to use this skill skill0_min_distance_value=0 ; Max distance to use this skill skill0_max_distance_value=0 ; Set here to true if you want to use this skill as an Aura skill0_is_aura=false ; Skill recast timer in milliseconds skill0_cooldown=0 ; Priority of the skill skill0_priority=0 skill1_key=mouse_right ; Cyclone with 0 CD on lowest prio. Means he spams that key if mobs is in 1-180 range skill1_min_distance_value=1 skill1_max_distance_value=180 skill1_is_aura=false skill1_cooldown=0 skill1_priority=6 skill2_key=mouse_wheel ; Leam Slam with 10 sec CD on higher prio than Cyclone. Means if mob gets in range 1-800 he will check that skill first if its not on CD he will cast it. skill2_min_distance_value=1 skill2_max_distance_value=800 skill2_is_aura=false skill2_cooldown=10000 skill2_priority=7 skill3_key=Q ; Blood Rage with 20 sec CD on highest prio. Means if a mobs gets in range 1-1000 he will cast Blood Rage if it is not on CD. skill3_min_distance_value=1 skill3_max_distance_value=1000 skill3_is_aura=false skill3_cooldown=20000 skill3_priority=8 Ingame set LMB to move only, MW to Leap Slam, RMB to Cyclone and Q to Blood Rage. If a mob gets in range 1000 Blood Rage will be casted (highest prio no other skill have range 1000) if this skill is on CD he will use LMB to get closer. On range 800 he will check Blood Rage 1st if its on CD he will check Leap Slam 2end if its on CD he will use LMB to get closer. If mob is in range 180 he will check for Blood Rage and Leap Slam if they are on CD he will spam Cyclone till nothing is left in 1-180 range.
  13. rondal

    how to use LMB to walk?

    did you set LMB ingame to walk only? did you set RMB to your attack skill?
  14. rondal

    Granite Flask

    make a AHK script and put quicksilver to slot 1 and granit to slot 2 loop { sleep 20 send {1} sleep 20 send {2} sleep 6600 }
×
×
  • Create New...