Results 1 to 6 of 6

Thread: Curious.... if this is possible

  1. #1
    Banned TwinkTastical's Avatar
    Join Date
    Aug 2010
    Location
    Southern California
    Posts
    2,551
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts

    Default Curious.... if this is possible

    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.

  2. #2
    Member Tree Dude's Avatar
    Join Date
    Dec 2010
    Location
    Western, NY
    Posts
    108
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    9
    Thanked in
    6 Posts

    Default

    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.

  3. #3
    Senior Member Echelong's Avatar
    Join Date
    Dec 2010
    Location
    Puerto Rico
    Posts
    1,414
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    1 Post

    Default

    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.
    Sig by KLEMEN
    IGN: E͡ℭ͟ӈҿͥ͜lͣoͫղg level 56 Mega Mage/Sewer mage ~ EchelongX lvl 55 Dex Bird

  4. #4
    Senior Member MoarPewPew's Avatar
    Join Date
    Jul 2010
    Location
    MA
    Posts
    1,545
    Thanks Thanks Given 
    88
    Thanks Thanks Received 
    57
    Thanked in
    31 Posts

    Default

    http://www.spacetimestudios.com/show...ungeon-Summary

    http://www.spacetimestudios.com/show...ame-Statistics

    (mine are similar)

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

    That would be EPIC!!!

  5. #5
    Banned TwinkTastical's Avatar
    Join Date
    Aug 2010
    Location
    Southern California
    Posts
    2,551
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts

    Default

    Quote Originally Posted by Tree Dude View Post
    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 )))

  6. #6
    Banned
    Join Date
    Oct 2010
    Location
    Throwing Down
    Posts
    5,167
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    61
    Thanked in
    38 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •