Jump to content

begerus

Elite+
  • Content Count

    21
  • Joined

  • Last visited

Posts posted by begerus


  1. Will be great if you will change this script to:

    Id all yellows in inventory.

    Sell them to vendor.

    will be greatest if will sell all yelows beside amys and rings.

    Leaving yellows on groud is big waste, stashing yellows from 5-6hour of botting is big waste of stashing place.

    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"


  2. 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 game

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

×
×
  • Create New...