Any of u know about JED 2.0?

azk12000

Member!
Joined
Nov 6, 2002
Messages
931
Reaction score
0
Location
Perth Australia
any of u know about JED 2.0?

k, i know this belongs in bots and editors but its hard to get ur questions answered there, and since ur clan members i figure u can help out. i know gsvi-son bots.

when i try to run the meph or pindle sorc scripts it says

ERROR: Monster not found
ERROR: Pindleskin/Mephisto run failed

when i get near them, ie durance lv 3 near tp to act 4 for meph, and just though red TP for pindle after my sorc teles around a bit. it then exits makes anew and does again, ive manage to kill pindle once with it. it kills shenk and elderich fine. if nothing else can sumone who has it working send me their sorc scripts.

round_s@hotmail.com

greatly appreciated, monkey
 

Misterwhippy

Member!
Joined
Nov 13, 2002
Messages
2,774
Reaction score
0
Location
Virginia
that is strange indeed. Ive gotten the weirdest questions about JED lately. Try to redownload JED. then double check your script. heres what mine looks like: (pindle only)


var heal_life = 800;
var heal_mana = 700;
var rest_mana = 5;
var health_chicken = 225;
var mana_check = true;
var mana_chicken = 5;
var UseEnchantments = false;
var EnchantmentsShow = true;

SkipEnchantment("Conviction", 1);
SkipEnchantment("Fanaticism", 1);
SkipEnchantment("Lightning Enhanced", 1);

DefensiveSpell("Frozen Armor", 1, 0, 700);
DefensiveSpell("Thunder Storm", 1, 0, 700);

EldritchAttack("Static Field", 2, 10, 500);
EldritchAttack("Nova", 2, 10, 500);
var eldritch_repeat_after = 1;

ShenkAttack("Static Field", 2, 10, 500);
ShenkAttack("Nova", 8, 10, 500);
ShenkAttack("Static Field", 3, 10, 500);
ShenkAttack("Nova", 2, 10, 500);
var shenk_repeat_after = 2;

PindleAttack("Frozen Orb", 2, 10, 750);
PindleAttack("Static Field", 2, 10, 500);
PindleAttack("Frozen Orb", 1, 10, 750);
PindleAttack("Nova", 2, 10, 500);
var pindle_repeat_after = 2;

ZombAttack("Nova", 2, 10, 500);

var reposition = true;
var use_merc = true;
var merc_heal = true;
var merc_chicken = 50;
var potionType = "Full Rejuv Potion";
var repair_level = .3;

var doEldritchRun = false;
var doShenkRun = false;
var doPindleRun = true;
var doZombieRun = false;


thats only the editable part.
 

NewPosts

New threads

Top