• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Attempting to have shaman shrink surrounding toons

Joined
Mar 19, 2018
RedCents
2,023¢
Hey all,

So I'm attempting to have my shaman shrink all my toons around him, including ones that may not be grouped with him. He'll cast other buffs on my other toons just fine, but when I put in Shrink as a buff, he won't cast it at all.

I've also tried putting in a condition for it, i.e.:

[Buffs]
Buffs1=Shrink|Cond1

[KConditions]
Cond1=${Target.Height} > 2.00

Can't seem to get him to cast it at all, even on group members. Any ideas?
 
you can use a condition like this for group shrink. dunno about individual shrink

${Me.Height} > 2.00 || ${Group.Member[1].Height} > 2.00 || ${Group.Member[2].Height} > 2.00 || ${Group.Member[3].Height > 2.00 || ${Group.Member[4].Height} > 2.00 || ${Group.Member[5].Height} > 2.00
 
I use Group Shrink
I don't think you can shrink someone outside of the group in the game. Next best thing is to get everyone without shrink a clicky and then send the command /useitem shrinkclicky.


Buffs1=Group Shrink|Cond1

Cond1=${Target.Height} > 1.91

or
Cond1=${Me.Height} > 1.91
 
I use Group Shrink
I don't think you can shrink someone outside of the group in the game. Next best thing is to get everyone without shrink a clicky and then send the command /useitem shrinkclicky.


Buffs1=Group Shrink|Cond1

Cond1=${Target.Height} > 1.91

or
Cond1=${Me.Height} > 1.91

You can use out of group shrink, the shammy AA Shrink will work on toons out of group. Can you think of any way to code it to be used?
 
You can use out of group shrink, the shammy AA Shrink will work on toons out of group.
This doesn't work on any servers that I have played on. You are saying you can walk around shrinking anyone you want?
 
Never could shrink out of group with my shaman. Ages ago I got the luck to be able to get my hand on the group-shrink orb. Works great on the group😉
 
This doesn't work on any servers that I have played on. You are saying you can walk around shrinking anyone you want?

I'm on Firiona, I haven't tested it on any other servers but yeah I can walk around shrinking people with Shrink on my shammy. Unless I'm going insane :confused:
 
This doesn't work on any servers that I have played on. You are saying you can walk around shrinking anyone you want?

This works just fine on bb. It requires the single target aa from the shaman or I believe beast can do it too. I take my shaman to the bazaar regularly to shrink all the ogres blocking the stalls. It has also been used on raids to shrink people not in group.
 
Like I said, I haven't seen it work on a server for me. using shaman shrink aa or group shrink aa not in group. I will try some other servers. maybe something that works in guild lobby and pok? haven't tried that.
 
Ok I stand corrected. :) I had shrink in my blocked spells list when I was testing. The AA shrink spell does shrink out of group. Now getting back to the original question now that this has been confirmed.
To just shrink anyone out of your group automatically in mq2 you would have to do some kind of check for anyone in a certain range to even target them and then a check for size. Might be way to do this using eqbc if you are connected and not in group. Otherwise I am not sure at the moment how you go about it without looking into it further.
 
I was trying to get just my ogre tank auto-shrunk with the single target version, however this code shrunk my whole group properly. even doubleshunk my ogre, im really not sure why it worked, expected it to only shrink the group leader... not complaining.

Buffs5=Shrink|${Group.Member[1]|cond2

Cond2=${Group.Member[1].Height} > 1.91
 
Question - Attempting to have shaman shrink surrounding toons

Users who are viewing this thread

Back
Top
Cart