Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 451 to 475 of 500
Search took 0.06 seconds; generated 102 minute(s) ago.
Search: Posts Made By: cavedude
Forum: Development::GeorgeS's Tools 06-15-2009, 01:35 PM
Replies: 36
Views: 39,975
Posted By cavedude
Yep, you can think of versions like...

Yep, you can think of versions like spawn_conditions, except you cannot change them on the fly once the zone is up. Also, a bit off-topic but while I am thinking of it for the time being,...
Forum: Development::Development 06-14-2009, 10:15 PM
Replies: 15
Views: 19,842
Posted By cavedude
I have no problem adding the new columns.

I have no problem adding the new columns.
Forum: Development::Bug Reports 06-14-2009, 06:09 PM
Replies: 17
Views: 19,484
Posted By cavedude
Buying back indeed works on TGC, though we just...

Buying back indeed works on TGC, though we just use stock LDoN items. I haven't looked into all the columns just yet to see how they work/what they do.
Forum: Development::GeorgeS's Tools 06-14-2009, 12:28 AM
Replies: 36
Views: 39,975
Posted By cavedude
Yep, that's correct. Version 0 will always...

Yep, that's correct.

Version 0 will always spawn, so an option is probably needed to tell the program whether to exclude version 0 entries or not.
Forum: Development::GeorgeS's Tools 06-13-2009, 01:19 PM
Replies: 36
Views: 39,975
Posted By cavedude
I just wanted to point out that those two aren't...

I just wanted to point out that those two aren't necessary. With instances, KLS has added a "version" column to spawn2 (and I've added it to npc_types, so I can keep track of which zone version the...
Forum: Support::Windows Servers 06-12-2009, 05:21 PM
Replies: 17
Views: 14,025
Posted By cavedude
The spells_new table in the PEQ db has a hybrid...

The spells_new table in the PEQ db has a hybrid between the two clients. All of the titanium spells are in there stock, and then the SoF spells start at the last Titanium ID. That way, the people...
Forum: Development::Development 06-11-2009, 02:24 PM
Replies: 13
Views: 16,982
Posted By cavedude
It returns the current weather condition which...

It returns the current weather condition which yes is 0 for none, 1 for rain, and 2 for snow.
Forum: Development::Development 06-11-2009, 11:53 AM
Replies: 13
Views: 16,982
Posted By cavedude
Well, with $zoneweather implemented you can use...

Well, with $zoneweather implemented you can use Perl to control the weather. We already had quest::rain(1/0) and quest::snow(1/0) to make it rain or snow, and now with a way to check to see if it is...
Forum: Development::Development 06-10-2009, 02:27 PM
Replies: 20
Views: 28,863
Posted By cavedude
I know! But, all I want to know is who's on...

I know! But, all I want to know is who's on first?!?!?!
Forum: Support::Windows Servers 06-10-2009, 01:09 PM
Replies: 5
Views: 8,935
Posted By cavedude
command.cpp line 1578 change: ...

command.cpp line 1578 change:

c->GetPTimers().Start(pTimerPeqzoneReuse, 900);

to

c->GetPTimers().Start(pTimerPeqzoneReuse, 300);

And recompile. That number is in seconds, so you can...
Forum: Development::Development 06-10-2009, 12:59 PM
Replies: 20
Views: 28,863
Posted By cavedude
I'm not sure what you mean? It is true that the...

I'm not sure what you mean? It is true that the two disagree on ammo slot (no others though) though, KLS changed that a while ago. If you are using stock EQEmu code then the DB change will be the...
Forum: Support::Windows Servers 06-10-2009, 08:58 AM
Replies: 25
Views: 22,090
Posted By cavedude
That is some awesome thinking right there! If I...

That is some awesome thinking right there! If I had a tool to automatically copy NPCs and spawns that will also adjust the levels based on my choosing, it would decrease the time it will take me to...
Forum: Development::Development 06-10-2009, 08:56 AM
Replies: 20
Views: 28,863
Posted By cavedude
They couldn't have, remember slots are handled by...

