11-5 Combat Bot Tip Of The Day - Jousting On Incomingtext/announcement

Herculezz

ISX Specialist
Today I will show you with combatbot how you can have your bots react to an incoming text string or announcement string and move to a predetermined location / joust 2 points



Step1: Select OnIncomingText or OnAnnouncement Event
Step2: Type in the Text/Announcement to Listen for followed by | then the command to execute
ex Joust|${If[${Math.Distance[${Me.ToActor.Loc},-90,-110,50]}<5,execute RI_Atom_SetLockSpot ${Me.Name} -110 -110 50,execute RI_Atom_SetLockSpot ${Me.Name} -90 -110 50]}

(the above example will move between -110,-110,50 and -90.-110,50 when it sees the text Joust, simply change Joust and the waypoints in the above example to suit your needs)

Step3: Hit Add

Now you can move to different lockspots on Named announcements/redtexts or chat text or whatever, the options are endless.

Enjoy and as always thank you for beta testing Combat Bot
 
Top Bottom