If /Then Alias?

Post Reply
Nilats
Posts: 11
Joined: Mon Aug 03, 2020 1:16 am

If /Then Alias?

Post by Nilats »

When i glance at a mob I want a automatic group-say based on multiple potential shields the mob may have up:
so my viewpoint is:
A huge boa constrictor appears to be Animal and has a few scratches.
He's small in size.
His skin has the texture of bark with thorns.
He seems to be moving much faster than normal..
He is outlined with dancing purplish flames!

I'm not sure if this should be a if/then alias? I am digging thru an older script and trying to re-engineer it.. I xxx'ed out the part I'm unsure would be inserted:

if xxx ~= "His skin has the texture of bark with thorns." then
send("GCC 1.boa is thornskined)

else
if xxx ~= "He is outlined with dancing purplish flames!" then
send("gcc 1.boa is faerie fired")
end

Drevarr
Posts: 43
Joined: Tue Aug 06, 2013 12:07 am
Location: GA, USA

Re: If /Then Alias?

Post by Drevarr »

The attached Glances target to spell up Stone, Haste and Globe. Should be an easy mod to gsay shields on a glance target.
Glance_Spells_Triggers.xml
(8.24 KiB) Downloaded 218 times
Glance_Spells_Alias.xml
(526 Bytes) Downloaded 204 times
Don't know if Front/Back rank code is still in on Duris, may impact in some situations if still active.

Post Reply