rking
Member
But will somone please help me. If your on useast or uswest ladder i will give you an OHM rune for helping me.
rishiods Pindle bot.
here is what it does. It opens diablo/logs into my account/makes a game/and my sorc sits there for like 5 seconds before leaving just to do it over, and over, and over. I would really like it if somone would **REMOVE THERE USER NAME AND PASS** and send me there pindle.ini file. Like i said there is an OHM in it for you. Please please please help i am sick of fighting this thing. This is what i have.If you see anything please post.
; pindlebot.ini for use with Rishodi's Pindlebot v1.2b
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Global Settings
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; D2Exe=Drive:\...\Diablo II.exe -parameters
; This specifies where the bot will run Diablo II from, and with what parameters.
; The following parameters must be set for the bot to function correctly:
; -skiptobnet -w -res800 -title "Diablo II"
;
; D2Path=Drive:\Folder\Other Folder
; Specifies the install path for Diablo II
;
; D2Kill=executable that will terminate all running Diablo II processes + errors
; A working one is "d2kill.exe" which is included with this bot (thanks to CoreM1000)
; If you want to disable this feature, just leave it blank
; The bot will still work if you don't want to use this feature, just not as well
; e.g. D2Kill=d2kill.exe
;
; 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
;
; NoPickup=0/1
; Specifies whether or not the bot should set "/nopickup" at the start of each run
; 0 = command will not be sent, 1 = command will be sent
; If you have set "GroundSelect = FALSE" in pickit.ini, then set this to 0
; Default is 1
;
; 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
;
; Runs=number of runs you want to do. For infinite runs set this to -1 (default)
;
; 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]
D2Exe=C:\Program Files\Diablo II\Diablo II.exe -skiptobnet -w -ns -lq -res800 -title "Diablo II" -nonotify
D2Path=C:\Program Files\Diablo II
D2Kill=d2kill.exe
MoveWindow=0
NoPickup=0
UsePickit=1
Runs=-1
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
;
; Precast1=Key;Key;...
; 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;F6;
; F5=Energy shield, F6=Shiver Armor
;
; Precast2=Key;Key:...
; 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;
; F7=Thunderstorm
; If you only want to use one precast, leave the other blank and it will be skipped
;
; Teleport=Key,Delay;
; specify teleport, currently only supports teleport, not walking/running
; Teleport delay is dynamic, with a variable of 400 ms (see delays below)
; Example: Teleport=F4,800;
; F4=Teleport
;
; AttackSequence=Key,Repeat,Button,Delay;Key,Repeat,Button,Delay;... etc.
; Key - key to press (F1, F2, F3,...)
; Repeat - number of times to repeat the attack
; Button - which Mouse button to use, 1=left, 2=right
; Delay - delay between attacks
;
; 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.
;
; NeedMerc=0/1
; Set to 0 if you don't need your merc, 1 if you do (will res merc when it dies)
; Default is 0
[slot1]
Account=Your not
Password=That lucky
CharPosition=2
Precast1=F3;F4;
Precast2=
Teleport=F1,800;
AttackSequence=F2,1,2,1500;F2,4,1,400;
NeedMerc=1
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Delay Settings
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; Most delays are customizable. Delays that have a variable will be denoted as such. For
; delays that are dynamic (random), please enter the minimum value. For example, if
; your mouse click delay is set to 400, the random variable is 200 which will create
; a random delay of between 400 and 600. All delays will be preset to their defaults;
; you may personalize them based on your own computer and connection speed.
;
; Delay Description
; -------------------------------------------------------------------
; dStart Static - time to wait for D2 to start and go to login screen
; dActivateWindow Static - delay after activating the Diablo II window
; dLogin Static - delay after logging in
; dCharSelect Static - delay after selecting character
; dMouseClick Dynamic (200 ms) - delay after mouse clicks
; dMoveWindow Static - delay after moving Diablo II window
; dCreateGame Static - delay after creating game
; dGetCorpse Static - delay after picking up corpse at beginning of run
; dRunning Dynamic (500 ms) - delay between clicks while running to portal
; dEnterPortal Static - delay for entering red portal
; dPickUpItems Static - delay before leaving game after attack sequence
; dExitGame Static - delay after leaving game to go back to chat
[Delays]
dStart=300
dActivateWindow=3000
dLogin=2500
dCharSelect=1500
dMouseClick=200
dMoveWindow=1000
dCreateGame=5000
dGetCorpse=1500
dRunning=2700
dEnterPortal=3000
dPickUpItems=2500
dExitGame=5000
rishiods Pindle bot.
here is what it does. It opens diablo/logs into my account/makes a game/and my sorc sits there for like 5 seconds before leaving just to do it over, and over, and over. I would really like it if somone would **REMOVE THERE USER NAME AND PASS** and send me there pindle.ini file. Like i said there is an OHM in it for you. Please please please help i am sick of fighting this thing. This is what i have.If you see anything please post.
; pindlebot.ini for use with Rishodi's Pindlebot v1.2b
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Global Settings
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; D2Exe=Drive:\...\Diablo II.exe -parameters
; This specifies where the bot will run Diablo II from, and with what parameters.
; The following parameters must be set for the bot to function correctly:
; -skiptobnet -w -res800 -title "Diablo II"
;
; D2Path=Drive:\Folder\Other Folder
; Specifies the install path for Diablo II
;
; D2Kill=executable that will terminate all running Diablo II processes + errors
; A working one is "d2kill.exe" which is included with this bot (thanks to CoreM1000)
; If you want to disable this feature, just leave it blank
; The bot will still work if you don't want to use this feature, just not as well
; e.g. D2Kill=d2kill.exe
;
; 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
;
; NoPickup=0/1
; Specifies whether or not the bot should set "/nopickup" at the start of each run
; 0 = command will not be sent, 1 = command will be sent
; If you have set "GroundSelect = FALSE" in pickit.ini, then set this to 0
; Default is 1
;
; 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
;
; Runs=number of runs you want to do. For infinite runs set this to -1 (default)
;
; 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]
D2Exe=C:\Program Files\Diablo II\Diablo II.exe -skiptobnet -w -ns -lq -res800 -title "Diablo II" -nonotify
D2Path=C:\Program Files\Diablo II
D2Kill=d2kill.exe
MoveWindow=0
NoPickup=0
UsePickit=1
Runs=-1
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
;
; Precast1=Key;Key;...
; 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;F6;
; F5=Energy shield, F6=Shiver Armor
;
; Precast2=Key;Key:...
; 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;
; F7=Thunderstorm
; If you only want to use one precast, leave the other blank and it will be skipped
;
; Teleport=Key,Delay;
; specify teleport, currently only supports teleport, not walking/running
; Teleport delay is dynamic, with a variable of 400 ms (see delays below)
; Example: Teleport=F4,800;
; F4=Teleport
;
; AttackSequence=Key,Repeat,Button,Delay;Key,Repeat,Button,Delay;... etc.
; Key - key to press (F1, F2, F3,...)
; Repeat - number of times to repeat the attack
; Button - which Mouse button to use, 1=left, 2=right
; Delay - delay between attacks
;
; 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.
;
; NeedMerc=0/1
; Set to 0 if you don't need your merc, 1 if you do (will res merc when it dies)
; Default is 0
[slot1]
Account=Your not
Password=That lucky
CharPosition=2
Precast1=F3;F4;
Precast2=
Teleport=F1,800;
AttackSequence=F2,1,2,1500;F2,4,1,400;
NeedMerc=1
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Delay Settings
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
; Most delays are customizable. Delays that have a variable will be denoted as such. For
; delays that are dynamic (random), please enter the minimum value. For example, if
; your mouse click delay is set to 400, the random variable is 200 which will create
; a random delay of between 400 and 600. All delays will be preset to their defaults;
; you may personalize them based on your own computer and connection speed.
;
; Delay Description
; -------------------------------------------------------------------
; dStart Static - time to wait for D2 to start and go to login screen
; dActivateWindow Static - delay after activating the Diablo II window
; dLogin Static - delay after logging in
; dCharSelect Static - delay after selecting character
; dMouseClick Dynamic (200 ms) - delay after mouse clicks
; dMoveWindow Static - delay after moving Diablo II window
; dCreateGame Static - delay after creating game
; dGetCorpse Static - delay after picking up corpse at beginning of run
; dRunning Dynamic (500 ms) - delay between clicks while running to portal
; dEnterPortal Static - delay for entering red portal
; dPickUpItems Static - delay before leaving game after attack sequence
; dExitGame Static - delay after leaving game to go back to chat
[Delays]
dStart=300
dActivateWindow=3000
dLogin=2500
dCharSelect=1500
dMouseClick=200
dMoveWindow=1000
dCreateGame=5000
dGetCorpse=1500
dRunning=2700
dEnterPortal=3000
dPickUpItems=2500
dExitGame=5000