plexuspunx
Member!
alrite i saw in a thread that someone didnt know how to not pick up potions after the belt is full....well the only way to get smarter is to experiment and look thru files and just open ur eyes....
i found out how to not pick up potions after the belt is full wile lookin how to not pick up reg rej potions...now it doesnt matter
1. goto settings in ur d2jsp directory
2. open snagit with notepad
3. from there u will see the following below some definitions of functions
;Logfile=<string> -[Optional] This is the file name
;PickupRadius=xx -[Optional] This is the radius in which to pick an item up
;fillbelt=0/1 -[Optional] Set this to 1 to have it not pick up potions after a full belt
[Configuration]
PickupRadius=60
logfile=ItemLog.html
fillbelt=1
;Below tells the script to skip over normal healing potions
skip=76
;Below tells the script to skip over normal mana potions
skip=77
i found out how to not pick up potions after the belt is full wile lookin how to not pick up reg rej potions...now it doesnt matter
1. goto settings in ur d2jsp directory
2. open snagit with notepad
3. from there u will see the following below some definitions of functions
;Logfile=<string> -[Optional] This is the file name
;PickupRadius=xx -[Optional] This is the radius in which to pick an item up
;fillbelt=0/1 -[Optional] Set this to 1 to have it not pick up potions after a full belt
[Configuration]
PickupRadius=60
logfile=ItemLog.html
fillbelt=1
;Below tells the script to skip over normal healing potions
skip=76
;Below tells the script to skip over normal mana potions
skip=77