Pindle bot help!!

GordoSmith

Member
Joined
Jun 26, 2003
Messages
12
Reaction score
0
Website
Visit site
My pindle bot will get on my acc, pick the right slot, go to the right channel, makes a game, That at this point it ceases to do anything productive. It just sits there (I waited 5 min for a response but there was none)

Help will be appriciated.:wavey
 

Thirteen

Member!
Joined
Jun 26, 2003
Messages
535
Reaction score
0
Location
California
Website
www.custommaps.org
Make sure your character name is spelled correctly (Remember it is case sensitive). I assume you're running IPB, in which case, make sure you have Teleport, Precast, and Sequence filled in correctly.
 

Thirteen

Member!
Joined
Jun 26, 2003
Messages
535
Reaction score
0
Location
California
Website
www.custommaps.org
Read the pindlebot.ini, the instructions are right there. If you still need help, post here and please post your .ini so I can assist you. (Remember to remove your account info if you do post it ;))
 

GordoSmith

Member
Joined
Jun 26, 2003
Messages
12
Reaction score
0
Website
Visit site
; 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=1 sets default slot with character to use in pindleruns
; if DefaultSlot= you will be prompted for the slotname at startup
;
; Channel=blarg sets the channel you will be in during the runs
;
; AwayMessage=I am away will set /away message during the runs
;
; AutoGoToAct5=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 disable/enable Move Diablo to top left corner of screen

[_global_]
NinjaMode=1
DefaultSlot=slot1
Channel=Open Pindlebot Channel
AwayMessage=Can't talk now, maybe later
AutoGoToAct5=1
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=******* account name to use in infinite mode
;
; 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=1 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=F5,200;F4,200;...] 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=[f1,200;] 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=
Password=
CharacterLocation=8
VisitLarzuk=1
RunSpeed=
Precast=
Teleport=f1
Sequence=
NeedMerc=1
ChickenLife=15
SkipMalahLife=90
HealLifeAt=50
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
 

Thirteen

Member!
Joined
Jun 26, 2003
Messages
535
Reaction score
0
Location
California
Website
www.custommaps.org
Originally posted by GordoSmith
; USE F1-F12 KEYS FOR CHARACTER SKILLS
; KEYS A-Z (except I and W) and NUMPAD NUMBERS ARE RESERVED
;
; Precast=F5,200;F4,200;...] 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=[f1,200;] 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
All of the directions are there in the .ini.
 

GordoSmith

Member
Joined
Jun 26, 2003
Messages
12
Reaction score
0
Website
Visit site
Hmm, For the sequence.. That stuff is confuseing, Is there any pindle bot that allready has a sequence made, like my meph bot does? or can I copy and paste my meph bot sequence into this one? My meph bot works fine.
 

Thirteen

Member!
Joined
Jun 26, 2003
Messages
535
Reaction score
0
Location
California
Website
www.custommaps.org
; Sequence=[<Key>,<castamount>,<delay>;<Key>,<castamount>,<delay>;...]

The Key would be the skill you want to use. F1, F2, etc.

Cast amount is how many times you want to use this skill. 1, 2, 50, whatever.

Delay is in milliseconds. 1000 as a value = 1 second.

So an example would be:

Sequence=F1,4,750;F2,3,1250;
 

Thirteen

Member!
Joined
Jun 26, 2003
Messages
535
Reaction score
0
Location
California
Website
www.custommaps.org
Make it long enough so that Pindle will die. The bot is triggered to leave shortly after Pindle dies, so you don't have to worry about aimlessly Whirlwinding around Act 5 for 10 minutes.
 

GordoSmith

Member
Joined
Jun 26, 2003
Messages
12
Reaction score
0
Website
Visit site
Haha im makeing it for a sorc.. And i have ice orb as my left mouse button, My f2 is static field, and f3 is Nova.. What do you think I should do?
 

steelwolf

Member!
Joined
Jun 26, 2003
Messages
38
Reaction score
0
Website
Visit site
can u give me a link where u have downloaded ur pindelbot?
im also a total nooob and dont understand that x=--valuetrigger-1234killrate=deppat/3423 pindel=*****/32=orb/frozen ~.~
^^^^^^^^^^^
only shit
please if we are two we can solve the problem easier so give me the link..plz
 

NewPosts

New threads

Top