Dynamic stick command

Third party software discussion goes here.
ikaf
Posts: 129
Contact:

Re: Dynamic stick command

Post#11 » Wed Apr 02, 2014 10:13 pm

okay thanks , will test different values.
Ikaf [SHD] - Buttler [CLR] - Mikaf [MNK] - Bikaf [BRD] - Rikaf [ROG] - And Friends

ikaf
Posts: 129
Contact:

Re: Dynamic stick command

Post#12 » Thu Apr 03, 2014 12:28 pm

Found the issue I think : runing on the desktop it kept failing.
When i tried on the laptop later it worked fine : Realized i only had one EQ folder when i was using 2 different ones on the desktop.
Ikaf [SHD] - Buttler [CLR] - Mikaf [MNK] - Bikaf [BRD] - Rikaf [ROG] - And Friends

User avatar
Belvino
Posts: 218

Re: Dynamic stick command

Post#13 » Sun Apr 19, 2015 9:27 am

I've been using this Command and Loving it. I also have been having issue with using stick to get to teleports in vale or forest. I modified this to make it a /stickto command so it does the zone checks and everythign like /stickme except will stick to your target.

Code: Select all

/stickto=/multiline @ /echo [${Time.Time24}] Command issued: /stickto@/noparse /bcaa //multiline ; /if (!${Defined[StickZone]}) /declare StickZone string global;/if (!${Defined[StickTar]}) /declare StickTar int global;/if (!${Defined[Listening]}) /declare Listening bool global TRUE@/bcaa //varset StickZone ${Zone.Name}@/bcaa //varset StickTar ${Target.ID}@/noparse /bcaa //if (${Listening} && ${Zone.Name.Equal[${StickZone}]} && ${Spawn[${StickTar}].ID} && ${Spawn[${StickTar}].Distance}<200 && ${LineOfSight[${Me.Y},${Me.X},${Me.Z}:${Spawn[${StickTar}].Y},${Spawn[${StickTar}].X},${Spawn[${StickTar}].Z}]}) /multiline ; /echo [${Time.Time24}] Sticking to ${Spawn[${StickTar}].CleanName};/face ID ${StickTar} fast;/stick ID ${StickTar} 10@/noparse /bcaa //timed 3 /if (${Stick.Status.Equal[OFF]} && ${Listening}) /bc [${Time.Time24}] Stick target isn't nearby. Staying put.

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 1 guest

cron