• 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

Request - Holyshits/Downshits for EZ

wendel99

Member
Joined
Dec 10, 2013
RedCents
98¢
Anyone have any examples of Holyshitz/downshitz for EZ server?

Looking for warrior, zerker, rogue if you have em
 
Ok for the warrior i don't have very much. The warrior is my main play from screen so i do a lot manually. I havne't gotten the Fastest Travel Clickie to work on any of the toon yet for some reason. When i get more time i figure out why it will not work.

Rich (BB code):
downshit0=/if (${Spell[Form of Defense IV].Stacks} && !${Me.Buff[Form of Defense IV].ID} && !${Me.Moving}) /casting 100537|
downshit1=/if (!${Me.Buff[Easy Experience Clickie v3].ID} && !${Me.Moving}&& ${Cast.Ready[120019]}) /itemnotify ammo rightmouseup
downshit2=/if (${Spell[Fastest Travel Clickie].Stacks} && !${Me.Buff[Fastest Travel Clickie].ID}) /casting 120001|
holyshit0=/if (${Spell[Form of Defense IV].Stacks} && !${Me.Buff[Form of Defense IV].ID} && !${Me.Moving}) /casting 100537|
holyshit1=/if (!${Me.Buff[Easy Experience Clickie v3].ID} && !${Me.Moving}&& ${Cast.Ready[120019]}) /itemnotify ammo rightmouseup

Zerker is where it gets a bit fun. This will keep up overrated zerker haste and work your weapon click for you.

Rich (BB code):
downshit0=/if (${Spell[Form of Defense IV].Stacks} && !${Me.Buff[Form of Defense IV].ID} && !${Me.Moving}) /casting "Nordic's Wristguards"|
downshit1=/if (${Spell[Over Raided Zerker Haste].Stacks} && !${Me.Buff[Over Raided Zerker Haste].ID} && !${Me.Moving}) /casting 112607|
downshit2=/if (${Spell[Fastest Travel Clickie].Stacks} && !${Me.Buff[Fastest Travel Clickie].ID}) /casting 120001|
holyshit0=/if (${Spell[Form of Defense IV].Stacks} && !${Me.Buff[Form of Defense IV].ID} && !${Me.Moving}) /casting "Nordic's Wristguards"|
holyshit1=/if (!${Me.Song[Cry Havoc].ID} && ${Target.PctHPs}<99 && ${Target.Type.Equal[NPC]}) /Disc Cry Havoc|
holyshit2=/if (${Target.PctHPs} < 99 && ${Target.Type.Equal[NPC]} && ${Cast.Ready[131081]}) /itemnotify mainhand rightmouseup
holyshit3=/if (${Spell[Over Raided Zerker Haste].Stacks} && !${Me.Buff[Over Raided Zerker Haste].ID} && !${Me.Moving}) /casting 112607|

I don't have anything really for the Rogue. I have some Paly and Ranger ones also if you would like.
 
Sorry to resurrect such an old thread.
But I'm having an issue with my warrior holyshit...
He will just click his epic over and over and over again, even though he already has the buff... Can anyone help me out with this?

Code:
downshit1=/if (${Spell[Warrior's Defense V].Stacks} && !${Me.Buff[Warrior's Defense V].ID} && !${Me.Moving}) /casting 131150|
 
I may be incorrect but with the .ID I don't believe you need the V in the buff name.

Code:
 downshit1=/if (${Spell[Warrior's Defense].Stacks} && !${Me.Buff[Warrior's Defense].ID} && !${Me.Moving}) /casting 131150|

Try that if you'd like. I'm not very familiar with ez server
 
Thanks for the reply, that didn't help, but it did make me take another look at this.
The warrior epic on EZ is a song... I changed my code to the following and it works perfectly now...

Code:
downshit0=/if (${Song[Form of Defense IV].Stacks} && !${Me.Buff[Form of Defense IV].ID} && !${Me.Moving}) /casting 134528|
downshit1=/if (${Spell[Warrior's Defense V].Stacks} && !${Me.Song[Warrior's Defense V].ID} && !${Me.Moving}) /casting 131150|
downshit2=/if (${Spell[Insane Goblin Blessing].Stacks} && !${Me.Buff[Insane Goblin Blessing].ID} && !${Me.Moving}) /casting 130249|
 
