PDA

View Full Version : Trying to run a server...


toffie
07-08-2004, 10:20 AM
Trying to run a server without perl and all settings
hopefully as they should be...

but take a look on the screenie... I get some probs...
but dont know how to fix it :cry:

http://www.swemod.com/eqfel.jpg

please let me know if you recognize this problem!!!
if I try to start the zones they just timeout after like 1 minute or so...
just quitting... I cant see any failure messages...

the screen looks like this WITH the error when I try to start the zones...
http://www.swemod.com/eqfel2.jpg

toffie
07-08-2004, 10:59 AM
I tried to run with a new database...
and adding "MW_057DR2_alpha_1.sql" only...
then World.exe starts ok... but the zone exes crash still...

I managed to pause one of the zones before it quit...
I guess there is more info, but I cant reach it =/

Check this picture;
http://www.swemod.com/eqfel3.jpg

you know what could be wrong???


Also I'm running "World 0.5.6"

eristole
07-09-2004, 02:04 AM
ok first, running 5.6 is gonna give you more of a head-ache then you want. get 5.7 dr 6. go to scorpius 2k's webpage and get the patch to fix it. patch your eq.. and get the newest databases.

that or learn c++ and fix the share mem dll file that is causing the zone problem.

if you want to do the upgrade, which i'd recommend.. cool beans bob. if not, good luck, i'll help out where i can but its gonna be a serious pain in your butt pretty soon.

toffie
07-09-2004, 03:52 AM
well I changed to 0.5.7 DR6... and its working pretty nice...

have some bugs to tell the devs tho... :(

* Kicked out of game to login screen when killed
* Stuck/Freeze on rebirth... after I get killed and spawn in hometown...

I am working on a list :)

but now it works pretty good...
just a few probs with spawn command, but I'm learning :)

eristole
07-10-2004, 02:18 AM
wow, those errors i havent had happen to me.
hmm, which database are you using?

toffie
07-10-2004, 02:29 AM
well, I'm not sure ;)
there is so many different so I dont know :)

sianyde
07-11-2004, 07:06 AM
* Kicked out of game to login screen when killed
* Stuck/Freeze on rebirth... after I get killed and spawn in hometown...


This happens to accounts that are flagged with GM status. If the account's userlevel is (I believe) under 50 (but 0 would be certain), this shouldn't happen.

toffie
07-11-2004, 07:16 AM
ok... but that is a bug right?? :p

sianyde
07-11-2004, 03:26 PM
ok... but that is a bug right?? :p

It's not a bug, and it's a known issue, b/c I read about it in another post over a month ago. GM toons aren't supposed to /camp and die.

In EQLive, GMs use a different client the one used by players and guides.

I would certainly think that if you alter the source code you could prevent this from happening. Go for it.

garanaz10
07-11-2004, 04:15 PM
I would help ya, but my only coding experience(sp!?!?!?)is in java
Hope you get it fixed!

Bladees1739
07-12-2004, 01:39 AM
I cant find 5.7 dr 6 did the scorpious2k that works to get me on the webservers but i want to play on my lan.

sianyde
07-12-2004, 09:02 AM
I cant find 5.7 dr 6 did the scorpious2k that works to get me on the webservers but i want to play on my lan.

Then write a personal login server. And when you have it finished, let me know.

rizzen04
07-13-2004, 02:05 AM
that or learn c++ and fix the share mem dll file that is causing the zone problem.

You dont really have to know how to program to change the max npctypes...

if you have a compiler (I use linux) go to EMuShareMem and edit NPCTypes.h

#define MMF_MAX_NPCTYPE_ID 400000

Update that line(raise the number) recompile and its set. I am by no means a programmer however modifications like that are simple.