Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 09-28-2011, 07:29 PM
Sprinkle Sprinkle is offline
Banned


Join Date: Sep 2011
Location: in a cave
Posts: 423
Default BIG LOOTING BUG

so yea when you go to loot your corpse if you have gear / bags whatever , occasionally it kicks you off corpse , happens on p99 and such

when you get kicked off for lootin too quick

anything you didnt loot



poofs , , , , ,


lost alot of shit so far
  #2  
Old 09-29-2011, 01:43 AM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,390
Default

I just killed myself about two dozen times and rapidly looted my corpse every time. While there are many instances of being kicked off the corpse for looting too fast, it never resulted in any loss of items.

The code supports this as well.

Code:
void Corpse::LootItem(Client* client, const EQApplicationPacket* app)
{
    //this gets sent out no matter what as a sort of 'ack', so send it here.
    client->QueuePacket(app);

    if(!loot_cooldown_timer.Check())
    {
        SendEndLootErrorPacket(client);
        return;
    }
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #3  
Old 09-29-2011, 01:50 AM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,390
Default

http://www.project1999.org/forums/sh...ad.php?t=50065
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:47 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.