My fire sorc enters a game, go to pindles tp, and teles up. Then she stands there, and as soon as one of pindles "partners" attacks her, she exits the game !
Don't know wtf the problem could be. Not anything with my keysets.
My script looks like this :
;Current Version : 0.2
;-----------------------------------------------------------------------
;Updates(Version 0.2)
;Added Eldritch to the sequence. [EDIT] it is still in testing and does not work
;-----------------------------------------------------------------------
;Updates(Version 0.1)
;First sequence i ever made =-D it does... ok lol. Made it for fire sorc.
;-----------------------------------------------------------------------
;################################################# ###############
; Sequence created by BlueSmoke_ScR for mfing Hell Pindle. EDIT: Now Eldritch too!
; Type:Fire Sorceress
;################################################# ###############
;#############################Skills############## ###############
@Teleport = F1
@Fireball = F2
@Meteor = F3
@Portal = F4
@Standstill = Y
;############################Waits################ ###############
;These are the settings for waits for teleing or killing bosses.
;################################################# ###############
@Teleport_Wait = 15000
@Key_Delay = 50
;############################Main################# ###############
;Put a ( without parentheses in front of something to disable it.
;################################################# ###############
[Main]
Message
ToRedPortal,0
TelePindle,0
KillPindle,10000
Pickit,0
ReturnTown,0
Malah,0
; GoToEldWp,0
; GoToEld,0
; KillEld,15000
; Pickit,0
;#######################Sequence################## ################
[Message]
Send (/f m If you keep messaging me, i do not hear you it is my bot. TESTING MY SEQUENCE FOR PINDLE)
EXIT
[ToRedPortal]
FUNC:A5WPtoATP
EXIT
[TelePindle]
K(@Teleport)
S(@Key_Delay)
BRC(280,-300)
WEOT(@Teleport_Wait)
RC(780,50)
WEOT(@Teleport_Wait)
BRC(480,-40)
WEOT(@Teleport_Wait)
EXIT
[KillPindle]
CLM
CMLM
KD(@Standstill)
S(@Key_Delay)
LCD(MFOC)
S(@Key_Delay)
CMDEAD
CTOE
[Pickit]
PICKIT(600)
EXIT
[ReturnTown]
K(@Portal)
S(500)
FUNC:TOWNTP
EXIT
[GoToEldWp]
FUNC:A5EWP
Exit
[GoToEld]
K(@Teleport)
S(@Key_Delay)
BRC(-70,-31)
WEOT(@Teleport_Wait)
BRC(12,-203)
WEOT(@Teleport_Wait)
BRC(4,-374)
Exit
[KillEld]
S(500)
CLM
CMLM
KD(@Standstill)
S(@Key_Delay)
LCD(MFOC)
S(@Key_Delay)
CMDEAD
CTOE
[Malah]
FUNC:A5TownPoint
Exit
Bookmarks