• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

OOM Mask Macro

jsd

New member
Joined
Jun 22, 2005
RedCents
i know at one time there was a plugin that would auto click the mask for the omm event would any one happen to have it willin the share
 
Last edited:
Re: oom mask plugin

1) It's a macro
2) Dunno where it is, so I'll make one!

Rich (BB code):
#event timetoclick "Gaze of deadly power focusing on you"

Sub Main
:loop
/doevents
/goto :loop
/return

Sub event_timetoclick
/itemnotify ${FindItem[Mirrored Mask].InvSlot} rightmouseup
/echo Mask clicked, ending macro
/endmac
/return

P.S. You don't have to have the mask equiped if you're wondering :p
 
Re: oom mask plugin

The one he is referring to would automatically detect the emotes and click it for you automatically. I think that particular macro would do other things too... Make you duck, or take off different items as the emotes called for it to be done.

Very slick macro, but I didn't bother grabbing it, and it was gone before I had a need for it.

If I had it, I would gladly post it for you.
 
Re: oom mask plugin

Lucky for you, I copied down the macro before the whiners got it removed.

Rich (BB code):
|-------------------------------------------------------------------- 
|omm.inc 
|  Code to process and respond to OMM gazes to auto click 
|    Mirrod Mask 
| 
| Click code borrowed from 
|   Rogue Helper (RH) Macro 
|   - v6.0 by Jerle (10/26/04) 
| 
|Date: 05/23/2005 by Loonies 
|-------------------------------------------------------------------- 

#Event GazeYou         "#*#gaze of deadly power focusing on you#*#" 

Sub Event_GazeYou 
  /varset lastevent Event_GazeYou 

  /declare gyspellname string local 
  /declare camefrom local 
  /declare clickyID int local 
  /declare wornat int local 
  /declare previousID local 

  |- skip all checks if not even in Anguish 
  /if (${Zone.ShortName.NotEqual[Anguish]}) /return 

  |- get spell buff name looking for 
  /varset gyspellname ${FindItem[Mirrored Mask].Spell} 

  |- spell name = NULL if person doesnt even have a Mask 
  /if (${gyspellname.Equal[NULL]}) { 
    /say Look at me, I'm a BOZO fighting OMM without a mask! 
   /return 
  } 

  |- repeat all following code waiting to see if spell lands after spell 
  |- attempt to click 
  :recast 
  /if (${Me.Casting.ID}) { 
    /delay 1 
    /goto :recast 
  } 

  |- do we have buff on, if so, can't reclick and we are done 
  /if (${gyspellname.Equal[${Me.Buff[${gyspellname}]}]}) /return 

  |- Is it in a Bag? i 
  /echo ** Attempting to use: Mirrored Mask from bag 
  /if (${FindItem[Mirrored Mask].InvSlot.Pack}) { 
    :OpenPack 
    /if (!${Window[${FindItem[Mirrored Mask].InvSlot.Pack.Name}].Open}) { 
      /itemnotify ${FindItem[Mirrored Mask].InvSlot.Pack.Name} rightmouseup 
      /delay 2 
      /goto :OpenPack 
    } 
    /varset camefrom ${FindItem[Mirrored Mask].InvSlot} 
    :GrabItem 
    /if (!${Cursor.ID}) { 
      /itemnotify ${InvSlot[${camefrom}]} leftmouseup 
      /delay 2 
      /goto :GrabItem 
    } 
    /varset clickyID ${Cursor.ID} 
    /varset wornat ${Cursor.WornSlot[1]} 
    :SwapFirst 
    /if (${Cursor.ID}==${clickyID}) { 
      /itemnotify ${InvSlot[${wornat}]} leftmouseup 
      /delay 2 
      /goto :SwapFirst 
    } 
    |- Click it 
    /delay 2 
    /echo ** Clicking: Mirrored Mask 
    /varset previousID ${Cursor.ID} 
    /itemnotify ${InvSlot[${wornat}]} rightmouseup 
    :SwapAgain 
    /if (${Cursor.ID}==${previousID}) { 
      /itemnotify ${InvSlot[${wornat}]} leftmouseup 
      /delay 2 
      /goto :SwapAgain 
    } 
    |- Put it back 
    :PutItBack 
    /if (${Cursor.ID}==${clickyID}) { 
      /itemnotify ${InvSlot[${camefrom}]} leftmouseup 
      /delay 2 
      /goto :PutItBack 
    } 
    :SummonedCheck 
    /if (${Cursor.ID}) { 
      |- Something was summoned 
      /autoinv 
      /delay 2 
      /goto :SummonedCheck 
    }    

    :ClosePack 
    /if (${Window[${InvSlot[${camefrom}].Pack.Name}].Open}) { 
      /itemnotify ${InvSlot[${camefrom}].Pack.Name} rightmouseup 
      /delay 2 
      /goto :ClosePack 
    } 
  } else { 
    |- Just click it 
    /if (${FindItem[Mirrored Mask].InvSlot}) { 
      /echo ** Clicking: Mirrored Mask already worn 
      /itemnotify ${FindItem[Mirrored Mask].InvSlot} rightmouseup 
      /delay 2 
    } else { 
     |- shouldn't ever get here 
     /return 
    } 
  } 

  |- now wait for item to be cast and see if buff landed, in case 
  |- of interrupts, or such, this buff must cast until land even if 
  |- your tanking OMM, these checks are all at top of sub 

  /goto :recast 

