SQL Help

Play Now

XScorpionX

Dedicated Member
Dedicated Member
Dec 20, 2003
104
0
42
United States, New York
I have a problem with SQL server thingy. Everytime I run my mir3 server with server control it doesn't get close to working. Its starts and then says cannot find Ememergacy map [0] or something like that. I think this got to do something with the SQL server. Any help should be useful :) .
 

Zeph

Dedicated Member
Dedicated Member
Mar 29, 2003
102
0
93
As far as I am aware most people get the

Read Emergency Map : [0] 459,261

map error but this does not stop the server starting. I dont this error has anything to do with SQL though. You will find that the coords after the REad Emergency change if you change them in the !setup.txt

EmergencyMap=0
EmergencyX=200
EmergencyY=200
 
Upvote 0

Zeph

Dedicated Member
Dedicated Member
Mar 29, 2003
102
0
93
Try d/loading this exe ( its a self extracting server help file ). Just run eisetup.htm and follow the instructions and you should get the server files set up ok.

Hope this helps
 
Upvote 0

XScorpionX

Dedicated Member
Dedicated Member
Dec 20, 2003
104
0
42
United States, New York
Ya I been have that and NOW I CAN GET MY EI Server Up :D ! (But this one is better I can see pictures :P ). Whoo my dreams have come true..well not yet. I still got that Read Ememergecy Map thing and after it comes up its the eiserver.exe says sumthing about the offline ip (127.0.01) I still got on but can't make a char and when I used my mir4.exe it says I don't have all the files to play my game. :( .
 
Upvote 0

Zeph

Dedicated Member
Dedicated Member
Mar 29, 2003
102
0
93
One of your ini files or !setup.txt has the entry 127.0.01 instead of 127.0.0.1

You can ignore the Read Emergency map error the server will run fine with that error.

Try using the server control program to run your server that way all ip addresses should be updated when you run it.

Hope this helps
 
Upvote 0

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
265
Manchester, UK
dont worry about the Read Emergency Map thing i think thats supose to say it maybe that maps it saying is to stop you getting stuck on a map and takes you to the emergency map area with the corords
 
Upvote 0

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
265
Manchester, UK
here is my !setup.txt hope it helps


[Server]
ServerIndex=0
ServerName=ZoneD
VentureServer=FALSE
TestServer=TRUE
TestLevel=7
TestGold=0
TestServerUserLimit=200
ServiceMode=FALSE

DBAddr=192.168.0.50
DBPort=6000

IDSAddr=192.168.0.50
IDSPort=5600

MsgSrvAddr=192.168.0.50
MsgSrvPort=4900

HumLimit=30
MonLimit=30
ZenLimit=5
NpcLimit=5
SocLimit=30
DecLimit=10
UserFull=3000
ZenFastStep=400
SendBlock=1000
CheckBlock=8000
AvailableBlock=50
GateLoad=0

LogServerAddr=192.168.0.50
LogServerPort=10000


;ÄãµÄIP»òÕß·þÎñÆ÷Ãû×Ö
CommonDBLoc=192.168.0.50
;SQLÕʺÅ
CommonDBID=sa
;SQLÃÜÂ룬±ØÐëÌî
CommonDBPassword=
;Êý¾Ý¿â
CommonDBDSN=MudDB


DiscountForNightTime=FALSE
;HalfFeeStart=2
;HalfFeeEnd=10

EmergencyMap=0
EmergencyX=458
EmergencyY=398

HomeMap0=01
HomeX0=459
HomeY0=261
HomeMap1=02
HomeX1=265
HomeY1=207
HomeMap2=1
HomeX2=423
HomeY2=102
ViewHackMessage=TRUE
ViewAdmissionFailure=TRUE

[Share]
BaseDir=D:\mud\mir300\Share\
GuildDir=D:\mud\mir300\GuildBase\Guilds\
GuildFile=D:\mud\mir300\GuildBase\Guildlist.txt
VentureDir=D:\mud\mir300\ShareV\
ConLogDir=D:\mud\share\ConLog\
CastleDir=D:\mud\mir300\Envir\Castle\
EnvirDir=D:\mud\mir300\Envir\
MapDir=D:\mud\mir300\Map\

[Setup]
ItemNumber=228994581
ClientFile1=D:\mud\Mir300\mir3.exe
ClientFile2=
ClientFile3=

[Names]
ClothsMan='BaseDress(M)'
ClothsWoman='BaseDress(F)'
WoodenSword='WoodenSword'
Candle='Candle'
BasicDrug='(HP)DrugSmall'

GoldStone='GoldOre'
SilverStone='SilverOre'
SteelStone='IronOre'
CopperStone='CopperOre'
BlackStone='BlackIronOre'

Zuma1='ZumaGaurdian'
Zuma2='ZumaStatue'
Zuma3='ZumaArcher'
Zuma4='WedgeMoth'

Bee='BugBat'
Spider='Larva'

WomaHorn='WoomaHorn'
ZumaPiece='ZumaRelic'

NECKLACE='Æíµ»ÏîÁ´'
RING='Æíµ»½äÖ'
ARMAING='Æíµ»ÊÖïí'
WEAPON='Æíµ»Ö®ÈÐ'
HELMET='Æíµ»Í·¿ø'
 
Upvote 0