Jump to content

begerus

Elite+
  • Content Count

    21
  • Joined

  • Last visited

Community Reputation

1 Neutral

About begerus

  • Rank
    Elite User
  1. begerus

    Hello

    Hello, I want join Slack Server, can you invite me please?
  2. begerus

    how to fix map new path

    I think the bot isn't updated with the new Tier assignment. The tier assignment it's harcoded in the bot. GGG have moved many maps from a tier to another one
  3. begerus

    infinite loop with chanced items

    I have set to identify "Siege Axe" When The Bot is in town chance The item And Then start to identify The same item in an infinite loop failing every time
  4. begerus

    Begerus Id&Stash

    ehi guys this project it's closed now, the new version of exiled bot will come with stashing and vendoring already integrated I can start to work on my map system ^_^
  5. begerus

    Begerus Id&Stash

    try this viewtopic.php?f=29&t=420 Go to 6. Test Town Detecting and follow instructions
  6. your script have been released on official forums http://www.pathofexile.com/forum/view-t ... 346/page/1
  7. begerus

    Begerus Id&Stash

    I have already coded the vendoring code, but i need to apply a selective selling Well i have stashed 20 tabs and found inside great items to improve my bot and rare gems like multistrike (x3) CODT and empower, i don't think it's "wasted space"
  8. begerus

    Bot just not picking 5-link items.

    ignored a glorious plate 5L while watching my bot
  9. Well guys, i want to share my script for the community This Script it's inspired by jpbot script EEB, then big credits go to JPBOT. The script every X games (default every 2) identify all items in you inventory and stash them. Multiple stash tabs are supported You must configure the first part (USER CONFIG) for your preferences. Instructions: 1. Download and extract the attached script where you want 2. Modify the userconfig part of the script _lagtimer := 100 ; you may reduce the number to speed up the script _stashGames := 2 ; how many games before stash? _stashTabs := 19 ; the number of stash tabs to use (ex if you have 50 tabs, use the first 19) ;~ ;inventory ;set 1 for the slots protected (don't id&stash those) Inventory := Object() Inventory.Insert([0,0,0,0,0,0,0,0,0,0,0,0]); row1 Inventory.Insert([0,0,0,0,0,0,0,0,0,0,0,0]); row2 Inventory.Insert([0,0,0,0,0,0,0,0,0,0,0,0]); row3 Inventory.Insert([0,0,0,0,0,0,0,0,0,0,0,0]); row4 Inventory.Insert([1,1,1,1,1,1,1,1,1,1,1,1]); row5 ; Pixel Colors _activeSkillInTown := 0x6b6b6b ;pixel color for active skill in town _activeSkillInMap := 0x67a0bd ;pixel color for active skill out of town _activeSkillInMapInactive := 0x465b68 ;pixel color for active skill out of town without mana 3. Start the game4. At login screen start the script 5. Start the bot 6. Enjoy Best Setup for Exiledbot: 1. Disable TP to Town 2. Disable stashing begerus ID&Stash_v0.1.zip
  10. Thanks for the hard work devs Now if you upgrade me i'll happy
  11. This feature it's related to minions? (skeletons, zombies, spectre)
  12. I'm interested to test your script, i'm a .NET developer and have a lvl 82 toon well equipped to test maps
  13. begerus

    got new error problem

    The error it's related to directx Update to last version
  14. begerus

    Option to disable write log

    set "read only" on the log folder
×
×
  • Create New...