chant.mac

A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.

Moderator: MacroQuest Developers

xviisualx
orc pawn
orc pawn
Posts: 22
Joined: Mon Nov 18, 2002 3:08 pm
Contact:

asdfasdfasdf

Post by xviisualx » Thu Oct 16, 2003 11:29 pm

The "guest" above was me. gg cookies not working. Also there was a bug in my code well not a bug the codes fine but I didn't see a part of it anyway ive updated my code and it works great now.
Hoodallali!

Guest

Post by Guest » Tue Oct 28, 2003 11:56 am

things I'd like to see added since I tried and it doesn't seem to work for me

Out of range support for runners IE make it pick a different target,I like when they run they usally bring back 'pack' mobs that won't run as long as there are 2 of them, but while out of range I'd like a new target.

The ability to only kill certain mobs leaving others that arn't in the list alone. IE none pack mobs that will run no matter how many you have following you (and works for summoning ones).

Propappr

Newbie help

Post by Propappr » Tue Oct 28, 2003 2:27 pm

have had good luck with most other scripts posted however when using this one i get the following message. Any help would be appreciated.

Its on a low level bard, i am just using the 3 songs and low level selo.

[MacroQuest] Song 1: Largo`s Melodic Binding
[MacroQuest] Song 2: Denon`s Disruptive Discord
[MacroQuest] Song 3: Brusco`s Boastful Bellow
[MacroQuest] Song 4: Selo`s Accelerando
[MacroQuest] Song 5: NULL
[MacroQuest] Song 6: NULL
Ending macro: Calculate encountered a '
chant.mac@167 (circ): /face heading $calc($heading(@cirx,@ciry)+$calc(90*$calc(@cirr/$distance(@cirx,@ciry))))
chant.mac@123 (Main(p0,p1,p2,p3,p4,p5,p6,p7,p8)): /call circ @cirx @ciry @cirr
Cleared the following: Timers Vars Arrays
The current macro has ended.

insanitywiz
a hill giant
a hill giant
Posts: 250
Joined: Mon Jul 08, 2002 7:50 am

Post by insanitywiz » Tue Oct 28, 2003 8:16 pm

How are you starting the macro? /macro chant (what are you typing here)

Guest

Post by Guest » Tue Oct 28, 2003 10:04 pm

/macro chant 1 2 3 4 0 0 <xloc> <yloc> <radius>

I think that is, lol. now sure will have to check.

Guest

Post by Guest » Wed Nov 05, 2003 6:29 am

Sorry, instanitywiz... when you said newer better, yellow... did you mean "Little, yellow, different... Nuprin" I for one used to carry two nuprin just to say that... then my coat got wet and now I have a yellow spot.

GeoffreyF67
a lesser mummy
a lesser mummy
Posts: 70
Joined: Tue Nov 04, 2003 6:07 pm

Post by GeoffreyF67 » Sun Nov 23, 2003 6:07 pm

Great macro. Has a very deadly bug tho:

Code: Select all

Sub Event_Exp 
  /varset aaexp $calc($char(aa,exp)-@aaexp) 
  /varset exper $calc($char(exp)-@exper) 
  /echo Running time $calc($running/60) minutes 
  /echo @exper% regular exp @aaexp% AA exp 
  /varset exper $char(exp) 
  /varset aaexp $char(aa,exp) 
[color=red]  /stopsong [/color]
  /tar npc 
  /varset cursong @a(1) 
  /varset songtimer 0 
  /call circ @cirx @ciry @cirr 
  /doevents 
/return
See the stopsong in red? This is bad when your current song is a refresh of selo's....

G-Man

GeoffreyF67
a lesser mummy
a lesser mummy
Posts: 70
Joined: Tue Nov 04, 2003 6:07 pm

Post by GeoffreyF67 » Sun Nov 23, 2003 7:05 pm

One other bug:

Code: Select all

   /if $char(speed)<=.2 /press Num_Lock 
Should be:

Code: Select all

   /if $char(speed)<=0.2 /press Num_Lock 
G-Man

GeoffreyF67
a lesser mummy
a lesser mummy
Posts: 70
Joined: Tue Nov 04, 2003 6:07 pm

Post by GeoffreyF67 » Tue Nov 25, 2003 2:53 am

I'd recommend removing the bellow's timer btw...Bellow will stun. Yes it's a 0 second stun but it's enough that if you have several mobs following you the one you stunned will have it's movement interrupted slightly. Just enough to have it hit you and stun you.

It may not happen this kite. It may not happen the next but it will happen eventually...as I found out today :)

G-Man

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Tue Nov 25, 2003 4:14 am

GeoffreyF67 wrote:One other bug:

Code: Select all

   /if $char(speed)<=.2 /press Num_Lock 
Should be:

Code: Select all

   /if $char(speed)<=0.2 /press Num_Lock 
G-Man
No!

use /if n $char(speed)<1 /press Num_Lock