View Single Post
  #86  
Old 09-18-2004, 10:48 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by relorm500
Quote:
Originally Posted by monalin crusader
Goodluck getting that many people, if you get that many skilled people all of EQEmulator is gone so i dont think that will ever happen hehe.
He is right. You wont find anyone with that kinda skill, because there all prolly on another project.

And Buddy C. stfu please.

Also, i get sick and tired of people ex. Sotonin just flammin on the newbs like they are ruler of the board or something.....sorry, this doesn't belong in here.

.....uh ohh here comes sotonin with his post, oh wait or is that his girlfriend Buddy C..........................................
I dont think anyone in this thread has truly 'flamed' anyone. Putting things into prospective like 15 OpenZone Developers and the 40 staff members is most probably not going to happen and we are just trying to state this. A flame directly attacks a specific person, which I at least have not done.

An egotist as you have called Sotonin and I are not what we are. And after reading your posts for awhile it seems to me that for some reason when you get the opportunity to shoot back at people who dont agree with you, you do, probably to increase your own ego. Except those who are obviously of high power, such as melwin; whom you seem to suck up to.

Sorry, just my observations. I won't post in this thread anymore, as its just pointless to continue arguing and getting no where.

Feel free to flame me for being honest.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.