Modcraft - The community dedicated to quality WoW modding!

Community => Random => Topic started by: Degen on June 28, 2015, 10:44:03 am

Title: Become lootable on death?
Post by: Degen on June 28, 2015, 10:44:03 am
Would it be possible to make it so when a character dies in pvp, they can be looted (by their killer) for all of their items including gear? That would be wild.
Title: Re: Become lootable on death?
Post by: Rochet2 on June 28, 2015, 10:58:46 am
You can probably hack that into the insignia loot code.
When you click that ingame, make it send a loot table with the player's gear.

Here is one way:
https://youtu.be/8cSs4KtbeDI?t=118 (https://youtu.be/8cSs4KtbeDI?t=118" onclick="window.open(this.href);return false;)
But I guess having it without any additional object would be possible as well.

/me waves
Title: Re: Become lootable on death?
Post by: Skarn on June 28, 2015, 11:40:03 am
I remember one server where people were lootable. I could get some gold and honor from them. So, it is possible.
Title: Re: Become lootable on death?
Post by: Kaev on June 28, 2015, 04:49:26 pm
100% possible, wrote a script for that a while ago for a server. :)
Title: Re: Become lootable on death?
Post by: Degen on June 28, 2015, 10:22:51 pm
Quote from: "Rochet2"
You can probably hack that into the insignia loot code.
When you click that ingame, make it send a loot table with the player's gear.

Here is one way:
https://youtu.be/8cSs4KtbeDI?t=118 (https://youtu.be/8cSs4KtbeDI?t=118" onclick="window.open(this.href);return false;)
But I guess having it without any additional object would be possible as well.

/me waves
/waves

That's almost exactly what I had in mind, but with the looted person losing the gear that was taken. (Basically Runescape's wilderness looting system) Probably not something I can do with my current skills, but it's nice to know that it's possible if I ever want to try.