Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 151 to 175 of 500
Search took 0.05 seconds; generated 96 minute(s) ago.
Search: Posts Made By: trevius
Forum: General::Server Discussion 07-19-2013, 03:42 AM
Replies: 7
Views: 12,633
Posted By trevius
Yeah, I think I already had to do some cleanup on...

Yeah, I think I already had to do some cleanup on this thread yesterday. Probably a good thing I didn't see whatever posts were deleted by Akka!
Forum: Development::Development 07-17-2013, 03:06 AM
Replies: 4
Views: 8,850
Posted By trevius
Information like that is much better stored on...

Information like that is much better stored on the Wiki than in a thread on the forums. You should be able to register on the wiki and update one of the pages there or create a new one for it. Some...
Forum: EQEmu Operations Center 07-04-2013, 06:29 AM
Replies: 212
Views: 713,031
Posted By trevius
Are you able to connect to your DB from your PC...

Are you able to connect to your DB from your PC using a tool like Navicat with the same settings you are trying to use for EOC? If you try using your external IP for the connection, I think that...
Forum: Support::General Support 07-03-2013, 01:46 AM
Replies: 3
Views: 8,634
Posted By trevius
Have you checked the FAQ in my sig?

Have you checked the FAQ in my sig?
Forum: General::General Discussion 07-01-2013, 03:33 AM
Replies: 8
Views: 19,880
Posted By trevius
I would highly recommend against purchasing any...

I would highly recommend against purchasing any downloads from anywhere. The Amazon downloads have been verified to not work with EQEmu and I believe they are only a partial client install that will...
Forum: Support::General Support 07-01-2013, 03:29 AM
Replies: 1
Views: 5,315
Posted By trevius
The Titanium client is really old and does not...

The Titanium client is really old and does not support most of the higher (and widescreen) resolutions on most current monitors. You may be able to stretch the screen or maybe even run full screen...
Forum: Support::General Support 07-01-2013, 03:26 AM
Replies: 5
Views: 7,452
Posted By trevius
If you are trying to use the UF client on P99,...

If you are trying to use the UF client on P99, that is not going to work as they do not support any of the newer clients. You should try other servers and see if it works on them or not. Also,...
Forum: Support::General Support 07-01-2013, 03:24 AM
Replies: 2
Views: 5,908
Posted By trevius
Maybe this post can be of some use to you: ...

Maybe this post can be of some use to you:

http://www.eqemulator.org/forums/showthread.php?t=36730
Forum: Support::General Support 07-01-2013, 03:21 AM
Replies: 1
Views: 6,340
Posted By trevius
Either you are using a custom UI, or you are...

Either you are using a custom UI, or you are using an EQ client from an illegal download that has a modified UI. Neither one of those issues are supported on these forums. You may want to ask that...
Forum: Quests::Q&A 06-26-2013, 02:51 AM
Replies: 12
Views: 20,056
Posted By trevius
LOL, yeah, you can setup loot for an entire zone...

LOL, yeah, you can setup loot for an entire zone in no time as long as you don't need overly complex loot tables. It could be done from the DB as well, but I find it pretty easy to quickly adjust it...
Forum: General::General Discussion 06-25-2013, 05:31 AM
Replies: 2
Irc
Views: 6,083
Posted By trevius
Yes, most of the people signed in there actually...

Yes, most of the people signed in there actually use it. We just stay logged in 24X7 and only check it from time to time, so you can't expect an immediate response in most cases. Most people tend...
Forum: Quests::Q&A 06-25-2013, 05:04 AM
Replies: 12
Views: 20,056
Posted By trevius
On Storm Haven, we started doing most loot via...

On Storm Haven, we started doing most loot via scripts. You can add loot on the fly anytime via scripts and using the default.pl makes it really easy to split up loot to an entire zone with a high...
Forum: Quests::Q&A 06-25-2013, 03:02 AM
Replies: 4
Views: 9,221
Posted By trevius
I have never heard of a case on EQEmu of someone...

