quest.cpp

All Helbreath Server Source Discussion here.
Post Reply
CDWriter
Member
Posts: 123
Joined: Sun Feb 22, 2004 12:08 am

Post by CDWriter »

iam looking at this and find that quest.cpp has nothing in it ?
did i not look into the code long enough or am i missing something here.....but quest.cpp should be

quest.cpp

// Quest.cpp: implementation of the CQuest class.
//
//////////////////////////////////////////////////////////////////////

#include "Quest.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CQuest::CQuest()
{

}

CQuest::~CQuest()
{

}


Now in quest.h

int m_iReqContribution; // Äù½ºÆ®¸¦ ¸Ã±â À§ÇÑ ÃÖÀú °øÇåµµ Á¦ÇÑ.


CQuest(); //add this
virtual ~CQuest(); //add this

};

#endif // !defined(AFX_QUEST_H__3E61C780_FF48_11D3_9DC2_00A0CC5B45EE__INCLUDED_)

readd it or add it ...
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

HGserver will read quest.cfg thats all
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

omfg pure shit... if u dont know c++ dont mess with it. it doesnt have anything because quest doesnt need to be initialized...
and btw that constructor is completely stupid :P if u know what i mean :P
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
Post Reply