what are your skills according to the game (when playing manually what keys do u press for what skills) for ex. my frozen armor is f1,
this part of your script
Code:
@TP_Scroll_Key = h ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = s ; Teleport Skill Key (must have it)
@Lightning_Key = f ; Lightning Skill Key (must have it)
@Chain_Lightning_Key = g ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = q ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = r ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key = e ; Mana Shield Skill Key (put a blank if you dont have)
@Battle_Commands_Key = ; Battle Commands Skill Key (leave blank if you dont have)
@Battle_Orders_Key = ; Battle Orders Skill Key (leave blank if you dont have)
;NOTE: to use CTA uncomment the CL_Sorc_Will_Use_Cta sequence in the [MAIN] below
defines what your skills are to the bot.
mine looks like this
Code:
@TP_Scroll_Key = f8 ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = f5 ; Teleport Skill Key (must have it)
@Lightning_Key = f3 ; Lightning Skill Key (must have it)
@Chain_Lightning_Key = f4 ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = f6 ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = f1 ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key = f2 ; Mana Shield Skill Key (put a blank if you dont have)
@Battle_Commands_Key = ; Battle Commands Skill Key (leave blank if you dont have)
@Battle_Orders_Key = ; Battle Orders Skill Key (leave blank if you dont have)
;NOTE: to use CTA uncomment the CL_Sorc_Will_Use_Cta sequence in the [MAIN] below
also you are going to want to comment thispart of your script
Code:
Cl_Sorc_FromEldritchGoToShenk, 0
CL_Sorc_Pre_Attack_Shenk, @Timeout_Shenk_Pre_Attack
CL_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
CL_Sorc_Shenk_Corpse_teleport,0
CL_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
CL_Sorc_Simple_Pickit, 0
(put ; before each line)
Bookmarks