here god
; pindlebot.ini to use with Infinite PindleBot v3.3d
;==============================================================================
;----------------------------- global section ---------------------------------
;==============================================================================
;
; NinjaMode=1 will will do the runs without restarting, acc data not required
; NinjaMode=0 will will do the runs in infinite mode, account data is required
;
; DefaultSlot=<slotname> sets default slot with character to use in pindleruns
; if DefaultSlot= you will be prompted for the slotname at startup
;
; Channel=<channelname> sets the channel you will be in during the runs
;
; AwayMessage=<awaymessage> will set /away message during the runs
;
; AutoGoToAct5=0/1 disable/enable autogoing to act5 (using fastwp)
;
; PickupTime=<milliseconds> is the time the Bot will wait to pick up items
; 1 second = 1000 milliseconds, characters without teleport should use higher
; values, especially bowazons
[_global_]
NinjaMode=0
DefaultSlot=slot1
Channel=Open PindleBot Channel
AwayMessage=Im not awailable at the moment, please whisper me later...
AutoGoToAct5=1
PickupTime=4000
;==============================================================================
;--------------------------- slots configuration ------------------------------
;==============================================================================
;
; Specify separate slot section for every character you will use for pindleruns
; [<slotname>] must contain unique name for the slot which describes your
; character. If you have only one character for pindleruns set
; DefaultSlot=<slotname> in the [_default_] section
;
; AccountName=<accountname> account name to use in infinite mode
;
; Password=<password> password for this account, if you leave this empty you
; will be prompted for the password in infinite mode each time you start bot
;
; CharacterLocation=<6> character place in the 8-char matrix, the matrix is
; 1 2
; 3 4
; 5 6
; 7 8
;
; RunSpeed=<number> is the speed how fast your character can run. default is 100
; 100 is my reference, so runspeed is relative, lower value can solve problems
; with movement if your character has not enough "faster run" in the game
;
; VisitLarzuk=<20> how often should larzuk be visited?
; e.g. 0=never, 1=every time, 10=every 10 times and so on
;
; USE F1-F12 KEYS FOR CHARACTER SKILLS
; KEYS A-Z (except I and W) and NUMPAD NUMBERS ARE RESERVED
;
; Precast=[<Key>,<Delay>;<Key>,<Delay>;...] configures passive spells
; ie. Sorc's Energy shield, Barb's War cry... which will be cast after entering
; red portal.
; Example for sorceress: Precast=F5,150;F6,150;
; F5=Energy shield, F6=Shiver Armor
;
; Teleport=[<Key>,<Delay>;] specify if teleport should be used
; Teleport= will disable teleporting.
; Example: Teleport=F4,400;
; F4=Teleport
;
; Sequence=[<Key>,<castamount>,<delay>;<Key>,<castamount>,<delay>;...]
; attacking/casting Sequence, configure this part very carefull to match your
; character skills.
; Example for Ice Orb sorc: Sequence=F1,1,300;F2,3,300;F1,5,1300;
; This will Cast Ice Orb (F1) once, wait 300 milliseconds; cast Static (F2)
; 3 times, wait 300 milliseconds each time, cast Ice Orb (F1) 5 times,
; wait 1300 milliseconds each time
; Example for barb: Sequence=F1,10,100;F3,1,500;F1,10,100;F2,10,100;F1,10,100;
; F1=WW F2=Bersek F3=Battle Cry
;
; BattleMode=<auto|killall|bossonly> not used yet
[slot1]
Accountname=xxxxxxxxx
Password=xxxxxxxxxx
CharacterLocation=6
RunSpeed=100
VisitLarzuk=20
Precast=F4
Teleport=
Sequence=F5,1,5000;F2,10,10000;
;BattleMode=bossonly
[slot2]
Accountname=Accountname
Password=
CharacterLocation=1
RunSpeed=100
VisitLarzuk=
Precast=
Teleport=
Sequence=
;BattleMode=
;...
;==============================================================================
;--------------------------- expert configuration -----------------------------
;==============================================================================
;
; EXPERT SETTINGS, DONT CHANGE THIS UNLESS YOU KNOW WHAT YOU DO!
;
; These settings are ready to use for both, original diablo and supplied
; no cd loader (Diablo II.exe)
;
; D2Path=<path> directory where diablo II is located. Usually you dont need
; to specify the path, the bot will get the Path from the registry.
; Example: D2Path=C:\Diablo II
;
; D2Executable=<executablefile> is the name of Diablo II executable
;
; D2Parameter=<parameters>
;
; D2Title=<windowtitle>
;
; D2Kill=<threadkiller>
; D2Kill= will force the bot to use internal routines to restart Diablo II
;
; D2HackIt=<d2hackit executable>
;
; Delays synthax: <Delay type>=<value in milliseconds>
;
; [Delay type] [Short description]
; dClick delay for mouse clicks
; dStartDiablo starting diablo
; dAccLogin account login
; dCharLogin character login into chat channel
; dHackItStart starting D2HackIt (with pickit)
; dActivateWindow focusing on diablo window
; dWaitError waiting error
; dCloseDiablo closing diablo
; dCreateGame creating game
; dChangeAct going to act5
; dWaitUserClose waiting for user to close bot
; dChannelAction chat channel actions like changing channel
; dLeaveGame leaving game
; dEnterRedPortal entering red portal
[_expert_]
D2Path=
D2Executable=
D2Parameter=-skiptobnet -ns -res800 -title "Diablo II"
D2Title=Diablo II
D2Kill=pv -kf Game.exe Diablo*II.exe
D2HackIt=Loader.exe
dClick=150
dStartDiablo=5000
dAccLogin=2000
dCharLogin=2000
dHackItStart=2000
dActivateWindow=1000
dWaitError=8000
dCloseDiablo=2000
dCreateGame=2000
dChangeAct=4000
dWaitUserClose=10000
dChannelAction=1000
dLeaveGame=9000
dEnterRedPortal=500