Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2004, 03:51 AM
eqwarrior1188
Sarnak
 
Join Date: Feb 2004
Posts: 38
Default Potime spawns

I recently downloaded an update to my db and now there arent any of the god spawns on potimeb :-/ Oh yeah, btw i downloaded the update from this post http://www.eqemulator.net/forums/viewtopic.php?t=12723
Reply With Quote
  #2  
Old 02-17-2004, 04:02 AM
jotajota
Fire Beetle
 
Join Date: Jan 2004
Posts: 10
Default

Dont know why, but if you turn bodytypes=0 you will see potimeb (and many others) spawns
Reply With Quote
  #3  
Old 02-17-2004, 04:11 AM
eqwarrior1188
Sarnak
 
Join Date: Feb 2004
Posts: 38
Default

I'm a newb lol, what do you mean body types lol
Reply With Quote
  #4  
Old 02-17-2004, 04:18 AM
jotajota
Fire Beetle
 
Join Date: Jan 2004
Posts: 10
Default

Theres a column in your npc_types table in database, use eqadmin or mysqlfont to change value to 0. dont do that in all spawns or a lot of dupiclates will spawn too. so do it only in zones whitout spawns.


Note: before do it, u can track this mobs whit Druid/Ranger characters, they are there, but u cant see them. when u add 0 to bodytypes they apperar.

but dont know why....
Reply With Quote
  #5  
Old 02-17-2004, 04:55 AM
eqwarrior1188
Sarnak
 
Join Date: Feb 2004
Posts: 38
Default

So your saying if i got to eqadmin i have to change every single spawn in potimeb to 0..that could take a while lol
Reply With Quote
  #6  
Old 02-17-2004, 05:05 AM
jotajota
Fire Beetle
 
Join Date: Jan 2004
Posts: 10
Default

That is
Reply With Quote
  #7  
Old 02-17-2004, 05:06 AM
eqwarrior1188
Sarnak
 
Join Date: Feb 2004
Posts: 38
Default

that is...?
Reply With Quote
  #8  
Old 02-17-2004, 07:57 AM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default

There will be another update soon, with repaired body_types for those zones and alot more dupes removed.
The DB that will be released is currently running on my Test Server, you can log into it and check it out (TCsMyWorld_Test).
__________________
Founder PEQ (ProjectEQ)
Reply With Quote
  #9  
Old 02-18-2004, 01:08 AM
1010101
Sarnak
 
Join Date: Mar 2002
Posts: 63
Default

You could also use this command in mysql to change it:

UPDATE npc_types SET bodytype=0;
Reply With Quote
  #10  
Old 02-18-2004, 03:46 AM
eqwarrior1188
Sarnak
 
Join Date: Feb 2004
Posts: 38
Default

Eh, im not all that good with mysql, i like sticking with 3rd party programs if anything.
Reply With Quote
  #11  
Old 02-18-2004, 03:56 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Start --> Run --> cmd
mysql -u root eq
UPDATE npc_types SET bodytype=0;


Done.
__________________

kRPG Profile
Reply With Quote
  #12  
Old 02-18-2004, 10:21 AM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default

Not ALL of the body_types should be set to 0.
Setting ALL body_types to 0 may have unwanted effects on your DB.
__________________
Founder PEQ (ProjectEQ)
Reply With Quote
  #13  
Old 02-18-2004, 10:30 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

True, but was a quick fix :P

UPDATE npc_types SET bodytype=0 WHERE bodytype="";
__________________

kRPG Profile
Reply With Quote
  #14  
Old 02-18-2004, 11:30 AM
jotajota
Fire Beetle
 
Join Date: Jan 2004
Posts: 10
Default

what about bodytype=-1 ?
Reply With Quote
  #15  
Old 02-18-2004, 11:37 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

UPDATE npc_types SET bodytype=0 WHERE ((bodytype=-1) OR (bodytype ="") OR (bodytype is null));
__________________

kRPG Profile
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 10:28 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3