Rishodi's Pindlebot v1.3 help me

paterpeter

Member
Joined
Mar 16, 2004
Messages
6
Reaction score
0
Website
Visit site
first of all im a first time bot user, and i need help, i looked at the readme and did step 1-3 but on the 4th im stuck

" Start Diablo II in windowed mode. Create a new single-player character. After you're in a game, throw out the scrolls of TP and ID, and go to your stash, which should be completely empty. Run 'setup.exe'. "

i managed to start the game in window
"C:\Program Files\Diablo II\Diablo II.exe" -w

but when i run the setup exe an error comes



Line 0:

borderwidth = ($winsize[2] - 800 / 2
borderwidth = ($winsize^ ERROR

Error: Subscript used with non Array variable


what do i do now and can someone send me BOT and zPickit so i can pindlerun (hmm is there an easier way, all i want is thaty my char goes kills pindl and picks up the items i want, i dont want to do it either)
 

Cell

Member!
Joined
Feb 1, 2004
Messages
551
Reaction score
0
Location
California
Website
Visit site
easy... your d2 dir is not located correctly... so put the correct path for it, also go n a game and hit " esc " go to option, go to video and change the thingy to 800 by soemthing so u see ur guy small, instead of big
 

paterpeter

Member
Joined
Mar 16, 2004
Messages
6
Reaction score
0
Website
Visit site
and how do i change that if its under [global] its correct and my resoloution is 800*640


w8 il post my whole config

; pindlebot.ini for use with Rishodi's Pindlebot v1.3



;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Global Settings
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; D2Path=Drive:\Folder\Other Folder
; Specifies the install path for Diablo II, default is "C:\Program Files\Diablo II"
;
; D2Exe=Diablo II.exe
; Specifies the name of the Diablo II executable (default is "Diablo II.exe")
;
; D2Parameter=Parameters to load Diablo II with.
; The following parameters must be included for the bot to function properly:
; -skiptobnet -w -res800 -title "Diablo II"
;
; D2WinTitle=title of the D2 window, default is "Diablo II"
; Note: this setting should match the window title in the -title parameter above
;
; GameName=string
; The bot will use this to make the game name, along with a number, cycling though
; the numbers 01-99
; Default is the first three letters of your account name
;
; PauseButton=key or key combination that will pause the game
; Must be in AutoIt3 format. Default is {PAUSE} (the pause/break button)
; If you wish to use a key combo, note: ^ = CTRL, ! = ALT, + = SHIFT, # = WIN
; e.g. If you set "^!p" then the bot will pause on CTRL+ALT+P
;
; AwayMessage=away message to display during the runs
; Leave it blank if you don't want to use an away message
;
; MoveWindow=0/1
; Specifies whether or not the Diablo II window will automatically be moved to
; the top left corner of the screen, default is 0
;
; UsePickit=0/1
; Whether or not you want to use pickit to get items. 0 = pickit off, 1 = pickit on
; You should probably turn this off if pickit is incompatible with your PC, to make
; your character just do experience runs.
; When this is enabled, the bot will type ".set pickit 0" and ".set pickit 1" at the
; proper times, in conjunction with ZoiD's zPickit
; Default is 1
;
; NoPickup=0/1
; Specifies whether or not the bot should type ".set gselect 0" at the start of each run
; 0 = command will not be sent, 1 = command will be sent
; If you have set "GroundSelect = FALSE" in zoid.ini, then set this to 0
; If you have set "GroundSelect = TRUE" in zoid.ini, then set this to 1
; Any other configuration may result in the bot accidentally picking up unwanted items.
; This setting will have no effect if UsePickit=0 (above)
; Default is 1
;
; Runs=number of runs you want to do. For infinite runs set this to -1 (default)
;
; MaxVariance=Maximum % that the delays will be randomized by. Set to 0 for no random delays.
; Default is 20
;
; Stash=how often you want to visit stash to deposit gold and items
; E.g. if Stash=15 then the bot will visit stash once every 15 runs
; Set to 0 to disable stashing, set to 1 to stash on every run
; Default is 10
;
; RunInterval=# of runs to do at one time
; After this many runs, the bot will sleep for a given amount of time. Default is 200.
; Set this to 0 to disable run intervals.
;
; IntervalVariance=how much to vary the run interval by. Default is 50. For example, if the
; run interval is 200 and the interval variance is 50, then the random run interval
; will be between 150 (200 - 50) and 250 (200 + 50). Valid range: 1 to RunInterval - 1
;
; SleepTime=how long, in seconds, to sleep after the run interval. Default is 900 (15 mins).
;
; SleepVariance=how long, in seconds, to vary the sleep time by. Default is 600 (10 mins).
; E.g. if your sleep time is 900 and your sleep variance is 600, then after a run
; interval the bot will randomly sleep between 300 (900 - 600) and 1500 (900 + 600)
; seconds, which is equivalent to between 5 and 25 minutes. Valid range: 1 to SleepTime - 1
;
; SlotToUse=specifies which slot to use (configure your slots below)
; If you only use one character for runs, you may set this, otherwise you can leave
; it blank and the bot will prompt you for which slot to use before the runs start

[Global]
D2Path=C:\Program Files\Diablo II
D2Exe=Diablo II.exe
D2Parameters=-skiptobnet -w -ns -lq -res800 -title "Diablo II" -nonotify
D2WinTitle=Diablo II
GameName=
PauseButton={PAUSE}
AwayMessage=
MoveWindow=0
UsePickit=1
NoPickup=1
Runs=-1
MaxVariance=20
Stash=10
RunInterval=200
IntervalVariance=50
SleepTime=900
SleepVariance=600
SlotToUse=


;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Slot Configurations
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; Slot configurations allow you to define settings for multiple characters
; You may set the default slot to use above (if you only use one character for runs)
; You can name your slots anything you want, and you may have as many as you want
; They should look something like this:
;
; [slot1]
; Account=BobsPizza
; Password=pepperoni
; .
; .
;
; [slot2]
; Account=VegasHooker
; Password=nightprowler
; .
; .
; etc.
;
;
; Account=Account name, duh
;
; Password=password for the account listed above
;
; CharPosition=position of the character you wish to do the runs with
; Positions on character selection screen are as follows:
; 1 2
; 3 4
; 5 6
; 7 8
;
; Difficulty=1/2/3
; 1 = Normal
; 2 = Nightmare
; 3 = Hell (default)
;
; Precast1=Hotkey,Delay;Hotkey,Delay;...
; configures passive spells
; i.e. Sorc's Energy shield, Barb's War cry... which will be cast before entering
; red portal.
; Example for sorceress: Precast1=F5,500;F6,500;
; F5=Energy shield, F6=Shiver Armor
;
; Precast2=Hotkey,Delay;Hotkey,Delay;...
; Works just the same as Precast1 except this precast will be cast AFTER you enter
; the portal... thunderstorm, warcries, etc. should go here
; e.g. Precast2=F7,600;
; F7=Thunderstorm
; If you only want to use one precast, leave the other blank and it will be skipped
;
; Teleport=Hotkey,Delay;
; specify teleport, currently only supports teleport, not walking/running
; Teleport delay is also affected by 'MaxVariance' (above)
; Example: Teleport=F4,800;
; F4=Teleport
;
; AttackSequence=Hotkey,Repeat,Button,Delay;Key,Repeat,Button,Delay;... etc.
; Hotkey - key to press (F1, F2, F3,...)
; Repeat - number of times to repeat the attack (use 'H' to hold down the mouse button)
; Button - which Mouse button to use, 1=left, 2=right
; Delay - minimum delay between attacks, also affected by 'MaxVariance' (above)
;
; so for example: Attack=F2,2,2,1500;F3,6,2,400;
; Let's say F2=Meteor and F3=Fireball then this configuration would right-click
; to cast Meteor twice with a delay of 1500 ms in between, then right-click
; to cast Fireball 6 times with a delay of 400 ms.
;
; For precast, teleport, and attack sequences, you may set the hotkey to "NULL" and
; the bot will not send a hotkey.
; E.g.: Precast1=NULL,500;
; will simply make the bot pause for 500 ms.
;
; NeedMerc=0/1/2
; Set to 0 if you don't need your merc, 1 if you do (will res merc when it dies)
; Set to 2 if you want the runs to stop when merc resurrection is unsuccessful
; If set to 1, the bot will attempt to resurrect merc every run, but continue runs
; If set to 2, the bot will stop runs after 5 failed resurrection attempts
; Default is 0
;
; HealLife=# hit points
; If your health goes below this amount then the bot will use a potion from your belt.
; Set to 0 if you don't want to use this feature. Be sure to disable potion use for
; zPickit (in 'zoid.ini'). You cannot use a percentage for this setting. Default is 0.
; If this setting is disabled, then chicken is disabled as well.
;
; ChickenLife=# hit points
; If your health goes below this amount while you are in Nihlathak's Temple then the
; bot will immediately exit the game. It is recommended that you do not use zPickit
; chicken and this chicken at the same time. Set to 0 if you don't want to use this
; feature. After chickening, the bot will use a potion from your belt upon entering
; the next game, if needed. You cannot use a percentage for this setting. Default is 0.
; This feature will automatically be disabled if it is greater than the HealLife amount.

[slot1]
Account=xxxx
Password=xxx
CharPosition=4
Difficulty=1
Precast1=F1,500;
Precast2=
Teleport=F5,700;
AttackSequence=F2,2,2,1500;F3,6,2,400;
NeedMerc=1
HealLife=300
ChickenLife=50


;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Delay Settings
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; Most delays are customizable. All delays will be randomized by the % denoted above in
; 'MaxVariance' in the Global section. For all delays, enter the minimum value. For
; example, if your mouse click delay is set to 400, and MaxVariance=20, the variable will
; be 20% (80ms) which will create a random delay between 400 and 480. All delays are
; preset to their defaults, you may personalize them based on your own computer and
; connection speed.
;
; Delay Description
; -------------------------------------------------------------------
; dMouseClick Delay after mouse clicks and most key presses
; dGetCorpse Delay after picking up corpse at beginning of run
; dPickUpItems Delay before leaving game after attack sequence
; dCloseD2 Delay after closing all Diablo II-related processes

[Delays]
dMouseClick=300
dGetCorpse=1500
dPickUpItems=4500
dCloseD2=5000



ok if u see a problem please tell me

my diablo 2 folder is under C:\Program Files\Diablo II
 

Cell

Member!
Joined
Feb 1, 2004
Messages
551
Reaction score
0
Location
California
Website
Visit site
so your resloution is 800*640 ? if it is ur set to go
 

tonyown

Member!
Joined
Mar 14, 2004
Messages
15
Reaction score
0
Website
Visit site
i have the same problem... the diablo window doesnt open in a small window it open in full screen but the settings in the .ini file are all correct... there is -w and -res 800 or something like that...
anyway! if some1 find the answer to this problem tell me plz
cya:madatu
 

New threads

Top