Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-12-2004, 05:50 AM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default

I advise you to learn how to c++ program very well before you attempt to post some fixes to eqemulatr. The major thing i suggest if you wish to be a junior dev is to spend alot of time looking through the EQEmu code. Even if your an excelent coder if you know nothing about how this program works you will always fail. Nobody who is a junior dev / dev is very new they have spent weeks and weeks working on code, also if you post too many more examples like the one about you will get a reputation of being a complete idiot and basicaly every time you post people will make fun of you so as a word of advice learn before you post, and make sure its something useful.

Second of all the code yo posted will not do anything at all whatsoever, i'll tell you why. First of all you dont need the

Code:
using namespace std;
second of all your syntax on the if statements is incorrect,

Code:
{ if(b == a)
cout<<"Find me my Onyx staff & i'll reward you.";
}
should be

Code:
if(b == a){
cout<<"find me my Onyx staff & i'll reward you.";
}
and unless you want it all on one line you need to put

Code:
 << endl;
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:20 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3