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 04-03-2003, 12:52 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default Quest addon 0.1 (new) plus updated DB addon

Quests - http://edwardpinniger.bctalk.net/eq/quests0.1.zip
Updated DB addon - http://edwardpinniger.bctalk.net/eq/...a1.1.beta5.zip
Item and book DBs (if you haven't already downloaded the ones from Telmet's or Lurker's DB) - - http://edwardpinniger.bctalk.net/eq/itemsbooks.zip
4.4dr1 EQEmu binaries - - http://edwardpinniger.bctalk.net/eq/44dr1.zip (or use Telmet's ones, which are slightly more up-to-date)

This quest addon includes soulbinders, Priests of Discord, guildmasters and Nexus scions, also the three newbie
armour quests in North Qeynos.
The next version should include most of the quests from the EthernalQuest DB, converted (many thanks to Lurker for
the convertor script) and modified to fix errors, correct text triggers etc.

You NEED to download the updated DB addon for the quests to work. There was an error in the last version
which meant some NPC IDs were incorrect, so they won't match up to the quest NPC IDs.
There are a few other minor fixes and additions in the new DB addon but not enough to warrant a new version number!

As far as I know all the quests work OK, one minor "issue" is that some guildmasters just say "Thanks" when you give them
your newbie note, as I haven't got the right text response yet (they do give you your tunic/robe though).
Nexus Scions will also teleport you instantly to the Nexus when you tell them "I wish to journey to Luclin", you don't
need to wait for the spires to activate.
Reply With Quote
  #2  
Old 04-03-2003, 01:14 AM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default Links not working......

I get file not found errors for all the links :(
Reply With Quote
  #3  
Old 04-03-2003, 03:34 AM
Arley McFarley
Sarnak
 
Join Date: Feb 2003
Posts: 46
Default

Use these links...

http://www.edwardpinniger.bctalk.net...ta1.1beta5.zip

http://www.edwardpinniger.bctalk.net/eq/quests0.1.zip

http://www.edwardpinniger.bctalk.net/eq/itemsbooks.zip

http://www.edwardpinniger.bctalk.net/eq/44dr1.zip

Looks like just a typo (leaving off the /eq/ directory in the link). I got them okay, this way.

Arley
Reply With Quote
  #4  
Old 04-03-2003, 01:19 PM
brainleacher
Fire Beetle
 
Join Date: Mar 2003
Posts: 17
Default

Hey Drawde,
Does city defense and npc casting work in this version? I downloaded your previous 1.5beta and 4.4ddr1 bins, and noticed that these features were broken. Thanks for the great work.
Reply With Quote
  #5  
Old 04-05-2003, 06:07 AM
brainleacher
Fire Beetle
 
Join Date: Mar 2003
Posts: 17
Default

Well, I figured out why the npcs weren't casting spells. Almost all their npc_spells_ids were set to zero in the npc_types table.
So I ran this on them:


update npc_types set npc_spells_id=1 where class=2 or class=18;
update npc_types set npc_spells_id=2 where class=12 or class=28;
update npc_types set npc_spells_id=3 where class=11 or class=27;
update npc_types set npc_spells_id=4 where class=13 or class=29;
update npc_types set npc_spells_id=5 where class=14 or class=30;
update npc_types set npc_spells_id=6 where class=10 or class=26;
update npc_types set npc_spells_id=7 where class=6 or class=22;
update npc_types set npc_spells_id=8 where class=3 or class=19;
update npc_types set npc_spells_id=9 where class=5 or class=21;
update npc_types set npc_spells_id=10 where class=4 or class=20;
update npc_types set npc_spells_id=11 where class=8 or class=24;
update npc_types set npc_spells_id=12 where class=15 or class=31;


and now they cast.

But city defense is still not working, the city defense table has got all the correct npc ids and zone ids, must be a faction problem I think. I'll keep on checking the db.
Reply With Quote
  #6  
Old 04-05-2003, 06:32 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

I'll look into the spell problem ASAP.
However, regarding city defence, one of the developers said that the city_defense table was actually just used for guildwars.
So presumably it doesn't make guards attack NPCs that aggro you, only makes them attack players that are in an opposing guild to their city's guild.
I've still no idea what makes guards work, they work for me at some times, but not others.
Reply With Quote
  #7  
Old 04-05-2003, 09:53 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Yes, city defense is used specificlly for guild wars servers.... Images is the only one currently that I know of...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #8  
Old 04-05-2003, 09:38 PM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

Found the reason for many NPCs not casting - I hadn't assigned spell lists to guildmaster NPCs (the parser only checked for standard classes, not guildmasters).
Reply With Quote
  #9  
Old 04-11-2003, 11:20 AM
rob348
Fire Beetle
 
Join Date: Apr 2003
Posts: 10
Default

yes that is all fine and dandy, but where the **** do you put these? And how do I use them?
Reply With Quote
  #10  
Old 04-26-2003, 08:40 AM
haloboycs
Sarnak
 
Join Date: Jan 2003
Posts: 94
Default

link broken for me
Reply With Quote
  #11  
Old 04-26-2003, 10:10 PM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

Fixed the links, they should work now.
Reply With Quote
  #12  
Old 04-30-2003, 04:54 PM
dfjestuss
Sarnak
 
Join Date: Apr 2003
Posts: 35
Default

Yeah but where do I put these Quest folder? It states that the quest and stuff are working, but I am not sure where these files need to be placed. ANy help would be greatly appreciated.
Thanks
Gwan
Reply With Quote
  #13  
Old 04-30-2003, 06:03 PM
dfjestuss
Sarnak
 
Join Date: Apr 2003
Posts: 35
Default

K I finally figured out where to put the quest folder. But the Nexus Scions are not porting me to the Nexus. Any ideas as to why this is not working? I would appreciate any help on this.
Thanks
Gwan
Reply With Quote
  #14  
Old 05-01-2003, 06:48 AM
zanny_1
Fire Beetle
 
Join Date: Apr 2003
Posts: 5
Default

Uhm ....

I realize your supposed to have some errors?

but is it normal to have a beep festival of :

ERROR 1136: Column count dosen't match value count at row 1

Let me know whats up or if this is normal because it dosen't seem normal to me
Reply With Quote
  #15  
Old 05-02-2003, 06:32 AM
dfjestuss
Sarnak
 
Join Date: Apr 2003
Posts: 35
Default

Big problem with the quests. I am unable to get the Soul Binder, Nexus Scions or even the quests to really work. When hailed they respond, but when I give them the command nothing happens. Just wanted to know if anyone knows what I am doing wrong and how to fix this.
Thanks
Gwan

Gwan's Server Web Site
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 06:14 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