begerus 1 Report post Posted November 10, 2013 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 Quote Share this post Link to post Share on other sites
michal 0 Report post Posted November 10, 2013 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. Quote Share this post Link to post Share on other sites
begerus 1 Report post Posted November 11, 2013 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" Quote Share this post Link to post Share on other sites
hongthai 3 Report post Posted November 11, 2013 is this out of date? cuz I cant seem to make it work, the bot simply doesnt stash. Please help! Quote Share this post Link to post Share on other sites
begerus 1 Report post Posted November 11, 2013 try this viewtopic.php?f=29&t=420 Go to 6. Test Town Detecting and follow instructions Quote Share this post Link to post Share on other sites
begerus 1 Report post Posted November 11, 2013 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 ^_^ Quote Share this post Link to post Share on other sites