Jump to content

alkpone

Administrators
  • Content Count

    1759
  • Joined

  • Last visited

Posts posted by alkpone


  1. Bot version 0.13 has been released.

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

    Improvements since 0.12 :

    [*:37mkrx32]Offsets updated for game version 1.0.1b.

    [*:37mkrx32]Fixed the (*******) stucked in Sarn Encampment making love with Haramoa / wandering around. Now bot stays focus on what he should do.

    [*:37mkrx32]Pickit fully configurable, see /Configuration/Pickit/Standard.ipd (open it with text editor). Only for Elite users atm.

    [*:37mkrx32]Old pickit is still working, even if you activate smart pickit (bot with work in parallel, but they don't "know anything" of each other).

    [*:37mkrx32]Bot is now identifying and vendoring items.

    [*:37mkrx32]Fixed gems leveling issues (bot doesn't right click anymore).

    [*:37mkrx32]Added the possibility for the user the define the min amount of scroll he wants to keep in inventory (keys "keep_id_scroll_number" and "keep_tp_scroll_number" from pickit.ini).

    [*:37mkrx32]Bot now picks again 5L items.

    [*:37mkrx32]TP To Town feature is now available for everybody.

    [*:37mkrx32]Bot is now doing stuff in this order: identifying, selling, stashing.

    [*:37mkrx32]Changed Act3 NPC for Clarissa.

    [*:37mkrx32]Bot is now stashing items every run.

    [*:37mkrx32]Area selection improved.

    [*:37mkrx32]Press F7 while bot is paused to dump your character's inventory in (/Log/Dump.log). If your item is not recognized by the pickit, send us it's type and ingame name. If your item has a mods that is not in the modslist, send us the mod's index and ingame name. (Thanks)


  2. Salut !!

    Je te conseille de bien lire les explication au début du fichier default.ipd.

    Les deux systèmes fonctionnent en parallèle, cad [Type] == "Golden Kris" == "Rare" && [spell_damage_+%] >= 50 && [critical_strike_chance_+%] >= 20 # [stashItem] == "true" prendra tous les Golden Kris indépendamment de si tu as coché ou non l'option Loot rare items.

    Par ailleurs, la bonne syntaxe est [critical_strike_chance_+%] >= "20" et non [critical_strike_chance_+%] >= 20.

    Il y a déjà de très bon fichiers de pickit qui ont été partagés par certains users sur le forum, je te conseille d'en trouver un et de te familiariser avec.


  3. 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 ?


  4. 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.


  5. 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.


  6. 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...