I need a macro for npc Healing

Topics related to Second Age
Post Reply
SaibotMK
UOSA Donor!!
UOSA Donor!!
Posts: 190
Joined: Tue May 08, 2012 2:30 am

I need a macro for npc Healing

Post by SaibotMK »

I think it is pretty simple, I have not had a chance to try it myself I am running out the door literately for work but wanted to leave this thread here for when I get back to look at.

I need a macro that simply heals the a npc, I am sure there is a target random blue or someone by name in razer? I will adjust the timeout myself, I just need the initial macro that will heal (bandage) a npc. I am not sure how that actually even works since you haft to click bandaids manually in your bags just to heal correct me if I am wrong?

Thank you for help
Baalx in IRC
https://www.twitch.tv/adrenalinepvptwitch

"<Vega> he needs some refresh mount kegs"
"<Vega> for the incessant trammel-a-thons he goes on"

User avatar
the bazookas
UOSA Donor!!
UOSA Donor!!
Posts: 671
Joined: Tue Aug 02, 2011 4:57 pm

Re: I need a macro for npc Healing

Post by the bazookas »

Step by step guide:
  • Go to your Razor Macros tab and create a new macro-- name it "NPC healing" or something like that.
  • Now left click the newly created macro, (the window on the right should be empty) and press the record button.
  • Double click your bandages and then target the NPC
  • Press the stop button
  • your macro should look like this:
    Double click (0x###)
    Wait for Target
    Absolute Target
  • Now you need to insert a pause. If you are healing the NPC while training your fighting skill (wrestling, skinning knife for swords, dagger for fencing, wand for macing) then I would recommend inserting a 20 second pause. To do this, left-click (to highlight) and THEN right-click the Absolute Target command, and go to "Special Constructs->insert Pause/Wait". Select the top radio button and type in "20000" in the ms box (this is 20 seconds).
  • check the "Loop" checkbox in the bottom right.
  • last few things that would make this macro better is to left-click (to highlight) and then right click the Wait for Target command, select "Edit timeout" and enter in something like 6 seconds. This way, if your macro hangs up for some reason, it doesn't wait for the default 30 seconds before restarting it... I normally set this to 1 second in almost every macro, but for Healing, you'll want him to finish the bandage before restarting it (takes 5 seconds to heal another person). Also, left-click and then right-click the "Double click (0x###)", and select "double click by type" such that any bandages you have will work, not that SPECIFIC pile of bandages... makes it easier to reuse the macro
  • NOTE this macro will only target that SPECIFIC NPC, so if you need to change to a different on, left click and then right click the "Absolute Target" command and select "Re-target"
Most people like us, or at least they like what we do. Regardless, we appreciate all our victims, and we hope that their encounter with us is a memorable one.
-a machine gun, a bazooka, and a grenade
... a not-for-profit organization (usually)

Missy B
Posts: 424
Joined: Sun Feb 19, 2012 2:19 am

Re: I need a macro for npc Healing

Post by Missy B »

double click bandaids and then target npc then add a 6 second wait timer. this is probably the easiest of them all. if you want to make it run forever then you can add an if bandages get below 10 statement then double click scissors and target cloth. you can just use absolute targets for this one because adapting it for another npc is easy as just retargeting the absolute target.
Image

SaibotMK
UOSA Donor!!
UOSA Donor!!
Posts: 190
Joined: Tue May 08, 2012 2:30 am

Re: I need a macro for npc Healing

Post by SaibotMK »

Thank you very much bazooka
Baalx in IRC
https://www.twitch.tv/adrenalinepvptwitch

"<Vega> he needs some refresh mount kegs"
"<Vega> for the incessant trammel-a-thons he goes on"

Post Reply