Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-04-2003, 05:45 PM
the2ndone
Sarnak
 
Join Date: Oct 2003
Posts: 30
Default No mobs, npc, or items?

I set my server up as it said in the how to setup a server with eqemu 5.x and for some reason I get no items, mobs, or npc? I see a few errors but I dont know where to start to fix them (outside of the guide)? I look for a while in the forums to find an answer but i dint see any thing of use.
Thank you in advance.


this is my world.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=0, max id=0
[Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown
107,unknown108,id,weight,norent,nodrop,size,itemcl ass,idfile,lore,slots,cost,nam
e,icon,unknown105,booktype,filename,bagtype,bagslo ts,bagsize,bagwr,augslot1type,
augslot2type,augslot3type,augslot4type,augslot5typ e,unknown018,unknown019,unknow
n020,casttime2,unknown061,unknown067,unknown069,un known070,unknown076,unknown077
,augtype,ldonpointtheme,ldonpointcost,unknown099,a str,asta,aagi,adex,awis,aint,a
cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,bane dmgamt,banedmgbody,banedmgrace
,magic,hasteproclvl,light,delay,effecttype,range,d amage,material,maxcharges,recl
evel,recskill,charmfile,factionmod1,factionmod2,fa ctionmod3,factionmod4,factiona
mt1,factionamt2,factionamt3,factionamt4,reqlevel,h p,mana,ac,color,classes,races,
spellid,casttime,focusid,itemtype,accuracy,avoidan ce,bardtype,bardvalue,combatef
fects,deity,elemdmgamt,elemdmgtype,sellrate,shield ing,spellshield,strikethrough,
stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'casttime2
' in 'field list'
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Error] Error: Could not load item data. But ignoring
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: ***********:9000
World server listening on: ***********:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997
Reply With Quote
  #2  
Old 12-04-2003, 07:15 PM
kai_shadowbane
Sarnak
 
Join Date: Sep 2003
Posts: 67
Default

the general option would be to source in tcsmyworld's database if you want the mobs and such, since either you have an empty database there or there's an error with it.
__________________
The downside of being better than everyone else, is that people have a tendancy to think you're pretentious.
Reply With Quote
  #3  
Old 12-05-2003, 12:40 PM
the2ndone
Sarnak
 
Join Date: Oct 2003
Posts: 30
Default

In my c:\mysql\data\eq is 159 files and 1.77MB of data. I used the db.sql file that came ziped up in the 5.1 win zip.

2 more odd things are happeing too my server. It is locked till my zones fall a sleep and when its unlocked I can log into the server with in my lan but I cant log in outside of my lan?
Reply With Quote
  #4  
Old 12-05-2003, 01:12 PM
a_Guest03
Demi-God
 
Join Date: Jun 2002
Posts: 1,693
Default

Your LAN problem is covered in the tutorials section. It is called NAT setup guide. You have a routing problem, and it can be corrected.
__________________
It's never too late to be something great.
Reply With Quote
  #5  
Old 12-05-2003, 01:23 PM
omper
Sarnak
 
Join Date: Oct 2003
Posts: 87
Default

Your problem with your MOBS not showing up is cuz you dont have any correctly placed..

You cant just go get any of Tcmysworld's DB filese and source them in.. There are different versions..
For instance if you try to use the 5.2 DB with the 5.0 server you would encounter similar problem to the one in your post. You need the correct coloum count in your db that the Server is looking for.

Now .. If i might suggest.. Search for Tcmysworld posts and look for some that match your Server environment. Then do the following..

Start-Run-Cmd
c:\????\> cd \mysql\bin

c:\mysql\bin> mysql -u root mysql

welcome to the MySQL monitor. Commands end with ; or \g
Your MySQL connection id is 13 to server version: 4.0.12-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer

mysql> drop database eq;
Query OK, 0 rows affected <0.13 sec>


mysql> create database eq;
Query OK, 1 row affected <0.00 sec)

mysql> use eq;
Database changed

mysql> source tcmysqorld5.0db.sql;

blah blah blah

ok .. done


ok that should give you his database for that server .. then go to the tutorial to change yourself to be a server op..

Omper
Reply With Quote
  #6  
Old 12-05-2003, 01:42 PM
the2ndone
Sarnak
 
Join Date: Oct 2003
Posts: 30
Default

Ok thank you i'll give it a try
Reply With Quote
  #7  
Old 12-05-2003, 03:48 PM
the2ndone
Sarnak
 
Join Date: Oct 2003
Posts: 30
Default

Ok I got no errors in the world.exe now and zones load up fast now.
But when I try to create a new char I get this error:

\0\0\0\0\0\0\0\0\0\0\0' WHERE account_id=1 AND name='Notcreated'' #1054: Unknown
column 'timelaston' in 'field list'
database.CreateCharacter failed
Got a bogus character (Notcreated), deleting it.
PP length =0
What I did was sourced a item dump sql file and my db.sql file. After that my old chars I had on the server were still there and able to log on but I cant make any new chars?
this is what my world exe looks like now

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26489, max id=68199
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Please don't make me a levelme server. :(
TCP listening on: *********:9000
World server listening on: **********:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997
EDIT: 12\06\03
I fixed the char problem no I can create a char with the items they should come with. but I still have no mobs or npc? I'm going to keep trying till I get it.
I fixed it by sourceing the db.sql first (that came with the eqemu zip 5.1) then I sourced the update server.sql(also in the eqemu zip 5.1) and the last thing I did was sourced dumpeditems.sql I hope this info helps some one with the same problem.
Reply With Quote
  #8  
Old 12-08-2003, 05:28 AM
the2ndone
Sarnak
 
Join Date: Oct 2003
Posts: 30
Default

I'm still having no npc or mobs can some one who was 5.1 runing with npc and mobs can you tell me what sql files you sourced?
Or maybe i skipped a step or something dumb I over looked?
Thanks
Reply With Quote
  #9  
Old 12-08-2003, 01:12 PM
Smarto's Avatar
Smarto
Fire Beetle
 
Join Date: Feb 2003
Posts: 17
Default

Hello there!
As recently stated by someone else, no mobs are on your server because you don't have any in your database .

See, when you loaded the itemsdump.sql or whatever its name is, that put all those items into the database.

So you need a database, for example, named monsters.sql so you have monsters on your server.

Now, tcsmyworld created an excellent database for 0.5.1.
Search around in the world building forums for his database. Then drop your current database and source his.

Hope this helps
__________________
I Blame Hogie
Reply With Quote
  #10  
Old 12-08-2003, 02:01 PM
the2ndone
Sarnak
 
Join Date: Oct 2003
Posts: 30
Default

Omper's post did help a lot but I still was not sure what db file I was looking for. I try a few before db files I reposted but I still had no luck but now I got a better idea what im looking for.
Thank you
Reply With Quote
Reply


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 08:09 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