Search found 15 matches

by DeathOfRats
Sun Oct 10, 2004 10:10 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Yeah, the idea of events is the one that appeals most. I don't really know how to implement it though, my best guess is to add: #event Charmed " (charmed message here) " #event XP gain " you have gained experience " Then immediately at the start, just after sub main you would put...
by DeathOfRats
Sat Oct 09, 2004 6:08 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Tried again but realised that this is something that is going to require an on/off trigger in game to work. It may be complicated, but the way I had hoped for it to work was to have the macro running in the background full-time. What actually happens is that as soon as I target something, it tries t...
by DeathOfRats
Sat Oct 09, 2004 7:37 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Tried again this lunchtime, putting /popup (subroutine) at the start of each subroutine. No starting message this time (strange), but when I eventually *had* to click my invis item, it called up newpet2 subroutine and didn't do anything I could physically see. No messages again after this. The follo...
by DeathOfRats
Sat Oct 09, 2004 4:12 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

I just wanted to walk through the code to try and get the hang of it.... #event rootresist "#*#has resisted your Greater Fetter spell#*#" #event nukeresist "#*#has resisted your Insanity spell#*#" #event charmresist "#*#has resisted your Command of Druzzil spell#*#" |Cr...
by DeathOfRats
Fri Oct 08, 2004 6:21 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Well, I haven't fully debugged your version Lum, but I did notice you didn't include the spellcast.inc I included it, but it actually didn't change the fact that nothing seems to happen. I put a /popup just after the start (which happened), but during charm testing I had to manually break the pet on...
by DeathOfRats
Fri Oct 08, 2004 5:04 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

not that I am aware of! I shall go test this latest out.
by DeathOfRats
Fri Oct 08, 2004 2:47 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

tried lums but it runs the nuke routine all the time when i don't have a pet...
by DeathOfRats
Thu Oct 07, 2004 4:14 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Thanks! I shall inform of the success of this in a few days, once I have re-installed my PC (HDD failure, eek)
by DeathOfRats
Thu Oct 07, 2004 2:11 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

With regard to this: /if (${Me.Pet.PctHPs}<5) { /target ${Me.Pet} I am a first time user for stuff like this, but how does it know what {Me.Pet} is? Does it 'just know'? or do I have to assign it somehow? Also, the condition needs to be expanded so that it is something like: /if (${Me.Pet.PctHPs}<5)...
by DeathOfRats
Thu Oct 07, 2004 2:05 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Thanks Hiipii, and yes Jim, I guess recharming would be a great thing too....I could then concentrate more on the hp balancing act.
by DeathOfRats
Thu Oct 07, 2004 1:11 am
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

LOL, I don't want that....just the charm break routine when hitpoints conditions are met.
by DeathOfRats
Wed Oct 06, 2004 5:40 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Tash Target 1 Run to location x, y Cast Command of Druzzil Target target #2 Pet Attack Run to location x, y Cast tash Cast Greater Fetter Use blue ceramic band until spell holds. [constant routine to re-root if root breaks] Watch health of both targets, if pet's health > target #2 by more than 5%, /...
by DeathOfRats
Wed Oct 06, 2004 5:22 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

It's actually just an aid when I am soloing. I'm an Enchanter, charm soloing in HoH. XP goes much faster when you nuke your old pet, and it just so happens that Insanity does roughly 4% hitpoints worth of damage :) I do the same run pretty much all the time. No doubt the routine could be scripted so...
by DeathOfRats
Wed Oct 06, 2004 1:00 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7025

Charmed pet health and invis macro request

Basically, I need a macro that checks when I have just charmed a pet, and breaks charm by using a clicky item when the pet or my target reaches 4% hitpoints. The macro needs to be continually active.

I'm sure it's possible for some bright spark, but I am just a 2W spark atm.

Cheers!
by DeathOfRats
Wed Sep 24, 2003 8:51 am
Forum: Outdated Macros::Macro Help
Topic: completely a newb to this....
Replies: 6
Views: 8627

First tip I can give you that will make people love you.

Use Paragraphs !! :)