Hey i dont have enough radius so it wont pick up the golds in the left corner side.. and it also doesnt pick up blue... what should i do?
@psychoangler....
Hey i dont have enough radius so it wont pick up the golds in the left corner side.. and it also doesnt pick up blue... what should i do?
@psychoangler....
WZD.ini under [Looting] is Magic = 1?
To solve your pickup radius problem i'd recommend u invest in a cheap pickup radius gear with GF. (prices are going really high now)
Alternately, in line 278 of the script(or around there) that says ";move to the left", tweak the values of the pixels. But I'd still recommend u invest in a +5 gear. u'll get the cost back in an hour.![]()
hi chancity please help me im a french noob and i really need your bot to buy some good stuff
iam on your ventrilo server
i will give you gold with peasure for your help
Last edited by ddn06200; 06-24-2012 at 10:14 PM.
please chancity help me
i dont understand how to install
i have change the language of my game to english
i have paste sistem 32 folder
i have install autoIt and teseract
what i have to do now
what is PNGs ?
Put the folder holding the PNGs wherever you want them (I advise the same folder as where your scripts are saved)
???
i will come back tomorow cause here its time to sleep
Last edited by ddn06200; 06-24-2012 at 11:12 PM.
Were's that tool?Originally Posted by chancity
Is this approved?Originally Posted by psychoangler
&
The pastebin script as well as the botfiles seem to indicate version 1.9.3.
Were can i put my hands on 2.0 or later versions?
I get logged into game but in town he just opens the inventory and the game says "You can't do that in this area" any suggestions? I think its trying to teleport. I'm having issues getting the checkpoint just west of the old runes way point. It just doesnt seem to want to set.
chancity please help, im waiting pm from you![]()
Do pm me if you guys needs help too, just trying to lessen chancity's burden
checklist
-1920x1080
-latest version 2.0.0
Were's that tool?
There's the tool;Custom Loot
$pngLoc = "@ScriptDir" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)
$totalItems = 9 ;Number of items in the pick array
Global $pick[$totalItems] ;DONT CHANGE THIS
;Array of items to loot (GEMS AND TOMES ALREADY INCLUDED)
$pick[0] = "legO.png|40"
$pick[1] = "setA.png|40"
$pick[2] = "setE.png|40"
$pick[3] = "setI.png|40"
$pick[4] = "setO.png|40"
$pick[5] = "setU.png|40"
$pick[6] = "legA.png|40"
$pick[7] = "legE.png|40"
$pick[8] = "legI.png|40"
;$pick[1] = "item2.png|0"
;$pick[2] = "item3.png|0"
;Looting
$LootSets = "1" ;1 if you want to pick up Sets
$LootLegendaries = "1";1 if you want to pick up Legendaries
$LootRares = "1" ;1 if you want to pick up Rares
$LootMagic = "1" ;1 if you want to pick up Magic
$LootGems = "0" ;1 if you want to pick up Gems
$LootTomes = "1" ;1 if you want to pick up Tome of Secrets
$LootCustom = "0" ;1 if you want to pick up Custom Items (The items in the $pick array above)
Basically
$totalItems = 9
; is how many custom items you have
$pick[0] = "legO.png|40"
$pick[1] = "setA.png|40"
$pick[2] = "setE.png|40"
; is your custom items name, browse your pics folder, screenshot the items that you want, crop it to the appropriate size. inlcude the names like mine setA.png|40 ... 40 is tolerance, tolerance is how much difference can it take to loot, i suggest the default 40 since it's quite good.
$LootCustom = "0"
; set to 1
Were can i put my hands on 2.0 or later versions?
Create a new file called updater.ini and put this in that file
[version]
version=2.0.0