hansgeschnitz
Member!
mkay my problem is the sequence ^^ i dont know what i have to write...^^
; pindlebot.ini to use with Infinite PindleBot v3.4a
; Original code by MozartMcLarus
; Edited by Khaderach, FallNAngel, FunkyDo
;==============================================================================
;----------------------------- 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
;
; PickupTime=<milliseconds> is the <a href="http://www.ntsearch.com/search.php?q=time&v=52&src=zon">time</a> 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=Pindlebot
AwayMessage=Can't talk now, maybe later
PickupTime=3500
MoveDiablo=1
;==============================================================================
;--------------------------- <a href="http://www.ntsearch.com/search.php?q=slots&v=52&src=zon">slots</a> configuration ------------------------------
;==============================================================================
;
; Specify separate <a href="http://www.ntsearch.com/search.php?q=slot&v=52&src=zon">slot</a> 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 <a href="http://www.ntsearch.com/search.php?q=time&v=52&src=zon">time</a> you start bot
;
; CharacterLocation=<number> character place in the 8-char <a href="http://www.ntsearch.com/search.php?q=matrix&v=52&src=zon">matrix</a>, the <a href="http://www.ntsearch.com/search.php?q=matrix&v=52&src=zon">matrix</a> is
; 1 2
; 3 4
; 5 6
; 7 8
;
; Difficulty=<1,2,3> 1=normal, 2=nightmare, 3=hell. Default is normal.
;
; 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
;
; 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 <a href="http://www.ntsearch.com/search.php?q=Energy&v=52&src=zon">Energy</a> shield, Barb's War cry... which will be cast after entering
; red <a href="http://www.ntsearch.com/search.php?q=portal&v=52&src=zon">portal</a>.
; 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. NOTE: walking to pindle is not yet implemented.
; Example: Teleport=F4,600;
; F4=Teleport
[slot1]
Accountname=xxxxx
Password=xxxxx
CharacterLocation=1
Difficulty=3
RunSpeed=100
Precast=f4
Teleport=f3
sequence=???????????????????
;==============================================================================
;--------------------------- 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 <a href="http://www.ntsearch.com/search.php?q=cd&v=52&src=zon">cd</a> 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
;
; 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 <a href="http://www.ntsearch.com/search.php?q=chat&v=52&src=zon">chat</a> channel
; dActivateWindow focusing on diablo window
; dWaitError waiting error
; dCloseDiablo closing diablo
; dCreateGame creating game
; dWaitUserClose waiting for user to close bot
; dChannelAction <a href="http://www.ntsearch.com/search.php?q=chat&v=52&src=zon">chat</a> channel actions like changing channel
; dLeaveGame leaving game
[_expert_]
D2Path=
D2Executable=
D2Parameter=-skiptobnet -w -ns -res800 -title "Diablo II"
D2Title=Diablo II
D2Kill=pv -kf Game.exe Diablo*II.exe
dClick=250
dStartDiablo=10000
dMoveDiablo=1000
dAccLogin=3000
dCharLogin=3000
dActivateWindow=1000
dWaitError=7000
dCloseDiablo=2000
dCreateGame=10000
dWaitUserClose=5000
dChannelAction=1000
dLeaveGame=8000
its a fire sorc (fireball)
; pindlebot.ini to use with Infinite PindleBot v3.4a
; Original code by MozartMcLarus
; Edited by Khaderach, FallNAngel, FunkyDo
;==============================================================================
;----------------------------- 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
;
; PickupTime=<milliseconds> is the <a href="http://www.ntsearch.com/search.php?q=time&v=52&src=zon">time</a> 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=Pindlebot
AwayMessage=Can't talk now, maybe later
PickupTime=3500
MoveDiablo=1
;==============================================================================
;--------------------------- <a href="http://www.ntsearch.com/search.php?q=slots&v=52&src=zon">slots</a> configuration ------------------------------
;==============================================================================
;
; Specify separate <a href="http://www.ntsearch.com/search.php?q=slot&v=52&src=zon">slot</a> 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 <a href="http://www.ntsearch.com/search.php?q=time&v=52&src=zon">time</a> you start bot
;
; CharacterLocation=<number> character place in the 8-char <a href="http://www.ntsearch.com/search.php?q=matrix&v=52&src=zon">matrix</a>, the <a href="http://www.ntsearch.com/search.php?q=matrix&v=52&src=zon">matrix</a> is
; 1 2
; 3 4
; 5 6
; 7 8
;
; Difficulty=<1,2,3> 1=normal, 2=nightmare, 3=hell. Default is normal.
;
; 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
;
; 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 <a href="http://www.ntsearch.com/search.php?q=Energy&v=52&src=zon">Energy</a> shield, Barb's War cry... which will be cast after entering
; red <a href="http://www.ntsearch.com/search.php?q=portal&v=52&src=zon">portal</a>.
; 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. NOTE: walking to pindle is not yet implemented.
; Example: Teleport=F4,600;
; F4=Teleport
[slot1]
Accountname=xxxxx
Password=xxxxx
CharacterLocation=1
Difficulty=3
RunSpeed=100
Precast=f4
Teleport=f3
sequence=???????????????????
;==============================================================================
;--------------------------- 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 <a href="http://www.ntsearch.com/search.php?q=cd&v=52&src=zon">cd</a> 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
;
; 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 <a href="http://www.ntsearch.com/search.php?q=chat&v=52&src=zon">chat</a> channel
; dActivateWindow focusing on diablo window
; dWaitError waiting error
; dCloseDiablo closing diablo
; dCreateGame creating game
; dWaitUserClose waiting for user to close bot
; dChannelAction <a href="http://www.ntsearch.com/search.php?q=chat&v=52&src=zon">chat</a> channel actions like changing channel
; dLeaveGame leaving game
[_expert_]
D2Path=
D2Executable=
D2Parameter=-skiptobnet -w -ns -res800 -title "Diablo II"
D2Title=Diablo II
D2Kill=pv -kf Game.exe Diablo*II.exe
dClick=250
dStartDiablo=10000
dMoveDiablo=1000
dAccLogin=3000
dCharLogin=3000
dActivateWindow=1000
dWaitError=7000
dCloseDiablo=2000
dCreateGame=10000
dWaitUserClose=5000
dChannelAction=1000
dLeaveGame=8000
its a fire sorc (fireball)