• 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

Question - Get Tank Puller's Corpse

Narrock

Active member
Joined
Jul 20, 2017
RedCents
169¢
What would I have to add in my rogue's ini to go get my SK's corpse if he dies while pulling?
 
There is code for your puller to return to camp with his corpse if he find one while pulling, but there is no code to have other group members look for others corpses.
 
You could maybe make a macro to do it.

Do sneak and hide yourself then run the mac:
/tar deadtank
/stick 10
/delay 120
/corpsedrag
/tar groupperson
/stick 10
/delay 120
/corpsedrop

Sucks not being able to program but I make it work :D
 
There is code for your puller to return to camp with his corpse if he find one while pulling, but there is no code to have other group members look for others corpses.

This code is currently non-functioning in the latest version of kiss10 (the targeting bit is commented out).
 
i think you drunk TheDroidUrLookingFor

cause this is the code in kiss11
Rich (BB code):
| ----------------------------------------------------------------------------
| SUB: Grab Corpse
| ----------------------------------------------------------------------------
    Sub GrabCorpse  
        /if (${SpawnCount[pccorpse ${Me} radius 89]} && !${DragCorpse}) {
            |/target ${Me}'s corpse
            |/delay 10 ${Target.ID}==${SpawnCount[pc ${Me} corpse radius 89].ID}
            /corpsedrag
            | /beep
            /varset DragCorpse 1
            /echo Hey I found my corpse. Running back to camp for a rez
            /varset Pulled 1
            /if (${GMailEvents.Find[drag]}) /call GmailSend "Hey I found my corpse. Running back to camp for a rez!"
        }
    /return

and this is the code in kissassist 10.2.6
Rich (BB code):
| ----------------------------------------------------------------------------
| SUB: Grab Corpse
| ----------------------------------------------------------------------------
    Sub GrabCorpse  
        /if (${SpawnCount[pccorpse ${Me} radius 89]} && !${DragCorpse}) {
            |/target ${Me}'s corpse
            |/delay 10 ${Target.ID}==${SpawnCount[pc ${Me} corpse radius 89].ID}
            /corpsedrag
            | /beep
            /varset DragCorpse 1
            /echo Hey I found my corpse. Running back to camp for a rez
            /varset Pulled 1
            /if (${GMailEvents.Find[drag]}) /call GmailSend "Hey I found my corpse. Running back to camp for a rez!"
        }
    /return


both of them have it commented out to target the corpse, so unless /corpsedrag auto targets the nearest corpse?
 
It defaults to your own corpse, like /corpse looks for your own with no target
 
I haven't watched for him dragging others corpse but I know he drags his own corpse. I watched my tank get stuck on geometry and eat it about 15 mintues ago. After using his fellowship he got buffed up and went about pulling again. While doing so he stumbled onto his corpse and brought it home.
 
hmm then you not drunk then, then its just dannuic that cray
 
Question - Get Tank Puller's Corpse

Users who are viewing this thread

Back
Top
Cart