Shamandance.mac

Macro requests from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 23, 2002 6:36 pm

I didn't put in the memorize and undo.. will re insert into code and check it out again.

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 23, 2002 6:39 pm

oddly enough, I reinserted and it worked, might have typed it in wrong.

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 23, 2002 6:56 pm

Got an idea. How would you be able to do a variable that stores what buff slot chloroplast is in? Because then you could do an if chloroplast duration = 2min you can have it recast chloro for ya. would be a nice bonus.

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 23, 2002 7:11 pm

going to try

Code: Select all

   /if $char(buff,chloroplast,duration)>=180 /call Chloro
with

Code: Select all

#define chloroplast $char(Buff,"Chloroplast")
up top.

EDIT:
had greater than instead of less than. fixed.
EDIT:
2 minutes was way to soon. changed to half a minute.

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Post by SingleServing » Mon Dec 23, 2002 8:59 pm

YKW-28983 wrote:Got an idea. How would you be able to do a variable that stores what buff slot chloroplast is in? Because then you could do an if chloroplast duration = 2min you can have it recast chloro for ya. would be a nice bonus.
One step ahead of you ....http://macroquest2.com/phpBB2/viewtopic.php?t=1533

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 23, 2002 9:08 pm

yeah but I was talking about in the macro itself.

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Post by SingleServing » Mon Dec 23, 2002 9:48 pm

YKW-28983 wrote:yeah but I was talking about in the macro itself.
I wrote that so they could be included with any macro

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 23, 2002 9:58 pm

already wrote it in my macro without your macro. yours checks everything. mine just does chloro.

scar
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Jan 18, 2003 3:47 pm

Post by scar » Sat Jan 18, 2003 3:51 pm

Anyone who got this to work while using a horse?

For me while on horse the HP % seems to always report back as 100% and thus if OOM I will cannibalize to death :?

Any help would be nice. Thank you!

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

I don't think you needa canni dance with horse...

Post by SingleServing » Sat Jan 18, 2003 5:27 pm

Aren't you always medding while on a horse? No need to canni dance, and yes horses are bugged, if you do want to do this you will have to dismount first
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Re: I don't think you needa canni dance with horse...

Post by YKW-28983 » Mon Jan 20, 2003 12:12 am

SingleServing wrote:Aren't you always medding while on a horse? No need to canni dance, and yes horses are bugged, if you do want to do this you will have to dismount first
you are right about always being in "med mode" on a horse, but either way , one would still want to canni, because you do not get any special mana regen while on a horse.. if there is then damn be golly i'm getting me a horse..

FictionPimp
decaying skeleton
decaying skeleton
Posts: 2
Joined: Tue Jan 21, 2003 3:45 pm

Post by FictionPimp » Tue Jan 21, 2003 3:48 pm

I'm new here and just getting into macroing to help my multi-boxing (cleric and tank bots so i can play my shaman) I have a 58 shaman and I use canno 4 durring down time to canno down to just over 144 hit points. I then cast Kraggs Mending for a 70% c heal for 400 mana. Sense canno 4 is a .567 ratio I kill around 2100hp for around 1550 mana then use 400 mana to get back basically 90% of my HP. so you can use this method twice to get FoM in about 1 - 2 minutes. I would do a dowtime macro and a just use canno normally in a battle situation.

papiraul
a lesser mummy
a lesser mummy
Posts: 76
Joined: Fri Sep 27, 2002 8:46 am

Post by papiraul » Wed Jan 22, 2003 8:38 am

Can someone include all the new code and post the whole macro again?

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Wed Jan 22, 2003 8:29 pm

papiraul wrote:Can someone include all the new code and post the whole macro again?
no, there is no new code... it's all updated into the first couple posts.