Question how to edit my d2jsp shopbot

kidur

New Member
Joined
May 30, 2003
Messages
4
Reaction score
0
Website
Visit site
hi...
it was a hard fight for me, a botting noob, to get the shopbot working...
its the one wich was already in d2jsp...

now i just need to know 3 points:

1. a friend said when i only make larzuk runz i ll be kicked out of game after 30mins... is it true??? and if not, in wich file/files do i change it, that it only runz larzuk...

2. i want the bot only to run for:

any cruel bow wich chance to cast AD
and
thunder maul with 40ias

in wich file/files do i change it and wot do i have to write there...

3. is it true, that it automaticly only buys the items wich will get 2 socks???

thx for ur help

kidur

ps. i know my englisch is very very bad... sry... ;)
 
Joined
Jan 23, 2003
Messages
1,723
Reaction score
0
Location
Monterey, Cali
Website
www.cold-xero.com
To answer your first question, you wont get kicked out of a game unless you dont move outside of town for 30 minutes. Taking the waypoint to bloodyhills each time eliminates this problem. As for question 2, there should be several snagit files. one of them is the main file that you need to edit with the codes for the items you want picked up. The others contain the codes for each item.
I do not know the answer to your third question :confused: I hope I helped though.
 

kidur

New Member
Joined
May 30, 2003
Messages
4
Reaction score
0
Website
Visit site
yeah... u helped a little bit...
but i dont really understand how to edit the snagit to get my bow and the tm...
 

kidur

New Member
Joined
May 30, 2003
Messages
4
Reaction score
0
Website
Visit site
so,a friend of mine wrote me an .ini
but he isnt sure if everything is correct...
can u check it for me pls?

// ShopIt! BotIt! v. 3520
// by Ven0m
//
// uses ShopIt! from BMpwnIt version 1.57a
// by BlueMind & HolyCoitus, versions 1.54 and newer by Ven0m
// -----------------------------------------------------------------------------
// Different types of paramaters are available. Some accept only '=' for the
// value (like for the item type), some also accept '<' or '>' (for a % ED for
// example). Please note that > is greater or equal and < is lower or equal.
// Case does NOT matter anywhere, so cOdE will be treated the same way as Code.
//
// First section is reserved for configuration purposes. You can rename it if
// you want, it doesn't matter.
// -----------------------------------------------------------------------------
// Valid parameters :
; Syntax:
; [unique string]
; Code="abc" - [Optional] This is the 3 letter itemcode.
; xxx=xxx - [Optional] This is how you check for certain mods on the ground such as sockets
; Identified=0/1 - [Optional] 1 = identified, 0 = unidentified
; Type=<string> - [Optional] shield/weapon/armor/helm/bow/other (not implemented)
; Level=<string> - [Optional] rare/unique/set/magic/normal/craft/superior/lowquality are accepted
; ClassLevel=<string> - [Optional] normal/exceptional/elite are accepted
; Pickup=0/1 - [Optional] 0 = dont pickup, 1 = pickup {default if not specified}
; HasSockets=0/1 - [Optional] 1 = has sockets, 0 = doesnt have sockets
; isEthereal=0/1 - [Optional] 1 = is Ethereal, 0 = isnt Ethereal
;
; Description of new functions is in BMpwnIt docs & on www.d2jsp.org.
//
// Item (= only) : either the 3-letter item code, the name or the generic type
// of the item.
// e.g. : // Getting Hydra Bows
// Item=6lw
// // Getting Monarchs
// Item=Monarch
// // Getting shields, excluding paladin shields
// Item=1
//
// ClassLevel (=, < or >) : Normal / Exceptional / Elite
// Will get you items of the specified quality
// e.g. : // Will get exceptional and elites
// Level>Exceptional
//
// ### (=, < or >) : Specific stat number to look for
// e.g. : // Item must have exactly 30% faster cast rate
// 105=30
// // Item must have 250% enhanced damage or more
// 18>250
// // Item must have between 100 and 200% enhanced damage
// // to keep the required level under 35
// 18>100
// 18<200
// -----------------------------------------------------------------------------
// Some popular item types :
//
// 1 : Shield
// 2 : Armor
// 26 : Bow
// -----------------------------------------------------------------------------
// Some popular stats to look for :
//
// 18 : % enhanced damage
// 22 : Final maximum damage
// 91 : % requirements
// 93 : % IAS
// 194 : Number of sockets
// -----------------------------------------------------------------------------


// This is the first section, used for configuration purposes
// ---
// log : [none/useful/all/full] pretty self-explanatory, will tell shopit what
// are the items it should log : none, the ones it bought,all of
// them, full will dump all items and their mods.
// the log will be in scripts\output
// logfile : [name of the log file]
[Configuration]
loglevel=all
logfile=_ShopIt!_BotIt!.html

[Elite Cruel Bow with 250%+ ED and chance to cast AD]
Item=26
Classlevel=elite
18>240
195 = 66 + % 516384 + level 1512

[Elite Cruel bow of quickness]
Item=26
Classlevel=elite
18>260
93>40

[Elite Cruel Maul of quickness]
Item=31
Classlevel=elite
18>270
93>40

[Elite Cruel Bow of Alacirity with 290%+ ED]
Item=26
ClassLevel=elite
18>260
93>20
 

NewPosts

New threads

Top