View Single Post
  #8  
Old 06-04-2003, 06:26 PM
Velosity
Sarnak
 
Join Date: May 2003
Location: Rancho Cucamonga, Ca
Posts: 77
Default Zone is unavailable - Zone.exe crashing

Quote:
5 Posted: 05-07-2002 02:51 PM Post subject:

--------------------------------------------------------------------------------

Are you running your own server, or what server?
What OS?
What database?
Post your config files
Post a copy and paste from your world and zone windows


Get the idea?

It is much easier and quicker to figure out problems if you provide some more information.
WHAT MY PROBLEM IS:
As you will obviously see, I am running my own server. I get my server booting just fine, i see my server on the server select screen. Go to play on my server, get to the charachter select screen just fine, go to select my charachter, go in to enter the world and bam, i get a messagebox saying That zone is unavailable. i made a new charachter, was able to log into my server, but i zoned and crashed.

I went back to my computer thats hosting the server,

System statistics
Intel Pentium 4 1.8GHZ processor
768mb sdram
nvidia geforce 3 ti 200
cable modem behind 2 routers (had to set DMZ to server for zone.exe to initially boot up properly) Ive had my server working for a while now and this started to happen =-(

HELP ME PLEASE!!!


++++====++++My Configuration files++++====++++


====++++====Loginserver.ini====++++====

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=[New] Beretta Assassin's
worldaddress=Global IP
locked=false
account=
password=

[WorldServer]
Defaultstatus=20
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


====++++====DB.ini====++++====

# READ README.TXT!

[Database]
host=localhost
user=sa
password=thx1138
database=eq
compression=off


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

====++++====Addon.ini====++++====

#Addon release file

[CommandLevels]
$MAXCLIENTS=-1
@NPCSPELLS=8
!setaaxp=100
!setaapts=100
!level=100
!damage=100
!heal=100
!npcspecialattk=100
!kill=100
!timeofday=100
!date=100
!haste=100
!weather=100
!shutdown=200
!setxp=100
!summonitem=0
!itemsearch=0
!finditem=0
!search=0
!spawn=101
!delacct=200
!size=100
!worldshutdown=200
!chat=200
!appearance=100
!zoneshutdown=200
!zonebootup=200
!emote=100
!summon=100
!kick=100
!mana=100
!npcloot=100
!findspell=100
!spfind=100
!castspell=100
!cast=100
!invul=100
!invulnerable=100
!setskill=100
!setskillall=100
!setallskill=100
!save=100
!depop=100
!depopcorpses=100
!depopzone=100
!repop=100
!spawnstatus=100
!listnpcs=100
!listnpccorpses=100
!listplayercorpses=100
!deletenpccorpses=100
!deleteplayercorpses=100
!showbuffs=100
!nukebuffs=100
!hideme=100
!deletecorpse=100
!sendzonespawns=100
!flymode=100
!race=100
!texture=100
!gender=100
!zheader=100
!zsky=100
!zcolor=100
!zcolour=100
!zuwcoords=100
!zsafecoords=100
!zclip=100
!zsave=200
!npccast=100
!dbspawn2=100
!npctypespawn=100
!attack=100
!zstats=100
!lock=200
!unlock=200
!motd=100
!makepet=100
!crashtest=200
!showpetspell=200
!freeze=100
!unfreeze=100
!pvp=100
!permaclass=100
!permarace=100
!permagender=100
!gm=100
!gmspeed=100
!movechar=100
!title=100
!copychar=200
!serverinfo=200
!npcstats=100
!memspell=100
!zone=20


====++++====Boot20Zones.bat====++++====

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "Global IP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . Global IP 7995 Global IP
start zone . Global IP 7996 Global IP
start zone . Global IP 7997 Global IP
start zone . Global IP 7998 Global IP
start zone . Global IP 7999 Global IP
start zone . Global IP 8000 Global IP
start zone . Global IP 8001 Global IP
start zone . Global IP 8002 Global IP
start zone . Global IP 8003 Global IP
start zone . Global IP 8004 Global IP
start zone . Global IP 8005 Global IP
start zone . Global IP 8006 Global IP
start zone . Global IP 8007 Global IP
start zone . Global IP 8008 Global IP
start zone . Global IP 8009 Global IP
start zone . Global IP 8010 Global IP
start zone . Global IP 8011 Global IP
start zone . Global IP 8012 Global IP
start zone . Global IP 8013 Global IP
start zone . Global IP 8014 Global IP
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
Reply With Quote