They couldn't have, remember slots are handled by the client. If somebody started changing slot values around the items wouldn't function properly. It will always come down to a single subtraction or...
Forum: Support::Windows Servers 06-10-2009, 01:27 AM
Replies: 25
Views: 22,090
Posted By cavedude
Mistmoore is in butcher, not commons. No,...

Mistmoore is in butcher, not commons.

No, you need to manually adjust the NPCs when you change the min and max levels, which is why this is going to take me so long to complete. What's in there...
Forum: Support::Windows Servers 06-10-2009, 12:51 AM
Replies: 25
Views: 22,090
Posted By cavedude
Need to be 15 or higher like Live default, though...

Need to be 15 or higher like Live default, though as said above you can change the minlevel to 0 and then you'll be able to enter.
Forum: Development::Feature Requests 06-09-2009, 07:58 PM
Replies: 4
Views: 12,984
Posted By cavedude
I agree with this, and I know KLS does too. The...

I agree with this, and I know KLS does too. The table needs to be changed so it isn't so static. That would require code changes, though more than just adding support for the new columns.
Forum: Support::Windows Servers 06-09-2009, 07:53 PM
Replies: 25
Views: 22,090
Posted By cavedude
Make sure you have the adventurer's stone on your...

Make sure you have the adventurer's stone on your toons.

On a side note, it just occurred to me that I test adventures with a 70 and a 65 on TGC, which is indeed out of the range. I'm wondering if...
Forum: Quests::Completed 06-09-2009, 07:50 PM
Replies: 4
Views: 19,867
Posted By cavedude
Outstanding work, thank you! I am currently...

Outstanding work, thank you! I am currently adding task support to the PHP editor, and once that is done I'll get in this and a few other submitted tasks into PEQ.
Forum: Development::Bug Reports 06-09-2009, 07:48 PM
Replies: 8
Views: 7,696
Posted By cavedude
It's OK, KLS I misspelled "warrior" in Gram's...

It's OK, KLS I misspelled "warrior" in Gram's quest file to obtain the PoP charm.

The change to the adventure's stone will come down with the next quest svn update, thanks gaeorn.
Forum: Development::Bug Reports 06-09-2009, 07:45 PM
Replies: 7
Views: 9,114
Posted By cavedude
The rest timer is hardcoded into the server as...

The rest timer is hardcoded into the server as KLS can correct me if I am wrong, but I also believe the client enforces it as well. That means we couldn't change it if we wanted to.

On Live,...
Forum: Development::Development 06-09-2009, 07:41 PM
Replies: 20
Views: 28,863
Posted By cavedude
I only replied because Trevius mentioned me by...

I only replied because Trevius mentioned me by name asking my opinion.

In PEQ's case, the change actually should only take one query with the way you set it up. If I remember from the last time I...
Forum: Development::Development 06-09-2009, 12:35 PM
Replies: 20
Views: 28,863
Posted By cavedude
From a database perspective converting either way...

From a database perspective converting either way will only be two easy queries since they are bitmasks. Just let me know what the final decision is, so I can get into PEQ :)
Forum: Support::Windows Servers 06-09-2009, 12:33 PM
Replies: 12
Views: 14,308
Posted By cavedude
I'm pretty sure the version I ran was the first...

I'm pretty sure the version I ran was the first on a fresh install. However, before I do the next build I'll completely wipe and grab the newest version of Perl 5.10 and give it a try :)
Forum: Support::Windows Servers 06-09-2009, 02:16 AM
Replies: 12
Views: 14,308
Posted By cavedude
That's the problem, I AM!!! I don't have a clue...

That's the problem, I AM!!! I don't have a clue why people need to install Perl 5.8.9 as I have never installed that version on any of my Windows boxes. VS 2008 is a given because that's the only...
Forum: Development::Development 06-06-2009, 11:30 PM
Replies: 48
Views: 69,169
Posted By cavedude
Branch is no longer used, we're back on the trunk.

Branch is no longer used, we're back on the trunk.
Showing results 451 to 475 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 01:01 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3