Page 1 of 1
how to find out how much i am shrunk.
Posted: Tue Apr 05, 2005 11:17 am
by JustMeAgain27
Big fat fighters and non-shrunk NDT's are begining to be a pain.
is there some way for a macro to determine if ${Me} is shrunk ?
and if so how much.
better still is it possible to find out if a group member is shrunk ?
any pointers to how this might be done are much appricated.
- tried to work out how to put this question into wiki but the instructions say not to put it as a question just add you best guess so i did.
http://www.macroquest2.com/wiki/index.p ... er#Members
Posted: Tue Apr 05, 2005 12:36 pm
by cronic
Haha, "shrunkness".
cronic
PS. I don't know the answer.
Posted: Tue Apr 05, 2005 1:16 pm
by SimpleMynd_01
Well it's better than having to write:
Code: Select all
/if (${Me.Shrinkage}>50) /goto :ViagraStore
-SimpleMynd
Posted: Tue Apr 05, 2005 2:39 pm
by htw
You might be able to check AvatarHeight. Haven't tried it though.
htw
Height works
Posted: Tue Apr 05, 2005 6:26 pm
by JJ
On a normal day (not cold, no shrinkage), do a ${Me.Height} and get your base height. Erudite=6.00, Halfling=3.5 (jealous of the brutha). Then use your new variables to compare CurrentHeight:BaseHeight to get your percentage.
Re: how to find out how much i am shrunk.
Posted: Tue Apr 05, 2005 6:35 pm
by Lax
Even though it was a wrong guess, you correctly followed the instructions. Now, someone with the right information needs to replace your edit on the wiki.
I added this thread to the Good Examples list, thank you for following the instructions as best you could. :)
Done
Posted: Wed Apr 06, 2005 3:41 am
by JJ
I changed it Lax.
Posted: Wed Apr 06, 2005 5:07 am
by JustMeAgain27
wow.
an odd way of doing things but seems to work.
and the rigth info ends up in the wiki so i guess it what you want.
anyways thanks for the help. now just to work out where in the wiki the list of default heights needs to go.
Posted: Wed Apr 06, 2005 5:15 am
by Lax
I moved the Height member to [[DataType:spawn|spawn]], where it is actually supposed to be, and added the "inherits" section to the character page. Next to the Height member description in spawn you will find an empty link for a List of spawn heights. Edit away!
Posted: Wed Apr 06, 2005 5:17 am
by JustMeAgain27
i was just about to try and work out how to add that to the hieght line thanks.