Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 126 to 150 of 500
Search took 0.03 seconds; generated 73 minute(s) ago.
Search: Posts Made By: blackdragonsdg
Forum: General::Server Discussion 08-10-2012, 01:49 AM
Replies: 4
Views: 8,142
Posted By blackdragonsdg
Short answer is yes. For more specific...

Short answer is yes. For more specific information on each server read the following.
http://www.eqemulator.org/index.php?pageid=serverlist
Forum: Development::Development 08-09-2012, 01:39 AM
Replies: 10
Views: 10,372
Posted By blackdragonsdg
Well here are the ones I have. Didn't include...

Well here are the ones I have. Didn't include pcaps but if they would help I'll send those as well.

http://www.mediafire.com/?bu5sb7a3vx39mtj

Have an 80 Monk and 81 Shaman on live. They are...
Forum: General::General Discussion 08-08-2012, 03:00 PM
Replies: 3
Views: 6,754
Posted By blackdragonsdg
I think the unknown effect problem is a mismatch...

I think the unknown effect problem is a mismatch between the spell file and the spells_new table of the database. If you sync them the problem should go away. There is a spell file IO program that...
Forum: General::Server Discussion 07-26-2012, 01:23 AM
Replies: 15
Views: 27,567
Posted By blackdragonsdg
Check out Project 1999 as that is the closest you...

Check out Project 1999 as that is the closest you are going to get to what you described.

http://www.project1999.org/
Forum: General::Server Discussion 07-25-2012, 02:54 PM
Replies: 14
Views: 10,608
Posted By blackdragonsdg
There is a program called Toad for Mysql that can...

There is a program called Toad for Mysql that can be used to get a difference between two databases then you can save the difference as an sql file. Might require some manual work to but it still...
Forum: General::General Discussion 07-21-2012, 03:23 PM
Replies: 15
Views: 12,146
Posted By blackdragonsdg
Most of the time on Vista/Windows 7 the memory...

Most of the time on Vista/Windows 7 the memory cannot be read error is because UAC is enabled. A simple solution is to move your EQ directory to base C:\ or a secondary hard drive.
Forum: Development::GeorgeS's Tools 07-16-2012, 04:22 PM
Replies: 12
Views: 40,931
Posted By blackdragonsdg
Using MYSQL v5.1.62 on Vista x64. I have never...

Using MYSQL v5.1.62 on Vista x64. I have never tried the tools suite on any Server OS so no idea if it will work or not. From what I have seen with other programs it could just be a case of...
Forum: Development::GeorgeS's Tools 07-16-2012, 01:33 PM
Replies: 12
Views: 40,931
Posted By blackdragonsdg
I think that is the same file that fails to...

I think that is the same file that fails to register on my computer as well of course I stripped windows media player out of my OS because it is junk but the program still works it just won't play...
Forum: Support::General Support 07-10-2012, 11:12 PM
Replies: 2
Views: 5,412
Posted By blackdragonsdg
Try this update rule_values set rule_value = -1...

Try this update rule_values set rule_value = -1 where rule_name = 'Chat:GlobalChatLevelLimit';
Forum: Support::General Support 07-09-2012, 04:57 PM
Replies: 11
Views: 14,512
Posted By blackdragonsdg
A change to some of the spell stuff is causing...

A change to some of the spell stuff is causing your problem. Try updating to rev2161 as I think it was fixed.
Forum: Support::General Support 07-06-2012, 02:19 AM
Replies: 8
Views: 10,133
Posted By blackdragonsdg
More often than not that error is the result of...

More often than not that error is the result of the game being installed in the %Program Files or %Program Files (x86) on a Vista or Windows 7. This is usually only a problem when UAC is turned on...
Forum: Support::Windows Servers 07-04-2012, 02:35 PM
Replies: 5
Views: 9,966
Posted By blackdragonsdg
Unless you have changed it the majority of the...

Unless you have changed it the majority of the problem npc's should be race 127 which is for a_shadowed_man which is suppose to be invisible. Sometimes the default settings just don't seem to have...
Forum: Development::Database/World Building 07-04-2012, 12:37 AM
Replies: 12
Views: 14,699
Posted By blackdragonsdg
The following sql should aid you in your quest to...