I have never heard of a case on EQEmu of someone figuring out how that is done. It may require a special packet, or even possible a field in the NPC spawn packet to be set to a particular value. If...
Forum: Quests::Q&A 06-25-2013, 02:57 AM
Replies: 12
Views: 20,056
Posted By trevius
You can use DBI to connect to the DB directly...

You can use DBI to connect to the DB directly from perl and do whatever queries you want. It isn't overly complicated and there are a few posts around the forums that cover it. Here is one that has...
Forum: Support::Windows Servers 06-21-2013, 03:34 AM
Replies: 10
Views: 10,359
Posted By trevius
You might check the zones table to see if there...

You might check the zones table to see if there is a required flag for the zone. You can also check your quests folder for any player.pl scripts in the zone folder you are zoning from to see if it...
Forum: Support::General Support 06-20-2013, 08:22 AM
Replies: 12
Views: 13,241
Posted By trevius
That sounds like a port blocking issue, which...

That sounds like a port blocking issue, which should be explained on the FAQ linked in my sig.
Forum: Support::Windows Servers 06-06-2013, 03:34 AM
Replies: 3
Views: 6,977
Posted By trevius
It is always good to keep regular backups of your...

It is always good to keep regular backups of your DB so you don't lose all of your work with a simple query or HDD failure, etc.

Since your DB is provably still mostly standard PEQ, you should be...
Forum: Support::General Support 06-05-2013, 03:29 AM
Replies: 4
Views: 7,635
Posted By trevius
You must have missed this note near the top: ...

You must have missed this note near the top:



From here:
http://www.eqemulator.org/wiki/wikka.php?wakka=PlayGuide



There is no ETA on when EQEmu will be caught up with Steam again, and...
Forum: General::General Discussion 05-22-2013, 02:53 AM
Replies: 18
Views: 15,628
Posted By trevius
That would almost certainly never happen. ...

That would almost certainly never happen. Though, I do agree that they are missing a potential possibility for a decent financial benefit by not considering something new and similar to EQEmu. I...
Forum: Quests::Q&A 05-22-2013, 01:47 AM
Replies: 3
Views: 9,074
Posted By trevius
You can just use GetLevel(), which is listed...

You can just use GetLevel(), which is listed here:

http://www.eqemulator.net/wiki/wikka.php?wakka=QuestObjects

It is under mob class, so you can use it on anything.

my $SPELL_ID =...
Forum: Quests::Q&A 05-16-2013, 03:32 AM
Replies: 3
Views: 9,387
Posted By trevius
I think you just need to do this each time before...

I think you just need to do this each time before using pause:

$npc->SaveGuardSpot();

That will prevent them from moving back to their original spawn point.
Forum: Support::General Support 05-14-2013, 03:05 AM
Replies: 10
Views: 14,269
Posted By trevius
[Mon May 13 21:34:33 2013]00298oMainLoop: just...

[Mon May 13 21:34:33 2013]00298oMainLoop: just before first while(!EverQuest.ReceievedWorldObjects).

That is a specific point in the zoning or logging in process of the client where it is waiting...
Forum: Support::General Support 05-03-2013, 01:46 AM
Replies: 2
Views: 6,567
Posted By trevius
Unofficial and therefore not supported by these...

Unofficial and therefore not supported by these forums. I did suggest to have the launcher hosted by Rogean and it was briefly discussed in IRC, but I haven't seen any further discussion of it since...
Forum: Support::Windows Servers 04-19-2013, 02:23 AM
Replies: 4
Views: 10,070
Posted By trevius
Well, when I figured out the formula that is used...

Well, when I figured out the formula that is used for the SoD+ clients, I was able to get it very close, but not 100%. So, in some cases, it may be an exact match, but depending on class and level,...
Forum: Support::Windows Servers 04-18-2013, 03:06 AM
Replies: 4
Views: 10,070
Posted By trevius
Are you referring to the SoD client or the SoF...

Are you referring to the SoD client or the SoF client? The new formulas for HP/Mana/End weren't introduced until the SoD client. There is no rule for SoF, it is for SoD.

If you are using the SoD...
Showing results 151 to 175 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 09:42 AM.


 

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