Go Back   EQEmulator Home > EQEmulator Forums > General > General::Server Discussion

General::Server Discussion Discussion about emulator servers.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #16  
Old 01-14-2010, 10:44 PM
ub3r
Fire Beetle
 
Join Date: Aug 2008
Location: iraq
Posts: 5
Default

thank u so much for the info....unfortunately though it wont let me compile. its saying i cant convert getname() into a const * char

Code:
 Error	3	error C2664: 'Database::DeleteCharacter' : cannot convert parameter 1 from 'const char *' to 'char *'	c:\EQEMU Server\Server Files SVN\trunk\EQEmuServer\zone\attack.cpp	1574	Zone
any idea?
Reply With Quote
  #17  
Old 01-15-2010, 12:07 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by Derision View Post
A quick and dirty way would be to add this to Client:: Death
Code:
Index: attack.cpp
===================================================================
--- attack.cpp  (revision 1093)
+++ attack.cpp  (working copy)
@@ -1572,6 +1572,13 @@
        // from these and overwrite what we set in pp anyway
        //

+       database.DeleteCharacter(GetName());
+       EQApplicationPacket *outapp = new EQApplicationPacket(OP_LogoutReply);
+       FastQueuePacket(&outapp);
+
+       return;
+
+
        m_pp.zone_id = m_pp.binds[0].zoneId;
        m_pp.zoneInstance = 0;
        database.MoveCharacterToZone(this->CharacterID(), database.GetZoneName(m_pp.zone_id));
This will delete any character that dies. Pretty harsh if you die due to Linkdeath :(
I got this working for him; he popped in IRC and we talked a bit. He just needed a const_cast and started working. Probably better to use Kick(), as it'll clear the connection too.
Reply With Quote
  #18  
Old 01-15-2010, 09:37 PM
Vaklain_Kinvva
Fire Beetle
 
Join Date: Oct 2009
Posts: 26
Default

When will the server be up?
Reply With Quote
  #19  
Old 01-26-2010, 04:52 PM
Ikeren
Hill Giant
 
Join Date: Aug 2008
Location: Canada
Posts: 131
Default

Discord didn't delete the character; you went to level 1; took away all your exp. I think it left your spellbook intact and some skills too; since I remember killing myself deliberately to boost skills/make money, at level 4 (since PVP came in at level 5). You could go back to your corpse, too, if the person that killed you left anything.
Reply With Quote
  #20  
Old 01-26-2010, 05:06 PM
Vaklain_Kinvva
Fire Beetle
 
Join Date: Oct 2009
Posts: 26
Default

Im just trying to find out if the server is coming back up
Reply With Quote
  #21  
Old 01-27-2010, 01:53 PM
FFATMA
Fire Beetle
 
Join Date: Feb 2004
Posts: 2
Default

I'd be interested in giving this server a shot too.
Reply With Quote
Reply


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 05:22 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3