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
|
Dont know why, but if you turn bodytypes=0 you will see potimeb (and many others) spawns
|
I'm a newb lol, what do you mean body types lol
|
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.... |
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
|
That is
|
that is...?
|
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). |
You could also use this command in mysql to change it:
UPDATE npc_types SET bodytype=0; |
Eh, im not all that good with mysql, i like sticking with 3rd party programs if anything.
|
Start --> Run --> cmd
mysql -u root eq UPDATE npc_types SET bodytype=0; Done. |
Not ALL of the body_types should be set to 0.
Setting ALL body_types to 0 may have unwanted effects on your DB. |
True, but was a quick fix :P
UPDATE npc_types SET bodytype=0 WHERE bodytype=""; |
what about bodytype=-1 ?
|
UPDATE npc_types SET bodytype=0 WHERE ((bodytype=-1) OR (bodytype ="") OR (bodytype is null));
|
All times are GMT -4. The time now is 03:11 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.