Jump to content

alkpone

Administrators
  • Content Count

    1755
  • Joined

  • Last visited

Posts posted by alkpone


  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"

    [*:1c41lbvg]F9 to start the magic

    [*:1c41lbvg]F12 to terminate the crap

    [*:1c41lbvg]linking of items is possible of curse

    [*:1c41lbvg]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
    

    [*:1c41lbvg]Copy the code into "whatevernameyouwant.ahk" and save it.

    [*:1c41lbvg]run your "whatevernameyouwant.ahk" & PoE ;>

    [*:1c41lbvg]write your tradechannel advertisement ingame just like you would normaly do (e.g. "$WTS UBERELITE Icetomb! c/o: 999ex")

    [*:1c41lbvg]press F9

    [*:1c41lbvg]script now advertises in all tradechannels from 1-10

    [*:1c41lbvg]profit incoming?!

    Hey dude, did you improve this ?

    Can you send me the last version ?


  2. Bot version 0.12 has been released.

    You can download it here : http://www.exiled-bot.net/downloads/sta ... Beta_v0.12

    Improvements since 0.11c :

    [*:gda95kna]Our brand new GUI just arrived!

    [*:gda95kna]No more re-setup, you asked it, we made it, from now you can Import settings from previous versions.

    [*:gda95kna]You don't understand how something works? Hover your mouse over it and you'll get some informations!

    [*:gda95kna]Added "Load old settings" to File menu.

    [*:gda95kna]Added "Informations" to the Help menu (I know it's ugly, but I'm working on something else so it will remain like this).

    [*:gda95kna]

    [*:gda95kna]Bot should now handle Shrines properly.

    [*:gda95kna]Added two key in config.ini files: activate_shrines and shrines_range.

    [*:gda95kna]New game release zones added.


  3. Bot version 0.11c has been released.

    You can download it here : http://www.exiled-bot.net/downloads/sta ... eta_v0.11c

    Improvements since 0.11b :

    [*:qxdlancq]Offsets updated for game version 1.0.0e.

    [*:qxdlancq]Character stucked in town clicking on top should now be fixed.

    [*:qxdlancq]Character stucked picking item while inventory is opened should now be fixed.

    [*:qxdlancq]Character stucked in Town/Main Menu should be fixed.

    [*:qxdlancq]Bot now checks life and mana reserved to know if an aura has been casted or not.

    [*:qxdlancq]Bot shouldn't attack NPC anymore while farming.


  4. You could say that you took it from ownedcore forums...

    The minimum would be to mention the author of this hack...

    And there is a section for poe script on the forum.

    Finally is it working ? I guess it has been broken by the 1.0 update ?

    If it's not working I'll delete the post.

×
×
  • Create New...