|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc. |
09-17-2004, 03:30 AM
|
Fire Beetle
|
|
Join Date: Feb 2004
Posts: 1
|
|
You have to set the MMF_MAX_NPCFactionList_ID higher then the highest id you have in the npc_faction table.
I set my MMF_MAX_NPCFactionList_ID to 101000 and it works fine by me.
|
09-17-2004, 04:01 AM
|
|
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
LOL... I jusat said that I was just letting him know he may wanna lower that number. Seems kinda silly to have those 2 up in the 100k range consdiering the other factions end at 19k.
|
09-17-2004, 04:11 AM
|
Demi-God
|
|
Join Date: May 2004
Posts: 1,177
|
|
they were put up there so they wouldnt ever interfere with the others that wil be added as time goes on in future updates
|
09-17-2004, 05:16 AM
|
|
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
Yes that I realize and agree with. However, my point of view is that those last 2 factions could have been 49998 and 49999. That would have prevented the need for a re-compile. Emu is probably one of the easest compiles around, however my experiences have taught me to not re-compile when you don't have to. Also, when you think that Gov has merged most of the factions in Live into that databse and they end at around 19k entries, it is unlikely that will ever even get close to 100k, or even 50k for that matter. I know this is a stupid little point but I just like to keep things simple.
Anyway I just played around for a bit with the new factions and I have to say you impressed me once again. Our databases are beginning to look more and more like Live everyday and your faction and loot tables are a big reason for that.
|
09-17-2004, 06:38 AM
|
Hill Giant
|
|
Join Date: Mar 2004
Location: South Florida
Posts: 247
|
|
That is a good point about the faction and recompiling...
For anyone who hasn't sourced this yet, change any instance of 100000 to 49999 in kos.sql and 100001 to 49998 (simple search and replace will work).
I will update the sql and upload a new rar file
If you have sourced this in and want to change it, simply do the above and source it in, and be sure to:
Code:
delete from npc_faction where id = 100000 or id = 100001
|
09-20-2004, 02:12 AM
|
Demi-God
|
|
Join Date: May 2004
Posts: 1,177
|
|
I think this update is a bit off. I got it to work without modifying source. You only have to change about 10 entries. Thats how many have 10 or more faction hits. They were all except 1 related to orcs as well. Which makes me think the faction update is a bit wonky. NO orc on live has 10 faction hits. what i am thinking is it perhaps merged the crushbone and deathfist factions together onto every orc.. may be wrong though, not sure exactly. Anyways i deleted the bottom faction hit off each of those 10 factions and it doesnt complain )
|
09-20-2004, 12:56 PM
|
Hill Giant
|
|
Join Date: Mar 2004
Location: South Florida
Posts: 247
|
|
Damnit I forgot to fix that before releasing this. Yes, eqmaps did not differenciate between gbay and commons orcs, so they have all factions. I will post a sql fix for it.
|
10-17-2004, 08:27 AM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 184
|
|
Can't get to the downloads for the faction updates. Just a heads up and hoping it's temporary because I haven't downloaded them yet.
|
10-17-2004, 09:11 AM
|
Hill Giant
|
|
Join Date: Mar 2004
Location: South Florida
Posts: 247
|
|
Its back up, but if you are using the PEQ DB you do NOT need to use these files...they are already included.
|
10-17-2004, 11:03 AM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 184
|
|
Ah cool thanks. I was using a non-PEQ db but I've had so many problems with it that I'm starting over with a fresh PEQ db and importing what I've done into that.
|
10-17-2004, 12:51 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 117
|
|
Quote:
Originally Posted by govtcheeze
Its back up, but if you are using the PEQ DB you do NOT need to use these files...they are already included.
|
Question - if this is included in the current PEQ database download, I'm confused - the date on the downloads page ( http://www.peqserver.com/view_files.php?filter=release) shows 9/18?
Or should I be grabbing the database from somewhere else?
Thanks...
|
10-17-2004, 01:27 PM
|
Demi-God
|
|
Join Date: May 2004
Posts: 1,177
|
|
it's included in the classic database.
|
10-17-2004, 01:32 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 117
|
|
Quote:
Originally Posted by sotonin
it's included in the classic database.
|
Cool - I'll keep using that.
Just a thought - might any changes going into the database, if it is getting updated, have anything to do with the "6.0-black-screen-after-character-create" problem? I ask as we've narrowed down (Lethal, Schoppew and I) that we don't get the error when using a barebones database, but we do when we try to use the PEQ database (and follow the steps on the DB page).
TIA...
|
10-17-2004, 02:57 PM
|
Demi-God
|
|
Join Date: May 2004
Posts: 1,177
|
|
You can try the PEQ classic fix i posted on peqserver.com
We are using 6.0 on PEQ the grand creation and have 0 black screen issues.
|
10-17-2004, 03:04 PM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
Quote:
Originally Posted by sotonin
You can try the PEQ classic fix i posted on peqserver.com
We are using 6.0 on PEQ the grand creation and have 0 black screen issues.
|
lil shameless plug there sotonin?
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 11:03 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|