EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Server Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=614)
-   -   Woot, up and running! (https://www.eqemulator.org/forums/showthread.php?t=15308)

Ace 08-11-2004 11:45 PM

Woot, up and running!
 
I started on Tuesday, with zero knowledge of C++, Perl, and sql.

As of wednesday, about noon, my server was up and running thanks to the well made guides and subtle hints regarding client version ;) I have had seven people on at once, without issue. All of that and I didn't even have to make a thread saying, "Y IZ FREEQ BROKED? i patCHED and it SBROKEN fix plz!1!"

Now, I have a few questions I can't seem to answer or are too damn confusing to get a *clear* answer on.

I want to partially or completely populate many of the high end zones that are not populated with my source files. I am running these databases:

MW_057DR2_alpha_1.sql
itemtablechanges.sql
MW_ZONEPATCH.sql
loot_update.sql
npc_types_update.sql
loottable_entries SET probability = '15'
newFactionList.sql
add_factions.sql
npc_faction_update.sql
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0
UPDATE npc_types SET AC=(((level*level)/1.75)+15) where AC=0
UPDATE variables SET value=0 WHERE varname='PersistentZoneState'
UPDATE variables SET value=0 WHERE varname='MerchantsKeepItems'
UPDATE variables SET value=0 WHERE varname='holdzones'
*** Added unknown008 column in 'items' with value 1

Most noticeably, many of the zones I want to put an emphasis on are completely unpopulated and none of the triggers are available or seem to work.

I want to be sure that I am running the latest and most recently updated databases that I can get my grubby little hands on, as many of the stickied threads are outdated by months.

Short version:

1.) If it exists, where can I find a database that has populated high end zones like Vex Thal, Timeb, Plane of Earth, Sleeper's Tomb, Dragon Necropolis, Plane of Hate, Plane of Mischief, Uqua, etc.

2.) Now, the zones I DO that are right load just fine and are populated with "trash" mobs perfectly. Unfortunately, the bosses and mini bosses seem to be missing entirely. For example, if I load up Plane of Fear, every trash mob is there and pathing, but Cazic Thule, Dread, Fright, Terror, etc, are nowhere to be found. This occurs in Kael Drakkel (Oddly enough, Dain was spawned in Thurgadinb), Plane of Fear, Plane of Fire/Water/Air/Earthb, and Kedge Keep, that I have found so far.

Is this something I am doing wrong or was this done purposefully? Are there databases that include these bosses? If so, where might I find them?

3.) Is there anyway to trigger scripted events or start ANY scripts such as Fennin Ro, Bertoxxulous, Warders in Sleeper's Tomb, and Xegony?

4.) Most recently updated recommended add ons and third party utilities. I have found a few, but *recently* updated is very important to me. It was mildly frustrating when I get minilogin up and running then when I'm looking for an answer as to why it's not working, I find that it hasn't worked for months. Damn you outdated sticky posts!

I am interested in any and all forms that are available of the above mentioned issues. Even if they what you know is not directly what I want. There are many zones I want to get populated and up to speed so my players can have a good time.

I have no issues with getting in and spending time on the code, as I have learned an enormous amount in the past twenty-four hours. I just need a push in the right direction.

Ace.

sotonin 08-12-2004 12:47 AM

Quote:

1.) If it exists, where can I find a database that has populated high end zones like Vex Thal, Timeb, Plane of Earth, Sleeper's Tomb, Dragon Necropolis, Plane of Hate, Plane of Mischief, Uqua, etc.
There really isn't any other. Those zones just weren't collected at time of release, and there has not been another release.

Quote:

Is this something I am doing wrong or was this done purposefully? Are there databases that include these bosses? If so, where might I find them?
No you're not doing anything wrong. the mobs just arent collected in that database. We have them collected now. but we're not releasing a complete database for at least a little while.

Quote:

3.) Is there anyway to trigger scripted events or start ANY scripts such as Fennin Ro, Bertoxxulous, Warders in Sleeper's Tomb, and Xegony?
No. You would have to write a perl script for this.

jimbox114 08-12-2004 04:26 AM

Xegony script wouldn't be to hard. You would just have to go in and get all the locations of where they spawn, along with there npcid's. Just everytime you kill a mob have it shout which mob to go after next, and do a dbspawn.

bloodgoth 08-12-2004 06:29 AM

Scorpius2k has a few working spawn cycles, Xegony is one. Maybe you could ask for their code as a source to create your own... Or make it from scratch.

Elkay 09-19-2004 08:58 AM

Quote:

Originally Posted by sotonin
No you're not doing anything wrong. the mobs just arent collected in that database. We have them collected now. but we're not releasing a complete database for at least a little while.

Highly anticipating this release. :D


All times are GMT -4. The time now is 04:26 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.