/return
 
Re: oom mask plugin

darkeros said:
What event is this?

Its the Overlord Mata Muram (OMM) event in Anguish. You have to click a mask (Mirrored Mask)that you loot in anguish off trash mobs if you get an emote that says OMM focuses his gaze on you. By missing the click you more often then not wipe the raid because OMM powers up. By clicking the mask successfully you will reflect his spell back at him and he will be debuffed for a short period of time.

PS: Its OMM not OOM!!!!
 
Re: oom mask plugin

Gildon said:
Lucky for you, I copied down the macro before the whiners got it removed.

Being as one of those people that were on the descusion on this macro..

I do not have a problem with this macro. i had a problem with this macro being on the main section that probally 50% of the eq players have access to. and to nerf this event to make it damn near trival (which was still pretty fucking easy if you knew what you where doing) was something that should not of gone public. not going to say anything about this fourms because people pay for it. and there are alot less people here than the mq2 fourms..

As far as this macro goes.. its damn near pointless with the changes that where done to the overlord fight. (also which i thought was bullshit but soe can suck a dick, as we all know) considering that the emotes (if done right) will only go to select people. and if those people cant read english then imo they should not be the people clicking there masks..
 
Re: oom mask plugin

i had a problem with this macro being on the main section that probally 50% of the eq players have access to.

It was in VIP, not the main section. I'm not going to rehash all the arguments that went on the first time this was posted.
 
Re: oom mask plugin

Is this still in the VIP section on the MQ2 Boards or did they take it down tottaly? If it is still in the ViP section this should be removed IMO...whats in ViP is supposed to stay ViP
 
Re: oom mask plugin

It was removed from VIP due to a few folks whining about how the super sekret omm event script shouldn't be allowed to be posted since it trivialized the encounter.
 
Re: oom mask plugin

Yeah the guy who wrote it removed it, because so many whined. Since the correct way to do it has since been discovered seems not as many whine now. lol

This is still very helpful for those with lag issues, if they happen to be one of the 12 who are wearing the mask during the event.
 
Re: oom mask plugin

Cmnjn said:
Yeah the guy who wrote it removed it, because so many whined. Since the correct way to do it has since been discovered seems not as many whine now. lol

This is still very helpful for those with lag issues, if they happen to be one of the 12 who are wearing the mask during the event.

Well since it was found out that only 12 have to have mask on, SOE has changed it again. Now the 12 that have masks have to be on the aggro list. If not enough people with masks are on the aggro list then everyone in the zone will have a chance to get the gaze even if they DONT have a mask. So although it is still easier then before when we had everyone with a mask it still sucks a bit that people that are getting stunned or silenced will get the gaze.
 
Re: oom mask plugin

hehe yep thats why we hold and delete after get going, but don't you like how they said that that is how the event was always designed to be...BUT then they still change it. :eek:
 
Re: oom mask plugin

If you equip the mask in anguish, the stats are still great. I don't understand why so many people have a problem with keeping it on.
 
Re: oom mask plugin

hairpin said:
If you equip the mask in anguish, the stats are still great. I don't understand why so many people have a problem with keeping it on.

Because you dont want to have more people then neccessary with the mask. Everyone that does not need to wear it needs to destroy it or they could get the gaze even if its in their bags. You need 12 people to wear mask that are gonna be on the aggro list. We have around 15 wear it just in case of ld's. These people have to be ones you can trust to click and have dedicated curers in case they are silenced when they get gazed, cause if silenced you cant click your mask. Besides most people that are in an anguish guild will have a better mask by the time they can kill OMM.
 
OOM Mask Macro

Users who are viewing this thread

Back
Top
Cart