Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 07-08-2004, 01:08 PM
Tangeleno
Sarnak
 
Join Date: Mar 2004
Posts: 61
Default

Yes the zone.exe world.exe and sharemem.dll all come from the same compile. A binary is another name for the compiled product. An example of a source code is
Code:
#include <stdio.h>

int main() {
  printf("Hello World!\n");
  return 0;
}
Now what you would do is write this in a text editor and then compile it with a "C" compiler which will give you the binary/executible which will display the text "Hello World!" when ran. Pretty simple eh?

As far as I know to make a server PvP enabled would require editing the source, it is probably a very simple chance but you can never be certain.

I think how OpenZone works is by converting a .3ds file (which is a file made in the 3d graphic editor 3d Studio) into what ever format the everquest client can read. All you would need to do on the server end I imagine is update your database to reflect that the zone does infact exist, has spawns, loot tables ect ect.

The commands written by Draupner are to be added to the source code and then recompiled.

Once again the same disclaimer still stands. I too am still learning.
Some one please correct me if I'm wrong!
Reply With Quote
 

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 04:37 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