D
Das-Ich
I have a problem with my shopbot. I am able to load sb, but when it has loaded it still keeps standing on the same place and doesnt move........... it never buys items or is just looking for any items. I think my SB.ini doesnt work. I´ll post it right here.
Shopbot.ini
; Sample shopbot.ini for shopbot-0.51 by cigamit (jimmy@advcs.org)
;
; NOTE: ALL <string>'s should be in ENGLISH
; Global Config Settings
; [global]
; autobuy=n - 1 autobuy is on, 0 autobuy is off
; autobuystop=n - 1 autobuystop is on, 0 autobuystop is off Will go into anitidle after it buys something
; townwp=<string> - [Required] The name of the town waypoint
; otherwp=<string> - [Required] The name of the waypoint to goto get outside of town.
; You MUST make this in the same act as the town waypoint or items dont update in the shop
; showallitems=n - 1 is on, 0 is off -- Will display the list of items,
; off means you see the item name only when there is a match
; usebind=n - Whether to auto bind the keys or not
; bindstart="XX" - Keycode to bind for ".shipbot start" defualts to "39" which is 9
; bindstop="XX" - Keycode to bind for ".shipbot stop" defualts to "30" which is 0
; bindpathkey="XX" - Keycode to bind for ".shipbot loadpath XXXXX" defualts to "38" which is 8
; bindpathnpc="XX" - Keycode to bind for npc of ".shipbot start XXXXX" defualts to "Larzuk"
; itemsfile - Record ALL Items in a file, or not (items-all.txt)
; itemstatfile - Record ALL items in a file, and their stats (items-stats.txt)
; itemsparsefile - Record ALL Items in a file with a | seperating the fields
; boughtfile - Record items that you buy (items-bought.txt)
; color - (0 - 9) Color of on screen text
; showwalk - Whether to show updates of you walking to the NPC and back
; browsestart - Whether to start in Browse Mode or not
; randomrun - Whether to make shopbot add random numbers to the path (makes it less detectable)
; randomnpc - Whether to make shopbot shop randomly between Anya, Larzuk, Halbu, and Jamella (must have paths!!)
[global]
autobuy=1
autobuystop=0
townwp=harrogath
otherwp=frigid highlands
steptime=1
showallitems=1
itemsfile=1
itemstatfile=1
itemsparsefile=1
boughtfile=1
color=9
browsestart=1
showwalk=1
randomnpc=0
randomrun=1
usebind=1
bindstart="39"
bindstop="30"
bindpathkey="38"
bindpathnpc="Larzuk"
; Item Syntax:
; [unique string]
; Code="abc" - [Optional] This is the 3 letter itemcode. 4th char is always a space and is ignored
; This option is outdated and shouldn't be used anymore
; Description=<string> - [Optional] This will print when the item is found. if not defined "No Description" will print
; MagicPrefix=<string> - [Optional] Item must have this MagixPrefix
; MagicSuffix=<string> - [Optional] Item must have this MagicSuffix
; Basename=<string> - [Optional] Item's Basename aka what the item would be called without any prefix or suffix
; Category=<string> - [Optional] Item's category (weapon, armor, gloves, boots, helmet, belt, shield)
; causes shopbot to only buy from that item type
; Quality=<string> - [Optional] Can be "Exceptional", "Elite", "Normal" or leave it blank
; Will buy only items of that quality or greater
; Stop=<integer> - [Optional] 0 or 1, if 1, will stop if buying that item fails
; MustHavePrefix=<integer> - [Optional] 0 or 1, When not specifying a magicprefix, will only buy it if it has a prefix
; MustHaveSuffix=<integer> - [Optional] 0 or 1, When not specifying a magicsuffix, will only buy it if it has a suffix
; Mod1 (1-9 ex: Mod7) - [Optional] Mod to filter (ex: Enhanced Damage)
; Mod1Val (1-9 ex: Mod6Val)- [Optional] Value of Mod to filter (ex: 295)
[Elite Cruel Item 290%]
Quality=Elite
Mod1="Enhanced Damage %"
Mod1Val=290
[Cruel Colossus Blade]
MagicPrefix="Cruel"
Basename="Colossus Blade"
Stop=1
[Magic Find Circlet]
Description="ÿc1Magic Find Circlet"
MagicPrefix="Fortuitous"
MagicSuffix="of Luck"
[Jeweler's Armor of the Whale]
Category="armor"
Mod1="Sockets"
Mod1Val=4
Mod2="Life"
Mod2Val=90
[Jeweler's Sacred Armor of Ages]
MagicPrefix="Jeweler's"
Basename="Sacred Armor"
MagicSuffix="of Ages"
Stop=1
[Jeweler's Sacred Armor of the Whale]
MagicPrefix="Jeweler's"
Basename="Sacred Armor"
MagicSuffix="of the Whale"
Stop=1
[Faithful Sacred Armor of Ages]
MagicPrefix="Faithful"
Basename="Sacred Armor"
MagicSuffix="of Ages"
Stop=1
[Godly Sacred Armor of Ages]
MagicPrefix="Godly"
Basename="Sacred Armor"
MagicSuffix="of Ages"
Stop=1
--------------------------------------------------------------------------------------------------------
Plz help me. Thx
Das-Ich
P.S.: If ur SB is running i would be happy if u could post ur sb.ini here or send it to me by PM. Thx !
Shopbot.ini
; Sample shopbot.ini for shopbot-0.51 by cigamit (jimmy@advcs.org)
;
; NOTE: ALL <string>'s should be in ENGLISH
; Global Config Settings
; [global]
; autobuy=n - 1 autobuy is on, 0 autobuy is off
; autobuystop=n - 1 autobuystop is on, 0 autobuystop is off Will go into anitidle after it buys something
; townwp=<string> - [Required] The name of the town waypoint
; otherwp=<string> - [Required] The name of the waypoint to goto get outside of town.
; You MUST make this in the same act as the town waypoint or items dont update in the shop
; showallitems=n - 1 is on, 0 is off -- Will display the list of items,
; off means you see the item name only when there is a match
; usebind=n - Whether to auto bind the keys or not
; bindstart="XX" - Keycode to bind for ".shipbot start" defualts to "39" which is 9
; bindstop="XX" - Keycode to bind for ".shipbot stop" defualts to "30" which is 0
; bindpathkey="XX" - Keycode to bind for ".shipbot loadpath XXXXX" defualts to "38" which is 8
; bindpathnpc="XX" - Keycode to bind for npc of ".shipbot start XXXXX" defualts to "Larzuk"
; itemsfile - Record ALL Items in a file, or not (items-all.txt)
; itemstatfile - Record ALL items in a file, and their stats (items-stats.txt)
; itemsparsefile - Record ALL Items in a file with a | seperating the fields
; boughtfile - Record items that you buy (items-bought.txt)
; color - (0 - 9) Color of on screen text
; showwalk - Whether to show updates of you walking to the NPC and back
; browsestart - Whether to start in Browse Mode or not
; randomrun - Whether to make shopbot add random numbers to the path (makes it less detectable)
; randomnpc - Whether to make shopbot shop randomly between Anya, Larzuk, Halbu, and Jamella (must have paths!!)
[global]
autobuy=1
autobuystop=0
townwp=harrogath
otherwp=frigid highlands
steptime=1
showallitems=1
itemsfile=1
itemstatfile=1
itemsparsefile=1
boughtfile=1
color=9
browsestart=1
showwalk=1
randomnpc=0
randomrun=1
usebind=1
bindstart="39"
bindstop="30"
bindpathkey="38"
bindpathnpc="Larzuk"
; Item Syntax:
; [unique string]
; Code="abc" - [Optional] This is the 3 letter itemcode. 4th char is always a space and is ignored
; This option is outdated and shouldn't be used anymore
; Description=<string> - [Optional] This will print when the item is found. if not defined "No Description" will print
; MagicPrefix=<string> - [Optional] Item must have this MagixPrefix
; MagicSuffix=<string> - [Optional] Item must have this MagicSuffix
; Basename=<string> - [Optional] Item's Basename aka what the item would be called without any prefix or suffix
; Category=<string> - [Optional] Item's category (weapon, armor, gloves, boots, helmet, belt, shield)
; causes shopbot to only buy from that item type
; Quality=<string> - [Optional] Can be "Exceptional", "Elite", "Normal" or leave it blank
; Will buy only items of that quality or greater
; Stop=<integer> - [Optional] 0 or 1, if 1, will stop if buying that item fails
; MustHavePrefix=<integer> - [Optional] 0 or 1, When not specifying a magicprefix, will only buy it if it has a prefix
; MustHaveSuffix=<integer> - [Optional] 0 or 1, When not specifying a magicsuffix, will only buy it if it has a suffix
; Mod1 (1-9 ex: Mod7) - [Optional] Mod to filter (ex: Enhanced Damage)
; Mod1Val (1-9 ex: Mod6Val)- [Optional] Value of Mod to filter (ex: 295)
[Elite Cruel Item 290%]
Quality=Elite
Mod1="Enhanced Damage %"
Mod1Val=290
[Cruel Colossus Blade]
MagicPrefix="Cruel"
Basename="Colossus Blade"
Stop=1
[Magic Find Circlet]
Description="ÿc1Magic Find Circlet"
MagicPrefix="Fortuitous"
MagicSuffix="of Luck"
[Jeweler's Armor of the Whale]
Category="armor"
Mod1="Sockets"
Mod1Val=4
Mod2="Life"
Mod2Val=90
[Jeweler's Sacred Armor of Ages]
MagicPrefix="Jeweler's"
Basename="Sacred Armor"
MagicSuffix="of Ages"
Stop=1
[Jeweler's Sacred Armor of the Whale]
MagicPrefix="Jeweler's"
Basename="Sacred Armor"
MagicSuffix="of the Whale"
Stop=1
[Faithful Sacred Armor of Ages]
MagicPrefix="Faithful"
Basename="Sacred Armor"
MagicSuffix="of Ages"
Stop=1
[Godly Sacred Armor of Ages]
MagicPrefix="Godly"
Basename="Sacred Armor"
MagicSuffix="of Ages"
Stop=1
--------------------------------------------------------------------------------------------------------
Plz help me. Thx
Das-Ich
P.S.: If ur SB is running i would be happy if u could post ur sb.ini here or send it to me by PM. Thx !