Jump to content

Ratchulas

Elite+
  • Content Count

    27
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Ratchulas

  • Rank
    Elite User

Recent Profile Visitors

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

  1. Ratchulas

    Got stuck in strange TP loop, used all my scrolls

    I have seen this issue as well. 1) Bot clicks on portal to go to town 2) Town loads and bot clicks to close to portal, goes back into instance 3) Repeats until no town scrolls, then uses log out method.
  2. Ratchulas

    Selecting Character Loop / Bot Does Nothing

    This wasnt the problem, the patch was about 2 hours after my problem and still had the same problem after patch and updates to the bot. I got the bot to run properly, I changed the "Bot Type" from Hide mode, to Normal mode (The prompt you get before the actual bot interface). I'd prefer "Hide Mode" because the lower detect risk, butI still cant figure out how to make the bot work properly in "Hide Mode".
  3. =UPDATE= So I got the bot to run properly, I changed the "Bot Type" from Hide mode, to Normal mode (The prompt you get before the actual bot interface). I'd prefer "Hide Mode" because the lower detect risk, butI still cant figure out how to make the bot work properly in "Hide Mode". =Original Post= Hi, I just got back to using Exiled Bot after a year of leaving PoE all together, and I cant seem to get the bot to run. Note, I am up to date with Exiled Bot, I have done the requirements (Install visual studio, run as admin, run in 800x600, run in Direct X 9, etc) I opened the "lastrun" text file and saw the bot would repeat this stage: 2017-08-24 17:27:06 [info] -> Running state priority: 32 2017-08-24 17:27:08 [info] -> Selecting character.. 2017-08-24 17:27:14 [info] -> Running state priority: 32 2017-08-24 17:27:16 [info] -> Selecting character.. 2017-08-24 17:27:21 [info] -> Running state priority: 32 2017-08-24 17:27:23 [info] -> Selecting character.. The bot will start up PoE, the GGG logo plays, and the bot seems to idle at the login menu (doesnt even go to Character select screen)
  4. Ratchulas

    Trying to understand Skill Config

    Hi, I am having issues where the bot sometimes doesnt use a skill with high priority and cooldown. Here is my setup: Right Mouse Button: Earthquake Priority: 1 Cooldown: 250 (1/4 a second right?) Max Distance: 45 Min Distance: 0 Left Mouse Button: Earthquake (same as Right Mouse Button) Priority: 1 Cooldown: 250 (1/4 a second right?) Max Distance: 45 Min Distance: 0 Skill Q: Ancestral Warcheift Totem Priority: 3 Cooldown: 2500 (2 and a half seconds, right?) Max Distance: 45 Min Distance: 0 Skill W: Enduring Cry Priority: 5 Cooldown: 2500 (2 and a half seconds, right?) Max Distance: 45 Min Distance: 0 My problem is that most of the time, the bot doesnt use the skills Ancestral Warchief Totem, or Enduring cry every 2 and a half seconds, as demanded in my Skill Config Setup (Enemies are around me but the skills dont trigger after the cooldown, sometimes they do,sometimes they take 2 or 3 times longer to "recast") Just want to know what Im doing wrong, maybe the bot just doesnt FORCE skill use yet?
  5. Ratchulas

    .27b issue

    I was able to attach it to Windows Media Player
  6. Ratchulas

    Leap Slam or Sword and Board?

    I have a scion with 81 points to spend, but I'm not sure if I should go 2h leap slam or 1h and shield. Leap Slam Build plan: http://www.pathofexile.com/passive-skill-tree/AAAAAgAAvryC5JARiq9KyD8nKk19W6xHbqq18jWS2L3-Crc-QYf56KlubEZybDIJeA2-igHcpBkb-iXfhNllTRRSqZSQbIdqbmm-p9JNwA_V7WqTtkFOKimlYSGE73Tteu9gSwUtxFgn1Q48n8sUcacwns1VtcEEeWgLYV8_fLjxrCkuGj6iDy7_UFD46-oY9zJyqXzZrKpR5rQvYMQhNJ7Fa9kU9oY7 Weapon for leap slam would be Marohi Erqi 1Hand and Shield plan: http://www.pathofexile.com/passive-skill-tree/AAAAAgAAvryC5JARiq9KyD8nKk19W6xHbqq18jWS2L2pbmxGcmwyCXgNvooB3KQZG_ol34TZZU0UUljbU9-bg6yv55HDhm5pvqeE73Tteu9gSwUtxFgn1dJNwA_V7WqTtkFOKimlW6_dDSzpr6f2o-960354rkjuPeIbrX11_roDh5VmWK826DpSDjyfywtheWjBBF8_fLjxrCku8wagtP4Ktz5Bh_no
  7. Ratchulas

    0.21 bug reprot

    In Exile Bot, can a user set this "Close all panels" key them self? I couldnt find anything for this in the EB config files.
  8. Hi, I am having a hard time finding out how to make my character use split arrow (Left mouse btn) for enemies that are in groups of 3 or more, and if there are 2 enemies, then use Barrage (Right Mouse Btn). I can't seem to find out how to make them work properly, so if anyone could show some love and post how to do this, I would actually be highly appritiativable towards you guys. And as always, stay safe, HUGS N KISSES
  9. I've made a very nice trade chat script that will enter a *message* of Buying, Selling, or other, starting in trade chat 1 up to whatever number you put in the loop statement *The message entered should not contain item links // this script is not made for item links, yet* Undocumented version: (Always updated - Use this) V 1.2 + Change the script to support trade chat over 9. V 1.1 + Change else statement portion to not have to retype "/trade" but instead press up, up backspace, then enter the next room number. (more simplified + better). ; Version 1.2 _ran(min, max) { random, ran, %min%, %max% return ran } w:: _roomnumber = 1 Loop, 20 { ;Replace the number 20 with the max trade room to go to. if (_roomnumber = 1) { Send {Enter}/trade %_roomnumber%{Enter} Sleep, % _ran(488, 888) Send {Enter}$ WTS 500 Scroll of Wisdom :: 2chaos{Enter} ;replace my message with YOUR message. Sleep, % _ran(488, 888) _roomnumber ++ } else if (_roomnumber <= 9) { { Send {Enter}{Up 2}{Backspace}%_roomnumber%{Enter} Sleep, % _ran(488, 888) Send {Enter}{Up 2}{Enter} Sleep, % _ran(488, 888) _roomnumber ++ } else if (_roomnumber = 10) { Send {Enter}{Up 2}{Backspace}%_roomnumber%{Enter} Sleep, % _ran(488, 888) Send {Enter}{Up 2}{Enter} Sleep, % _ran(488, 888) _roomnumber ++ } else if (_roomnumber > 10) { Send {Enter}{Up 2}{Backspace}{Backspace}%_roomnumber%{Enter} Sleep, % _ran(488, 888) Send {Enter}{Up 2}{Enter} Sleep, % _ran(488, 888) _roomnumber ++ } } return Documented version (not updated, just explaining the code / concept)
  10. Ratchulas

    Sarn Loop Detection

    I feel the script could be shorter, rather than closing both PoE and Eb, could you change the script to click the log out button, from there the Eb should automatically relog and choose your character and continue runs from there.
  11. Ratchulas

    Stop spamming skills (delay help)

    I am having an issue with delay and lightning arrow here is my skill.ini: (skill 0 = left mouse button) (skill 0 = only skill being used) Full Skill Ini
  12. Ratchulas

    OMFG Hidden Exile Bot features!!

    Ohhh, sorry, I thought the hidden features were supposed to be an award for finding them! I got the idea from a bot / hack program for maplestory, if you expand the window size you had a few more features. I also love doing this kind of stuff, expect more in the future! I was mentioning a bot /hack program for a different game above this quote, and it had a decent GUI. If you click on any image in the program it would open up a new window with stuff relating to whatever you clicked, so clicking the Autos icon opens up a new window with auto pot, auto attack, auto logout, etc: Alternatively if you dont want new window to open up, you could make it so you had things like Botting, Hacks, Combat. Clicking one of those hides the main menu stuff, and displays stuff depending on which button you click.
  13. Ratchulas

    OMFG Hidden Exile Bot features!!

    I just found this out in the latest version, all you do is expand the screen size of the program to find the hacks and bot features!
  14. Ratchulas

    Hello!

    Hello to the community! I've always been interested in botting, I played Runescape back in 06 and remember the woodcutting bots and I've always wondered how people created programs to do things like that. Then I got into Diablo 2 and found out they had bots as well, but the first time I used a d2 bot was in like 2010. I have also used the Bizarro Trainer for Maplestory, that is quite fun. I have somewhat added to my dream of making my own bot, which is that I have started coding. unfortunately I code in Game Maker 8, not C++ or Javascript, BUT I plan to take a course in college soon for programming and web programming. Now I'm not saying im going to school to learn to make bots, but rather to learn how to do pretty much anything related to coding. Should be a great and interesting experience, but in the mean time, other than working with Game Maker 8, I have the money to support the Exile Bot team!
×
×
  • Create New...