So the Holyshits and Downshits work 100%, but now it seems to have broken kissassist... going to post this in the Kissassist section as well
Code:
Warning:  Undefined Variable Song used on line [email protected]
 
are we still limited to 16 holyshit/downshit? or that was increased to 64 or 128? i was using another compiles for a long time...
 
general holyshitif and downshitif
Code:
downshitif=${If[${Cast.Ready[]} && !${Me.Moving} && ${Melee.Immobilize} && ${Me.Standing} && !${Cast.Timing} !${Me.Invis},1,0]}
holyshitif=${If[${Cast.Ready[]} && ${Me.Standing} && ${Melee.Distance}<50,1,0]}

warrior to maintain epic
Code:
downshit63=/if (!${Me.Song[Warrior's Defense VII].ID} && !${Me.Song[Warrior's Defense VI].ID} && !${Me.Song[Warrior's Defense V].ID} && !${Me.Song[Warrior's Defense IV].ID} && !${Me.Song[Warrior's Defense III].ID} && !${Me.Song[Warrior's Defense II].ID} && !${Me.Song[Warrior's Defense].ID}) /nomodkey /itemnotify mainhand rightmouseup

shield of the ages
Code:
downshit62=/if (${Select[${FindItem[Shield of the Ages].InvSlot},8,14]} && ${Cast.Ready[${FindItem[Shield of the Ages].Name}]} && !${Me.Song[${FindItem[Shield of the Ages].Spell.Name}].ID}) /nomodkey /itemnotify ${FindItem[Shield of the Ages].InvSlot} rightmouseup
holyshit62=/if (${Select[${FindItem[Shield of the Ages].InvSlot},8,14]} && ${Cast.Ready[${FindItem[Shield of the Ages].Name}]} && !${Me.Song[${FindItem[Shield of the Ages].Spell.Name}].ID}) /nomodkey /itemnotify ${FindItem[Shield of the Ages].InvSlot} rightmouseup

ring of ages - won't works well if ring to low level or you dont have requirement... might have to turn it off for a while
Code:
downshit61=/if (${Select[${FindItem[Ring of the Ages].InvSlot},15,16]} && ${Cast.Ready[${FindItem[Ring of the Ages].Name}]} && !${Me.Buff[${FindItem[Ring of the Ages].Spell.Name}].ID}) /nomodkey /itemnotify ${FindItem[Ring of the Ages].InvSlot} rightmouseup
holyshit61=/if (${Select[${FindItem[Ring of the Ages].InvSlot},15,16]} && ${Cast.Ready[${FindItem[Ring of the Ages].Name}]} && !${Me.Buff[${FindItem[Ring of the Ages].Spell.Name}].ID}) /nomodkey /itemnotify ${FindItem[Ring of the Ages].InvSlot} rightmouseup

earring of mystic ages - caster buff
Code:
downshit60=/if (${Select[${FindItem[Earring of the Mystic Ages].InvSlot},1,4]} && ${Cast.Ready[${FindItem[Earring of the Mystic Ages].Name}]} && !${Me.Song[${FindItem[Earring of the Mystic Ages].Spell.Name}].ID}) /nomodkey /itemnotify ${FindItem[Earring of the Mystic Ages].InvSlot} rightmouseup
holyshit60=/if (${Select[${FindItem[Earring of the Mystic Ages].InvSlot},1,4]} && ${Cast.Ready[${FindItem[Earring of the Mystic Ages].Name}]} && !${Me.Song[${FindItem[Earring of the Mystic Ages].Spell.Name}].ID}) /nomodkey /itemnotify ${FindItem[Earring of the Mystic Ages].InvSlot} rightmouseup

feel free to ask holyshit/downshit for ez server i hang there! :)
i have setup for every classes
 
Last edited:
You have anything for the bard epic? Or you let twist handle that?

If you have a setup for a Zerker that be great also.
 
Request - Holyshits/Downshits for EZ

Users who are viewing this thread

Back
Top
Cart