Bot using memory for precasts?

Orawa

Member
Joined
Feb 24, 2005
Messages
6
Reaction score
0
Hi !

I have problem.. my sorc is build with ep items and low vitality. Can i set up the bot to use memory for casting energy shield and chilling armor? I didnt found anything about that from my sorc file.. som1 help me :F
 

Johnny

IMMERSION RUINED
Joined
Mar 24, 2005
Messages
2,375
Reaction score
1
Location
Garden Grove, CA
i am not sure about weapon switching, but you can edit the precasts using the precast config

Code:
//////////////////////////////////////////////////////////////////////
// Precasting configuration
//====================================================================
// DA_UseCTA = true/false	 Switch to and use your CTA weapon runeword when doing the precasts.
// DA_AutoPrecasts = true/false	 Set to true to ignore the config below and automatically detect which skills to use for precasts.
// DA_Refresh=true/false	 Set to true to refresh your precasts by default, if DA_AutoPrecasts is false
// XP_ColdArmor = 0/1/2/3	 Cast a cold armor (0 = disabled, 1 = Frozen, 2 = Shiver and 3 = Chilling)
// XP_EnergyShield = true/false	 Cast Energy Shield
// XP_ThunderStorm = true/false	 Cast Thunder Storm
//--------------------------------------------------------------------

DA_UseCTA = false;
DA_AutoPrecasts = false;
XP_ColdArmor = 1;
XP_EnergyShield = true;
XP_ThunderStorm = false;
DA_Refresh = true;
 

NewPosts

New threads

Top