• 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 - summon corpse

xalpus

New member
Joined
Aug 8, 2013
RedCents
122¢
I am wondering if it would be possible to have an sk cast the summon corpse aa for the puller when it is seen the puller is dead?

i'm thinking maybe have kiss drop a file in the macro dir and then have the sk poll for this file if found then do a check for the toon to be in zone if in zone target toon and cast summon remains...sounds so simple.......lol
 
Last edited:
well I have an idea how it could work but I dont know the script well enough to implement my idea (newbie programmer) but when we get to the weekend i might see if i can make something work.
 
In the post http://www.redguides.com/community/showthread.php/28639-Tweaks-to-Blitter-s-quot-Into-the-Hills-quot-Macro?highlight=hills I mention how I have my Sk summon my bard puller. Here is the SK's downshit:
Rich (BB code):
Downflag1=1
downshit1=/if (${SpawnCount[${Group.Puller} corpse]} && ${Me.XTarget} < 1) /multiline ; /timed 50 ; /squelch /tar ${Group.Puller} ; /timed 50 ; /alt act ${Me.AltAbility[Summon Remains].ID}

However, this requires that your puller needs to get back to your camp. I had mine use the campfire to get back, so added the following dhowshit to his melee.ini:
Rich (BB code):
downflag2=1
downshit2=/if (${Select[${Zone.ShortName},guildlobby,poknowledge]} && (!${Me.Buff[Revival Sickness].ID} && ${CampZone} != ${Zone.ID}) && (${Me.Fellowship.Campfire}) && (!${Me.Moving}) && (${FindItem[Fellowship Registration Insignia].TimerReady} == 0)) /multiline ; /squelch ; /nomodkey ; /itemnotify ${FindItem[Fellowship Registration Insignia].InvSlot} rightmouseup

The bad part there is if your bard just happens to be walking through one of those zones, it will click the fellowship insignia, so you will need to set up a good condition for clicking it.

William12 offered the following if statement a bit later in the thread:
Rich (BB code):
/if (${Me.Fellowship.Campfire} && ${Me.CombatState.Equal[Active]} && ${Cast.Ready[Fellowship Registration Insignia]} && ${Zone.ID}==344) /casting "Fellowship Registration Insignia"

I hope that helps.

P.S. Oh, note that your puller has to be identified using the EQ UI!
 
1) Yes... it can be done... with little effort.
2) Good luck getting it approved to be added into official KA release by lizardboy... since it falls slightly out of the scope of:

Keep It Simple Stupid.

You are more than welcome to discuss it with Maskoi, but after dealing with him for x years.... I pretty much know his response. Unless it is a function that the will benefit a signifigant portion of the community, or improves upon existing code, it doesn't go in.

If you can manage to convince him.... then it becomes my burden.. as I'll get the obligatory skype call saying "Do this..., make it a new revision" ... with a link to your thread on the subject... lol

Best of luck....
 
Request - summon corpse

Users who are viewing this thread

Back
Top
Cart