Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 326 to 350 of 500
Search took 0.03 seconds; generated 93 minute(s) ago.
Search: Posts Made By: Derision
Forum: Support::Packetcollector 08-29-2010, 02:32 PM
Replies: 169
Views: 778,957
Posted By Derision
If you want to email me the .pcap for Gyrospire,...

If you want to email me the .pcap for Gyrospire, I'll take a look at it.
Forum: Support::General Support 08-28-2010, 05:01 PM
Replies: 5
Views: 10,974
Posted By Derision
Do you have: WindowedMode=TRUE in your...

Do you have:

WindowedMode=TRUE

in your eqclient.ini ?

Also, post your complete <EQ Folder>\logs\dbg.txt contents. That might shed some light on the problem.

If you have a software...
Forum: Support::Packetcollector 08-28-2010, 08:53 AM
Replies: 169
Views: 778,957
Posted By Derision
Is it a Wireless adapter ? Apparently some...

Is it a Wireless adapter ? Apparently some wireless adapters don't support promiscuous mode.

You could try going to Edit/Preferences, then clicking on Capture on the left hand site and then...
Forum: Support::Linux Servers 08-28-2010, 06:09 AM
Replies: 7
Views: 11,049
Posted By Derision
Try Rev1632.

Try Rev1632.
Forum: Support::Packetcollector 08-28-2010, 05:14 AM
Replies: 169
Views: 778,957
Posted By Derision
You need to install the .NET Framework 4 from...

