PDA

View Full Version : Curious.... if this is possible



TwinkTastical
01-12-2011, 03:31 PM
Is it possible to have a damage taken meter? Like another stat, Itd be nice to see a "damage to death ratio" for bears... Maybe... if you want.

Tree Dude
01-12-2011, 03:36 PM
They would have to track the stat, which I do not think they do. I would be more curious about damage taken vs damage dished out.

Echelong
01-12-2011, 03:38 PM
Maybe when the PC version is released some one would make an addon for that. Like on WoW you could track healing done, damage done so far at least I didn't had damage taken but I guess there was one.

MoarPewPew
01-12-2011, 03:38 PM
http://www.spacetimestudios.com/showthread.php?11008-Dungeon-Summary

http://www.spacetimestudios.com/showthread.php?11077-Game-Statistics

(mine are similar)

I would love to know this too Twink. Are you asking for like a recount meter?

That would be EPIC!!!

TwinkTastical
01-12-2011, 03:39 PM
They would have to track the stat, which I do not think they do. I would be more curious about damage taken vs damage dished out.
Thatd be for birds, this is for tanks :))))

Pharcyde
01-12-2011, 05:52 PM
Yeah it can be done it code but tracking it all would require a lot of code lines and old data removing systems with automatic number calculators. I could see epic in game lag coming server wide :(.

1. Pocket Legends Data Store's would be needed. <PLdstorepID>Pharcyde</PLdstorepID>
2. Pocket Legends Damage Log <PLdl>500</PLdl>
3. Automatic System calculator <PLdlread>500</PLdlread>
4. Added to Pocket Legends Player data store <PLdpID>Pharcyde=500</PLdpID>
5. Remove Pocket Legends Damage Log Data #Command=PLdlDELETE

Thats one hit. See how that can stack fast vs a player?

Here is what 10 hits would look like on logs.

<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE

Now imagine against a mob of 15?

<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=1500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=2500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=3500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4000</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=4500</PLdpID>
#Command=PLdlDELETE
<PLdstorepID>Pharcyde</PLdstorepID>
<PLdl>500</PLdl>
<PLdlread>500</PLdlread>
<PLdpID>Pharcyde=5000</PLdpID>
#Command=PLdlDELETE