Pindle Error

Damatrix

Member!
Joined
Nov 9, 2002
Messages
46
Reaction score
0
Website
Visit site
for some reason it will exit before killing pindle skin evertime this is my config file

*********
; pindlebot.ini to use with Infinite PindleBot v3.3f


;==============================================================================
;----------------------------- 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
;
; MoveDiablo=0/1 disable/enable Move Diablo to top left corner of screen

[_global_]
NinjaMode=0
DefaultSlot=slot1
Channel=LoD USEast-USA-47
AwayMessage=Im in a game
AutoGoToAct5=0
PickupTime=3500
MoveDiablo=1

;==============================================================================
;--------------------------- 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=<number> 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=<1-999> 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,200;F6,200;
; F5=Energy shield, F6=Shiver Armor
;
; Teleport=[<Key>,<Delay>;] specify if teleport should be used
; Teleport= will disable teleporting.
; Example: Teleport=F4,600;
; 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,10,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
;
; NeedMerc=<0 | 1> 0 if you don't use a merc, 1 if you do.
;
; ChickenLife = x x = % life to chicken on (0-99 ; def 25)
;
; SkipMalahLife = x If you have x% or more life, skip the trip to malah. (0-100; def 90)
;
; HealLifeAt = x If you have less than x% life, use a pot (0-99; def 50)
;
; HirelingChickenLife = x If your merc has less than x% life, chicken out (0-99; def 20)
;
; HirelingHealLifeAt = x If your merc has less than x% life, use a pot (0-99; def 50)

[slot1]
Accountname="arcius"
Password="54173705"
CharacterLocation=1
VisitLarzuk=1
RunSpeed=100
Precast=
Teleport=
Sequence=F6,1,300;F5,3,300;F6,10,300;
NeedMerc=1
ChickenLife=10
SkipMalahLife=90
HealLifeAt=45
HirelingChickenLife=20
HirelingHealLifeAt=50

[slot2]
Accountname=
Password=
CharacterLocation=4
RunSpeed=100
VisitLarzuk=1
NeedMerc=1
Precast=
Teleport=
Sequence=
NeedMerc=1
ChickenLife=15
SkipMalahLife=90
HealLifeAt=50
HirelingChickenLife=20
HirelingHealLifeAt=50
;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
; dMoveDiablo movind diabo window
; 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 -w -ns -res800 -title "Diablo II"
D2Title=Diablo II
D2Kill=pv -kf Game.exe Diablo*II.exe
D2HackIt=Loader.exe

dClick=250
dStartDiablo=10000
dMoveDiablo=1000
dAccLogin=3000
dCharLogin=3000
dHackItStart=3000
dActivateWindow=1000
dWaitError=7000
dCloseDiablo=2000
dCreateGame=10000
dChangeAct=3000
dWaitUserClose=5000
dChannelAction=1000
dLeaveGame=8000
dEnterRedPortal=1200
*********************
 

NewPosts

New threads

Top