You need to install the .NET Framework 4 from Microsoft first, I think this is the right link:...
Forum: Support::Linux Servers 08-27-2010, 04:10 PM
Replies: 7
Views: 11,049
Posted By Derision
As there was a change to the Item struct (shared...

As there was a change to the Item struct (shared memory) in Rev 1625, I would first make sure you are executing cleanipc before launching world (cleanipc is built in the utils directory).

If that...
Forum: Support::Linux Servers 08-27-2010, 01:04 PM
Replies: 26
Views: 23,183
Posted By Derision
When Cavedude releases a version of the PEQ...

When Cavedude releases a version of the PEQ database, it is generally compatible with the current version of the server source code on the day he releases it.

As a new PEQ database is only...
Forum: Support::Linux Servers 08-27-2010, 11:10 AM
Replies: 26
Views: 23,183
Posted By Derision
Since your source is at a higher revision than...

Since your source is at a higher revision than your database, you should check:

http://code.google.com/p/projecteqemu/source/browse/#svn/trunk/EQEmuServer/utils/sql/svn

for any SQL with...
Forum: Support::General Support 08-22-2010, 05:36 AM
Replies: 6
Views: 7,153
Posted By Derision
The only SoD version that works is the one...

The only SoD version that works is the one downloaded from Steam that says

[xxx xxx nn nn:nn:nn 2010]00000:Starting EverQuest (Built Dec 19 2008 15:22:49)

in dbg.txt when you run it.

There...
Forum: Support::General Support 08-21-2010, 04:09 PM
Replies: 6
Views: 7,153
Posted By Derision
What happens when you try and create a character,...

What happens when you try and create a character, i.e. do you get any error messages?

Also, what version of the EQ Client are you using ? In the folder where EQ is installed, you will have a...
Forum: Support::General Support 08-21-2010, 02:15 PM
Replies: 5
Views: 9,854
Posted By Derision
It looks like one of your quests is causing the...

It looks like one of your quests is causing the crash while it is trying to create a saylink.

Do you have any custom quests for that zone (or a player.pl) where quest::saylink is used outside of a...
Forum: Support::General Support 08-15-2010, 01:54 PM
Replies: 2
Views: 8,492
Posted By Derision
I just tested it and it works fine (although the...

I just tested it and it works fine (although the low level fear spell for a Necro appears to be level 2, not level 4).

The only thing that springs to mind as why it may wear off straight away is...
Forum: Support::Windows Servers 08-15-2010, 05:47 AM
Replies: 2
Views: 6,109
Posted By Derision
This should fix it: Index: spdat.cpp ...

This should fix it:


Index: spdat.cpp
===================================================================
--- spdat.cpp (revision 1621)
+++ spdat.cpp (working copy)
@@ -216,7 +216,9 @@
...
Forum: Support::Windows Servers 08-14-2010, 12:43 PM
Replies: 2
Views: 6,909
Posted By Derision
The items are in the database that you would have...

The items are in the database that you would have downloaded as part of Vales' guide.

What Revision of the server and what revision of the PEQ database are you running, i.e. what did you download...
Forum: Development::Development 08-10-2010, 04:00 PM
Replies: 11
Views: 14,814
Posted By Derision
There is already a GM command, /goto (not #goto)...

There is already a GM command, /goto (not #goto) which seems to do much the same thing (unless I am missing something, which is entirely possible :) ).
Forum: General::General Discussion 08-09-2010, 03:48 PM
Replies: 6
Views: 8,563
Posted By Derision
I don't believe the current Live client works...

I don't believe the current Live client works with EQEmu. The Player Profile increased in size in the July 13th patch (there may have been other changes, but the PP length was the only change I...
Forum: Quests::Q&A 08-08-2010, 05:18 PM
Replies: 7
Views: 7,581
Posted By Derision
The plugins probably need to be copied from your...

The plugins probably need to be copied from your eqemu\quests\plugins folder to the eqemu\plugins folder.

i.e. the folder that has your world.exe, zone.exe etc, in it should have a subfolder...
Forum: General::General Discussion 08-08-2010, 04:14 PM
Replies: 1
Views: 6,318
Posted By Derision
I'm going to assume your are playing on the...

I'm going to assume your are playing on the Project 1999 server, in which case go here http://project1999.org/forums/showthread.php?t=1002 and read the answer to the question "Can I play with my...
Forum: Quests::Q&A 08-08-2010, 03:05 PM
Replies: 7
Views: 7,581
Posted By Derision
if(istaskcompleted(500)) { should be: ...

if(istaskcompleted(500)) {


should be:


if(quest::istaskcompleted(500)) {
Forum: Development::Server Code Submissions 08-08-2010, 10:57 AM
Replies: 1
Views: 6,962
Posted By Derision
Thanks :) Committed in Rev 1619.

Thanks :) Committed in Rev 1619.
Forum: Development::Server Code Submissions 08-08-2010, 10:11 AM
Replies: 1
Views: 6,767
Posted By Derision
Committed in Rev 1618. Thanks :)

Committed in Rev 1618. Thanks :)
Forum: Development::Server Code Submissions 08-08-2010, 10:09 AM
Replies: 4
Views: 9,344
Posted By Derision
There is a field in the NewZone struct for SoF...

There is a field in the NewZone struct for SoF and later clients that disables buff timers. I don't know whether there is one for Titanium (or where it is in the struct).

Anyway, committed in...
Forum: Support::General Support 08-05-2010, 02:20 PM
Replies: 3
Views: 6,376
Posted By Derision
When you create a character, there should be...

When you create a character, there should be messages written to one of the logs along the lines of:

Start zone query: SELECT x,y,z,zone_id,bind_id FROM start_zones ....

followed by:

Found...
Forum: Quests::Q&A 08-03-2010, 11:07 AM
Replies: 6
Views: 7,604
Posted By Derision
The proximities are checked once per second (this...

The proximities are checked once per second (this is set in features.h and requires a recompile to change).
Forum: Support::Windows Servers 08-03-2010, 04:33 AM
Replies: 4
Views: 7,476
Posted By Derision
If you have a gukbottom.path file in your Maps...

If you have a gukbottom.path file in your Maps directory, try deleting it. The gukbottom.path on http://code.google.com/p/eqemumaps/ is broken.
Showing results 326 to 350 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 08:53 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