Jump to content

immo

EB Support
  • Content Count

    763
  • Joined

  • Last visited

Everything posted by immo

  1. eheh didn't see your request earlier, otherwise you could have skipped your "scripting" ;> I will post my solution here too since it's a little bit more "advanced" [*:o1b4s51n]F9 to start the magic [*:o1b4s51n]F12 to terminate the crap [*:o1b4s51n]linking of items is possible of curse [*:o1b4s51n]Script randomizes all "Sleep-times" so it should at least can not be directly identified as a script. F12:: Sleep, % Random(75,125) TrayTip, , >> Terminating the Tradechannel-Script! <<, 2 Sleep, % Random(1175,2225) exitapp F9:: WinActivate, Path of Exile #IfWinActive ahk_class Path of Exile x = 0 BlockInput On SendInput, {Space} Sleep, % Random(25,75) Loop { if x return if a_index >12 break SendInput, {Enter} Sleep, % Random(75,125) SendInput, {/}trade %a_index% Sleep, % Random(75,125) SendInput, {Enter} Sleep, % Random(75,125) SendInput, {Enter} Sleep, % Random(75,125) SendInput, {UP} Sleep, % Random(75,125) SendInput, {UP} Sleep, % Random(75,125) SendInput, {Enter} BlockInput Off } Random(min,max) { Random, out, %min%, %max% return out } return [*:o1b4s51n]Copy the code into "whatevernameyouwant.ahk" and save it. [*:o1b4s51n]run your "whatevernameyouwant.ahk" & PoE ;> [*:o1b4s51n]write your tradechannel advertisement ingame just like you would normaly do (e.g. "$WTS UBERELITE Icetomb! c/o: 999ex") [*:o1b4s51n]press F9 [*:o1b4s51n]script now advertises in all tradechannels from 1-10 [*:o1b4s51n]profit incoming?!
  2. One PC (different one then my "private" one on which I am playing "normal". All 4 ExiledBot Clients running on different IP's via 4 VPN Connections.
  3. Will this project be continued? Would be to bad to see that this diamond has stopped development :/
  4. My setup since almost 2 month: [*:3g8tevc2]4x Exiledbot via VM [*:3g8tevc2]Merciless [*:3g8tevc2]Act3 [*:3g8tevc2]switching between City of Sarn & The docks every 45-60minutes
  5. mhmm I don't think that the bot is the reason why someone gets banned actually, its more the botting behaviour of the banned persons!!>
  6. v1.3c (added function to reveal linked Chatitems! - working with the ingame tooltip)
  7. immo

    Using Multiple Stash Tabs?

    stashing is still hard in devolepment! Better stashing (using multiple slots/stashlogaritm for better spacehandling/configurable pickithandling) will come sooner or later. For sure!
  8. I wont sign this for 100% ;> you're absolutely correct that stashing like it is atm is cool but that just has to be the start... ID'ing & selling rare crap will probably be the most efficient way to earn currency but just stashing rares makes the bot only run for about 30mins by its own. Then the bankslot is full and the Bot "pauses" the rest of the night... But I am quite optimistic that the devs wont let us in the lurch
  9. Ajo, meine aktuelle Gruppe mit welcher ich Maps spiele schrumpft irgendwie die ganze Zeit vor sich hin. Mittlerweile sind eigentlich nur noch 2Spieler häufiger online, einer davon bin ich ;> Also nicht wirklich was womit sich >80 noch einigermaßen gescheit lvl'n lässt. Hat hier von euch evtl. wer ne Gruppe die noch nen lvl 81 ROA Ranger brauchen könnte? Oder geht es vieleicht nicht nur mir so und hier finden sich mehrere Spieler ohne gescheite Gruppe. In diesem Falle hab ich auch nix gegen ne komplett neue Gruppe. TS ist, bei Interesse, vorhanden! Joar, wer Lust hat darf hier schreien PS. Verrückt... der spielt noch selber ;>
  10. not picking up the rare baseitems you already got for completing the chaos vendorrecipe would result in a big currency loss. I predict that if you are just missing, lets say Gloves and Belt, you would skip about 20-40 rareitems for sure until you complete the set. I'm pretty sure that id'ing & vendoring 20-40 rareitems will result in a bigger currency gain then 2 or if upgraded 3 chaos. Currently you get 1chaos for about 12-14Alts... Not to mention that collection sets for the chaos vendorrecipe needs some free inventoryspace Such features will be nice to have someday but I think there is much more important stuff to bugfix/add atm...
  11. immo

    Stashing

    With the current Release Candidate 2 of Version 0.10f TP'ing got added to reduce the amount of instances created. I think it would be best to develop this approach further! When it comes to that situation where you got a full inventory just use the TP feature and stash items. As the bot has indeed already noticed that it is due to the full inventory that it is doing a "stashrun" via TP it would be fairly easy to "continue" the last run via the TP not by creating a new instance.
  12. I wanted a more elegant way to reveal the itemlevel. Without any Chatinput. Features: [*:19k5axya]iLVL revealing without any /Command input (except for items laying on the ground) [*:19k5axya]No more picking items up to reveal iLVL (except for items laying on the ground) [*:19k5axya]Itemname, Base-Itemtype & Itemlevel are directly displayed under your Mousecurser in an "ingame-tooltip" (working for items in your inventory, bankslots, equipped items & linked chatitems) [*:19k5axya]you can even reveal the iLVL from items laying on the ground without having to place them in your inventory first (This method works by using the /itemlevel command ) How To: For items in your inventory, bankslots, equipped items & linked chatitems: [*:19k5axya]Hover your mousecurser over the desired item and press: "CTRL" + "C" [*:19k5axya]Itemname, Base-Itemtype & Itemlevel are directly displayed under your Mousecurser in an "ingame-tooltip" For items laying on the ground: [*:19k5axya]Hover your mousecurser over the desired item and press: "CTRL" + "X" [*:19k5axya]Itemlevel will be displayed in the chatwindow (just like normal) tooltip visibility: [*:19k5axya]tooltip disappears after 7,5 seconds [*:19k5axya]tooltip also disappears if you move the mouse more then 40 pixel from the initial source position Preview Footage: My solution: "Installation": download & extract the above rar file [*:19k5axya]save the extracted "POE_iLVL-Revealer.v1.3a.ahk" where ever you want & run it [*:19k5axya]when ingame mouseover the item you want to reveal the iLVL and press "CTRL"+"C" or "CTRL"+"X"! [*:19k5axya]F12 quits the Script additional notes: [*:19k5axya]I would be glad if some of you could test this script a bit. Although I'm pretty sure that everything works as intended but you never know ;> [*:19k5axya]If you encounter bugs let me know! [*:19k5axya]If you have any feature requests which should be added, let me know! [*:19k5axya]I really appreciate every feedback! [*:19k5axya]If someone discovers a more elegant method to reveal the iLVL from items on the ground » LET ME KNOW! latest update / changes: [*:19k5axya]16.10.2013: v1.3c (added function to reveal linked Chatitems! - working with the ingame tooltip) [*:19k5axya]15.10.2013: v1.3b (added function to reveal iLVL for items on the ground) [*:19k5axya]14.10.2013: v1.3a - initial release (revealing works for inventory & bankslots)
  13. I am using the following /itemlevel script. F2:: #IfWinActive, Path of Exile MouseClick, Left SendInput, {Enter} SendInput, {/}itemlevel SendInput, {Enter} Sleep, 30 MouseClick, Left return With this one i dont need to click the item i want to know the itemlevel, i just need to mouseover the item
  14. immo

    Item Stats Help

    http://poemods.com/
  15. immo

    Wer spricht denn alles deutsch?

    Alk iss nen Franzose in Brasilien...
  16. Does using your script prevent the bot to stash?
  17. Okay, the newer version is a lot better for the wrong button hit. I am now having an issue with the town/map detection. I followed the steps in previous posts to find the real values but they don't seem to work because the VM has the bright glitch to it. press F1
  18. immo

    So i wrote this stashing tool

    I am way more interested in that selling shizle ;>
  19. Yeah, I thought about this too. In the theory this shouldn't be so hard to realize. You would "simply" need to position the mouse over the EXP Bar (maybe at each start of a new run) and Image Search for 99% (or maybe 90%,91%,92%,93% an so on). If Imagesearch has found the objective simply pause the bot when you receive dmg. At last another Imagesearch for the resurrect Screen unpause the bot and restart normally. I tried to create this on my own but died over the part where you have to detect DMGinc
  20. immo

    leap slam, amulets and rings + other gear

    It is important to understand how Leap Slam works when selecting weapons. The ability does not use the base weapon speed, but it DOES use the attack speed stat on the weapon! The base attack time of Leap Slam is 1.4 if you use a Karui Maul (0.95 attack speed) or a Reaver Sword (1.35 attack speed). If the Karui has 10% attack speed, you will Leap Slam at 1.26. Which will be faster than the Reaver Sword if it did not have any attack speed, despite the final attack speed on the sword being higher. This means that in a weapon you are looking for the highest physical damage combined with the highest attack speed affix, while disregarding the base attack speed of the weapon. These circumstances make Karui Mauls and Karui Choppers the best two weapons available for Leap Slam
×
×
  • Create New...