Ok so i am using the mmbot and I've gotten everything down to my light sorc joining the game but when it does it just stands there for like 40 seconds and the game exits
here's my sequence in mm.bot sequence--
[MAIN]
CL_Sorc_Town_Pre_Cast, 0
CL_Sorc_Town_GoTo_PindleTP, 0
CL_Sorc_Will_Use_Cta_OutTown, 0 ; If you dont use CTA comment this sequence with " ; "
CL_Sorc_GoTo_Pindle, 0
CL_Sorc_Pre_Attack_Pindle, @Timeout_Pindle_Pre_Attack
CL_Sorc_Attack_Pindle, @Timeout_Pindle_Attack
CL_Sorc_Pindle_Pickit, 0
CL_Sorc_BackA5Town, 0
CL_Sorc_Town_Goto_Eldritch_Wp, 0
CL_Sorc_Will_Use_Cta_OutTown, 0 ; If you dont use CTA comment this sequence with " ; "
CL_Sorc_GoTo_Eldritch, 0
CL_Sorc_Pre_Attack_Eldritch, @Timeout_Eldritch_Pre_Attack
CL_Sorc_Attack_Eldritch, @Timeout_Eldritch_Attack
CL_Sorc_Eldritch_Pickit, 0
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_Shenk_Pickit, 0
; And below all the sequences called above, not necessary in order:
;=====================================
; CL Sorce will precast at downstairs
;=====================================
[CL_Sorc_Town_Pre_Cast]
SR(@Random_Delay_Before_Eldritch)
K(@Frozen_Armor_Key)
S(@Key_Push_Delay)
RC(400,60)
SR(@Pre-Cast_Random_Delay)
K(@Mana_Shield_Key)
S(@Key_Push_Delay)
RC(400,60)
SR(@Pre-Cast_Random_Delay)
EXIT
ok bear with me please this one is short but I think relevant to me needs here's the sorcesequence.text
[MAIN]
;==Eldritch==
;EnergyShield,0
GotoFrigid,0
CTA,0
;ChillingArmor,0
TeleToEldritch,0
SorcRedAttack,@Eldritch_Attack_Length
Loot,0
;ToTownAct5,0 ;uncomment only if not doing Thresh or Shenk
;==Thresh==
FromEldtoFrigidWP,0
ToArreat,0
TeleToThresh,0
SorcBlueAttack,@Thresh_Attack_Length
Loot,0
ToTownAct5,0
what the hell am i doing wrong-- do those 0's after the commands have a relevance should they be replaced by sequential numbers...?
Bookmarks