PDA

View Full Version : D2jps CountessXP no pickit runs



Duron
08-06-2004, 06:44 PM
Help my i have D2jsp scripts CountessXP. My bot no pickit pul lem ko amn sol.
d2jsp/scripts/libs/CXP_Config

//DCU_Codes.push(["r01",0,3]); //El Rune r01
DCU_Codes.push(["r20",0,3,"gfg",0,1]); //Lem Rune + flawed Emerald r20 + gfg
DCU_Codes.push(["r21",0,2,"gfw",0,1]); //Pul Rune + flawed Diamond r21 + gfw

Extremeblizz!
08-06-2004, 06:51 PM
Wtf does what u posted have to do with it?
Listen, go to scripts/settings/Snagit_XP.ini in ur d2jsp folder, open it with notepad.
Search for runes, the bot is automaticlly configured to pick up pul lem and ko
However, if u want amn and sol, you'll see them there:
;[Amn Rune]
;Code="r11"
;Description=c8Amn Rune
;[Sol Rune]
;Code="r12"
;Description=c8Sol Rune


Problem is, their disabled. In d2jsp item pickup, ; means disabled.
So, change both to this:

[Amn Rune]
Code="r11"
Description=c8Amn Rune
[Sol Rune]
Code="r12"
Description=c8Sol Rune

Without the ;, now everything should be ok.

Duron
08-06-2004, 07:14 PM
ok thx