Jump to content

DrTurk

Inactive Member
  • Posts

    220
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DrTurk

  1. struct SendDisconnectFunc
    {
    	void operator()(LPDESC d)
    	{
    		if(d->GetCharacter())
    		{
    			d->GetCharacter()->SaveReal();
    			DWORD pid = d->GetCharacter()->GetPlayerID();
    			db_clientdesc->DBPacketHeader(HEADER_GD_FLUSH_CACHE, 0, sizeof(DWORD));
    			db_clientdesc->Packet(&pid, sizeof(DWORD));
    
    			if(d->GetCharacter()->GetGMLevel() == GM_PLAYER)
    			{
    				d->GetCharacter()->ChatPacket(CHAT_TYPE_COMMAND, "quit Shutdown(SendDisconnectFunc)");
    			}
    		}
    	}
    };
    

     

    • Not Good 1
  2. 7 hours ago, NinjaForcePT said:

    If a serverfiles is a leak of the original content, and they have rights on they content I think they have legal rights to put someone down if they trie to recreate their game 844ff93efd2fee135dc712440c2d5608.png

    What I want to know if they are still seeking to put down private servers? or if in those 5 years did they put someone down after that 

    Some servers that went down

    ee88c101a79da85784f704dfd3eeffe7.png

    Rubinum was one of those too

    The other two server i know arent in that list and i dont know if they still hunt for servers, i think yes but only if it doesnt take that much effort.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.