No pets?
I had a question wondering if anyone had a fix, i have a fresh db and sourced everything in specifically the pets table, yet whenever I try to summon ANY kind of pet, theres no data found for them. Any ideas? Ive checked the spells specifically and the db and have actually summoned the npc ID the pet is supposed to be but the spells wont summon them. Thanks!
|
Did you source all of the required updates in trunk\EQEmuServer\utils\sql\svn?
|
I believe so. I can try and just re source everything, but is there a faster then doing "source C:\blah\blah\blah\blah\blah\x.sql" for EVERY thing in there?
|
Quote:
|
Ok great thanks im going to do that then. 1 more thing, would u be able to tell me how to change my starting zone and locs all at once? trheres like 345 rows cut and pasting suuucks!
|
Quote:
For SoF clients and up you change it in the `rules_values` table with the rule name of 'World:SoFStartZoneID', you set the value to be the zone ID name. Otherwise if you really do want to change all of the values in the `start_zones` table you can do something like this: Code:
UPDATE `start_zones` SET `x` = somevalue, `y` = somevalue, `z` = somevalue, `id` = somevalue; |
Ah cool thanks a lot Akka. Yea man I already had this update sourced its all duplicate entrys.. So any ideas on the pets? My server has leveling content i REALLY dont want to have to make every pet in the game by hand >_< haha
|
Quote:
|
Dam! Ok thanks, and btw that starter zone query u gave me we figured out and worked like a charm :D thanks again!
|
Quote:
|
Quote:
|
Im pretty sure i did it all, but ill try that as well and post back ty!
|
I cant find a solid just npc_types.sql file anywhere in my trunk folder, the other 1s that have some type of npc in the file name ive sourced
|
You need to source the base peq database, this includes all the tables for npcs, pets, etc.
Then you source load_player.sql, and if you use bots, load_bots.sql Then you source all of the required updates newer than the peq database version, and any optional updates newer than the peq database version that you're interested in. At no time do you source specific individual tables. |
*sigh* yea i did all that and I just got the most updated rev n sourced it in rebooted server tried to cast and STILL no pets.. this is frustrating because i dont want to start all our hard work over.. Then again id prefer not to make every classes pet >_<
|
All times are GMT -4. The time now is 07:57 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.