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 07-27-2004, 06:12 PM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default Ugg!!!!!!!!

Ok, I have been up half the night trying to figure this out. I have deleted the database and resourced it so many times Im about ot pull my hair out. I am useing the mw_057dr2_alpha, which to my knowledge is the most up to date database out there? Every time I source it right close to the end I get a beep and I can briefly see that is it a error message. I have tried useing Just this database, and I have tried useing it with the loot_updates and npc_type_updates. When I use Loot_updates I get a ton of errors, and npc_type_updates don't work at all. I would be content at this point to have a completely blank database if it would let me actually spawn mobs. However when I tried useing just db.sql I still get the error. I also AM NOT useing db.sql when I source mq_057_alpha.sql. Like I said I have deleted and created that database about a ton of times I think.

I tried the AC fix as it is called here:

ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
ALTER TABLE items ADD unknown008 INT(11) DEFAULT "0" NOT NULL;

And I still get the classic can't load itemdata when I boot World.exe. I had this fixed before with the help of from another server. Before useing the altertable commands above it was fixed. However, as can been seen in the other post below (I broke my database) I ended up corrupted my database useing that eqadmin program. After getting frustrated I thought I coudl just delete the database and start from scratch...apparently not.

I know people are sick of seeing my help posts on here, but I never can find anything with the search button and I really want to get this server going. For the past week I have been sitting up night after night reading post after post only to find broken links, out of date info, etc.
Reply With Quote
  #2  
Old 07-28-2004, 02:27 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

I think this just might be over your head sadly.