The following sql should aid you in your quest to rid yourself of door and zone restrictions.

-- Removes item requirements for all doors
update doors set keyitem = 0 where keyitem != 0;

--...
Forum: Development::Server Code Submissions 06-30-2012, 01:26 AM
Replies: 21
Views: 27,815
Posted By blackdragonsdg
These changes combined with the script posted at...

These changes combined with the script posted at the link below fixed the Vergalid lift issues.
http://www.eqemulator.org/forums/showthread.php?p=210539#post210539
I tried default and inverted db...
Forum: Support::Windows Servers 06-25-2012, 03:03 AM
Replies: 10
Views: 10,090
Posted By blackdragonsdg
Revision 2153 works great...Thanks for the...

Revision 2153 works great...Thanks for the compile fix.
Forum: Support::Windows Servers 06-24-2012, 11:45 PM
Replies: 10
Views: 10,090
Posted By blackdragonsdg
Compile fails on 32bit as well. Gives the...

Compile fails on 32bit as well. Gives the following error:

Error 2 error C2511: 'void Client::SendTradeskillDetails(uint32)' : overloaded member function not found in...
Forum: Support::Windows Servers 06-23-2012, 04:03 AM
Replies: 26
Views: 21,712
Posted By blackdragonsdg
When dealing with minilogin the account password...

When dealing with minilogin the account password to login means absolutely nothing as minilogin uses IP authentication. I think you still have to type something as the password but it can be anything...
Forum: Quests::Q&A 06-13-2012, 06:40 PM
Replies: 26
Views: 29,194
Posted By blackdragonsdg
Well the Vergalid lift I was testing with before...

Well the Vergalid lift I was testing with before no longer bounces in an erratic manner so that is an improvement. My attempts to make the lift, ropes and levers work together with a script yields...
Forum: Quests::Q&A 06-12-2012, 12:13 AM
Replies: 26
Views: 29,194
Posted By blackdragonsdg
The player.pl I posted was for testing on a...

The player.pl I posted was for testing on a specific lift in Vergalid. It may not work for any other door or lift. Take a look at the player.pl for gyrospireb in your quests directory...I think that...
Forum: Quests::Q&A 06-11-2012, 12:50 AM
Replies: 26
Views: 29,194
Posted By blackdragonsdg
Well I don't have a clue. Maybe someone with more...

Well I don't have a clue. Maybe someone with more expertise on the subject can answer that question.
Forum: Quests::Q&A 06-10-2012, 11:28 PM
Replies: 26
Views: 29,194
Posted By blackdragonsdg
The lifts and such in Vergalid mines behave in an...

The lifts and such in Vergalid mines behave in an erratic manor and I am sorry to say I never found a good fix for them. I did hold onto some of the work I did before.

All the following applies to...
Forum: Quests::Q&A 06-10-2012, 03:32 AM
Replies: 0
Views: 6,378
Posted By blackdragonsdg
Problem with zone instancing

I have encountered a bit of a weird problem while using the zone instancing plugin. A couple of months ago I created the Anniversary Raid: Steel Behemoths and everything was working fine. Not long...
Forum: Support::General Support 06-06-2012, 04:29 AM
Replies: 5
Views: 7,722
Posted By blackdragonsdg
Since you said you were able to connect and play...

Since you said you were able to connect and play once I will assume your client is compatiable with the server. Given what you are describing and the fact you can play on other servers I would run a...
Forum: General::General Discussion 06-03-2012, 03:30 AM
Replies: 5
Views: 7,313
Posted By blackdragonsdg
The only clients that are supported by the...

The only clients that are supported by the emulator are retail copies of Titanium and Secrets of Faydwer and the Steam releases of Seeds of Destruction and Underfoot which are no longer available....
Forum: Development::Development 05-22-2012, 09:38 PM
Replies: 69
Views: 93,426
Posted By blackdragonsdg
Chasing live may not be as painful now that EQ...

Chasing live may not be as painful now that EQ has gone F2P. Last night I got bored and took the live client(Build May 11 2012 16:15:10) and I was able to login to the emulator, create a character,...
Showing results 126 to 150 of 500

 
Forum Jump
   

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