Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::News

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

 
 
Thread Tools Display Modes
  #1  
Old 05-09-2004, 07:17 AM
kathgar
Discordant
 
Join Date: May 2002
Posts: 434
Default Update to live and a request

There should be a new release in testing soon, that will work with the latest EQLive patch. We are also are in need of programmers. We need people that have experience in c/c++. Experience with networking and threading is certainly a plus, but not required. If you are interested reply to this thread or PM image with examples of your work and a list of your skills.
  #2  
Old 05-09-2004, 07:56 AM
Spike
Discordant
 
Join Date: Mar 2004
Location: Florida
Posts: 362
Default

I feel stupid for asking, but what can I do. I have borland C++ builder and I have never compiled a version. If you are desperate, you can take me in and try and teach me. Otherwhise, ignor me. :|
__________________
  #3  
Old 05-09-2004, 09:05 AM
bUsh
Sarnak
 
Join Date: Apr 2004
Location: Waukesha, WI
Posts: 93
Default

I am very interested.

Examples, here:
http://www.eqemulator.net/forums/viewtopic.php?t=14676
http://www.eqemulator.net/forums/viewtopic.php?t=14726
http://www.eqemulator.net/forums/viewtopic.php?t=14759

I've used C++\java\C#\BASIC, I know html, xml, xsl and asp.net (some perl).

I've written a few C# chat applications which use network programming (sockets, packets, packet headers, I love that shit).

email is bush@headinapot.com
__________________
~ b [ u ] s h

* ServerOP * The Green Leaf Server
  #4  
Old 05-09-2004, 09:40 AM
DrPlump's Avatar
DrPlump
Fire Beetle
 
Join Date: Apr 2003
Location: Florida
Posts: 28
Default

REM example program by drplump
CLS
INPUT "Who is the new dev" $newdev
IF $newdev="drplump" THEN PRINT "you win" ELSE PRINT "you suck at life"
END



lets remake eqemu in basic
__________________
Memeber of the I HATE Devn00b club.
  #5  
Old 05-09-2004, 12:07 PM
rubyrhinosaur's Avatar
rubyrhinosaur
Sarnak
 
Join Date: Nov 2003
Posts: 68
Default

ugh, means more dbs....
  #6  
Old 05-09-2004, 07:41 PM
Quake_UHS
Fire Beetle
 
Join Date: May 2004
Posts: 9
Default

Hello, i'm on first year of Informatic Career. My knoweledge of C its normal, programming and this well, but not applications of internet. In C++ i just begin 2 months ago and i'm too newbie, but if you really need help tell me.

Level Programming: Newbie

Quake_UHS

quake_dh@hotmail.com


EXEMPLE of a program created 5 months ago, in C. (a bit part of the program). Is in spanoish the comments, because i'm I.

int *Crea_Check_Taulell(int files, int columna)
{
int *taulerauxiliar;
int i;

taulerauxiliar=(int*)malloc(files*columna*sizeof(i nt*));
if(taulerauxiliar==NULL)
{
printf("Error: la memoria no es pot reservar\n");
getche();
return (NULL);
}


for(i=0; i<(files*columna); i++)
{
taulerauxiliar[i]=0;
}

printf("\n%d\n", taulerauxiliar[0]);
return(taulerauxiliar);
}
__________________
The best magician ever passed through norrath...

Visit http://vg2.por5.com

Grillete
  #7  
Old 05-10-2004, 03:09 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

I have some knownledge of c++.I have added perl functions,ldon points system and some bugs fixes for my server.
  #8  
Old 05-10-2004, 03:24 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default

I r teh r0x0rs of j00r b0x0rs RAWR
__________________
  #9  
Old 05-10-2004, 09:09 AM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

#include <stdio.h>

int main(void){
printf("Hello wrold");
}
*** edit : crt0.o has default return ***

i hate C++. Been fiddling with that for ... 12 years. Behh, makes me sick :/, retired since 96.

What a bout a nice thing with garbage collection and dynamic linking ?

network : network IS the computer
threading : thought EQEMu was to compile on Windoze too ?

Nah, can't apply. Hope i can help EMu with some quest script kidding, it'd be a good start. G'luck folks
__________________
EQEMu Quest Repository is down until something new :(
  #10  
Old 05-10-2004, 09:41 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

Quote:
Originally Posted by smogo
#include <stdio.h>

int main(void){
printf("Hello wrold");
}
hey you forgot the return
  #11  
Old 05-10-2004, 12:02 PM
NarutoLegacy
Discordant
 
Join Date: Feb 2004
Posts: 400
Default

Heh, looks like reading billions of books paid off! I am also VERY interested. I will be releasing eqemu code fixed/addons soon also. I know intermediate c++ and php. I have full knowledge about running an eqemu server, dont know if that counts, well anyways heres a program I made for fun once for my friends. Very basic, but im guessing it could do the trick.

#include <iostream.h>

int main ()
{
char mybuffer [100];
cout << "Yo blu wat you need? [pot] [crack] [coke] ";
cin.getline (mybuffer,100);
cout << "So yo need sum " << mybuffer << "muthafucka?\n";
cout << "How much? ";
cin.getline (mybuffer,100);
cout << " " << mybuffer << " on its way!.\n";
return 0;
}

I know almost all of the commands. Just tell me where to apply them. I would help out more but im bad at finding bugs because everything looks so perfect to me
__________________
My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel

Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
  #12  
Old 05-11-2004, 08:47 AM
KhaN's Avatar
KhaN
Dragon
 
Join Date: Mar 2004
Location: France, Bordeaux.
Posts: 677
Default

Im learning C++, actually modifying code for my server, i will help you guys ... in like 6 months :P
__________________

  #13  
Old 05-11-2004, 06:10 PM
l33tninja
Fire Beetle
 
Join Date: May 2004
Posts: 7
Default

Hey.. I used to run my MUD way back in the day and coded that myself entirely in C/cpp so I know at least a little bit of what im doing and would like to help

Now, the basic networking structure was pre-done but i can write whole new systems/features without too much of a problem :P
  #14  
Old 05-12-2004, 02:16 AM
Doodman's Avatar
Doodman
Developer
 
Join Date: Aug 2003
Posts: 246
Default

If you are interested in helping out and being a "dev" on the project, the best way to do it is to prove to us that you can.:
1) Get the code
2) Compile it
3) Find/fix bugs, improve performance, etc
4) Submit patches
  #15  
Old 05-12-2004, 03:09 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

1) Get the code
2) Compile it
3) Find/fix bugs, improve performance, etc
4) Submit patches

I can do these things....I guess the four by CVS right?if yes,then I know how.
 


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:07 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