If you can't get it working with blastoma's files, which i saw linked to you in a past thread, then you are beyond our help. =(
Reply With Quote
  #3  
Old 07-28-2004, 04:33 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Damnit Jim , Ive given er all she got !! Yo calm down jimmy , Instead of deleting your database just try to create a new one, if you are using eq make a new one called eq2 or such then source in mw_057dr2_alpha ONLY ! then change your db in your db.ini to reflect the new database . then see if it dont work for ya , then we can go from there





Sakrateri,

ServerOp, Fates Destiny.
Reply With Quote
  #4  
Old 07-28-2004, 04:41 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

Quote:
Originally Posted by sotonin
I think this just might be over your head sadly.

If you can't get it working with blastoma's files, which i saw linked to you in a past thread, then you are beyond our help. =(
There is so many threads here I don't know which one is blastoma's Files. How can a person be expected to fix these databasees when there is no info given other then source blah.sql;?? I mean the posts say you should see NO ERRORS and yet I do when sourceing. OF course every post you look at on here talks about old versions of the emu, I see very few that directly say "This will work with .5.7 dr7" (which is obviously the only one to use now).

I am really surprised there is nobody else out there having the problems I am. I know I am not some AOL noob who has to get help to install a program on there PC. Is every single server op out there a college graduate in computer science?
Reply With Quote
  #5  
Old 07-28-2004, 05:00 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Also remember besides Doctor "DR" also means Developer Release which is not supported in anyway so if you do get it going then Kudos to you. Calm down , have a beer (or six) then lets have another stab at this mess, it can be achieved with a fresh buzz !!




Sakrateri,

ServerOp, Fates Destiny.
Reply With Quote
  #6  
Old 07-28-2004, 05:05 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

Ok I made a db called eq2. I changed the db.ini to reflect the change. I sourced it with nothing but mw_057dr22_alpha_1.sql;.

As usual I got the 1 beep towards the end of sourceing and this error:



Last time I did this I did that AC fix talked about at pqe that I talked about above, but it still didn't work. For right now I have done nothing but source in the above database. Of course I did the create database eq2; and use eq2; before sourceing.
Reply With Quote
  #7  
Old 07-28-2004, 05:14 AM
Facet42
Fire Beetle
 
Join Date: Jul 2004
Posts: 25
Default

There is an itemtableschanges.sql file that you need to run against the database. It should be in the same directory as the Server.dsw workspace...
Reply With Quote
  #8  
Old 07-28-2004, 06:14 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

Quote:
Originally Posted by Facet42
There is an itemtableschanges.sql file that you need to run against the database. It should be in the same directory as the Server.dsw workspace...
I went in and sourced that in, took about 10 seconds and gave me 1 beep saying duplicate entry found. I ran world.exe after exiting out of mysql and get the same error as above.
Reply With Quote
  #9  
Old 07-28-2004, 10:00 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Yo , I remember now, I had the exact same problem so what i did was use the MW055_alpha_02 database to get mine working and then sourced in EQEMU-SQL-06-16-04 make up another database and try those . if this dont work I can send you the eq database I am using and you can copy that in mysql\data





Sakrateri,

ServerOp, Fates Destiny.
Reply With Quote
  #10  
Old 07-28-2004, 03:54 PM
sianyde
Sarnak
 
Join Date: Jun 2004
Posts: 92
Default

Quote:
Last time I did this I did that AC fix talked about at pqe that I talked about above, but it still didn't work. For right now I have done nothing but source in the above database. Of course I did the create database eq2; and use eq2; before sourceing.
That didn't work b/c the AC fix inserts a missing AC column in the npc_types table. Your problem is a missing charges column in the items db. I think you ought to brush up on some SQL. You'll need it to make any real db tweaks unless you like grinding along with EQAdmin.

Why don't you try manually inserting that column into the db, and giving it a default value of 0? That should at least let you get your server up and running and let you begin to play, even though items with charges won't be accurate.

I recommend you get govtcheez's loots update after you add that column, and source it. Then you'll have accurate charges for items that have charges.

I also think this 'one error' you keep getting when sourcing files is that you are missing the column, and the .sql file just assumes it's there. You have to know that .sql files are nothing more than a batch of SQL commands to run.
Reply With Quote
  #11  
Old 07-28-2004, 05:21 PM
hypershadow66
Banned
 
Join Date: Nov 2003
Posts: 335
Default

Downlload the newest dump, its called newdumpeditems.sql, source it, then go onto mysql front and delete the old items table, and rename items_new to be items. That is what works.
Reply With Quote
  #12  
Old 07-29-2004, 03:32 PM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

I got it working again. I used the loottableupdate and then did the ac fix and it works fine now.

I wouldn't even know where to start on trying to "Brush Up" on mysql. It might take longer, but it is easier for me to just use eqadmin to add loottables. I finnally did get the loottables working, think I will just stay away from editing the factions. It it not really a high priority thing for me anyways.
Reply With Quote
  #13  
Old 07-29-2004, 11:31 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Have you tried Mysql-front?? it is very easy way to manipulate your database









Sakrateri,
ServerOp, Fates Destiny.
Reply With Quote
  #14  
Old 07-30-2004, 12:00 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

Quote:
Originally Posted by Sakrateri
Have you tried Mysql-front?? it is very easy way to manipulate your database









Sakrateri,
ServerOp, Fates Destiny.
I have it installed, however where it only really seems to show numbers instead of numbers/names it is hard to work with for me. Like for instance I am still trying to edit the direction my custom npc's look. I wsa told to edit the spawn2 (and nothing else). Well I go in there and all I can see is a bunch of qeynos spawns and there id's. It does not seem to show the actual names of the mobs, and I have like 30 custom mobs in freportw and no clue where each of there ID's are. I also can't seem to actually change between zones on there. I click the zone icon at the top and it goes to acrylia caverns, click it again and it jumps to western wastes. Don't see how to tell it to go to whichever zone you want it to go to, and even if I did I wouldn't know the spawn id's of the mobs I made anyways.
Reply With Quote
  #15  
Old 07-30-2004, 05:15 AM
hypershadow66
Banned
 
Join Date: Nov 2003
Posts: 335
Default

if you can login to your server and it works, flag your account to 200 or so, the go in there and stand (facing the way you want your NPC to face, and in the spot you want you nPC at), then have the NPC targeted, then do the /summon command, It will be exactley in the spot you are
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 01:27 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