JED Help Plz

C

CrazyMoFo

this is probably a n00b question but i just got JED today the newest version off diabloworld and it works fine until i pindle gets killed it then says "Pickit item monitor disabled" picks up the gold and leaves to make a new game.

what am i doing wrong?

also how do i make it so i leave the game when i run into a lightning enchanted? i thought i did it right but i guess not.
 

Morgalis

Member!
Joined
Dec 14, 2002
Messages
91
Reaction score
0
Website
www.diabloworld.com
it will only pick up things listed in your jed\javascripts\include\itemfilter\pickit-items.jed

you can create a new file at http://jed.diabloworld.com/mypickit

as for the immunities make sure that it looks like this

var heal_life = 580;
var heal_mana = 800;
var rest_mana = 75;
var health_chicken = 275;
var health_bugout = 150;
var mana_check = true;
var mana_chicken = 5;
var UseEnchantments = true; <-------- must be tru
var EnchantmentsShow = true;

SkipEnchantment("Fanaticism", 1);
SkipEnchantment("Lightning Enchanted", 1); <---- default
SkipEnchantment("Conviction", 1);
 

NewPosts

New threads

Top