
Hi my Name is Elpirao and im for 48 camping time lost protodrake but he spawn died and he dont give loot
•The time-lost protodrake, he appears dead, without being killed by anyone.
• El protodraco del tiempo perdido aparece muerto sin que nadie lo haya matado.
http://www.wowhead.com/npc=32491/time-lost-proto-drake
Tlpd average lifetime is 0.5 seconds. He spawns alive, and is killed instantly.
http://www.wowhead.com/npc=32491/time-lost-proto-drake#drops also gives loot, if you were in a group with the actual killer, although the mount is not in the loot table, therefore you will get only http://www.wowhead.com/item=44663/abandoned-adventurers-satchel and http://www.wowhead.com/item=44682/time-forward-talisman when looting the corpse.
The solution to this is in TrinityCore:
The item to be added to loot table: http://www.wowhead.com/item=44168/reins-of-the-time-lost-proto-drake
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
VALUES (32491,44168,98,1,0,1,1)
To ensure consistecy with other drops, run this and compare LootMode: https://trinitycore.atlassian.net/wiki/display/tc/loot_template#loot_template-LootMode
SELECT * FROM `creature_loot_template` WHERE `entry`=32491
Occasionally loot bugs occur and the corpse is not lootable. That is a different, general bug. Sometime because of that loot bug a custom script was implemented to .additem 44168 into the inventory of the player killing Tlpd:
09:56:54> Time-Lost Proto-Drake died.
[09:56:54] Reins of the Time-Lost Proto-Drake have been added to your inventory due to loot bugs.
[09:56:54] You receive item: [Reins of the Time-Lost Proto-Drake].
-- Notice the 3 sec delay before actually looting the corpse:
[09:56:57] You receive loot: [Time-Forward Talisman of the Bandit].
[09:56:57] You receive loot: [Abandoned Adventurer's Satchel].
This is all right like this: the loot bug still happens sometimes, and this way at least one person gets loot.
If the loot works, then the person will get 1 additional useless item, as it is soulbound.
Submit a patch: http://us.forum.firestorm-servers.com/index.php?/topic/23192-legiontime-lost-proto-drake/