Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 151 to 175 of 500
Search took 0.02 seconds; generated 69 minute(s) ago.
Search: Posts Made By: blackdragonsdg
Forum: Development::Development 04-17-2012, 03:58 PM
Replies: 53
Views: 62,106
Posted By blackdragonsdg
Queryserv compiles fine with perl 5.10 in VS2008.

Queryserv compiles fine with perl 5.10 in VS2008.
Forum: Quests::Q&A 04-15-2012, 04:37 PM
Replies: 8
Views: 8,640
Posted By blackdragonsdg
You can get rid of lore flags with this. ...

You can get rid of lore flags with this.
update items set loregroup = 0 where id > 0;

I might be mistaken but I think I remember someone saying that there is suppose to be a rule in the...
Forum: Quests::Q&A 04-14-2012, 11:08 PM
Replies: 8
Views: 8,640
Posted By blackdragonsdg
For item graphics you may want to read the...

For item graphics you may want to read the following. Especially if you are seeing a bunch of perl necklaces.
http://www.eqemulator.org/forums/showthread.php?t=32835
Yes you can add all rings or...
Forum: Quests::Q&A 04-13-2012, 01:23 AM
Replies: 8
Views: 8,640
Posted By blackdragonsdg
Well atleast part of the problem is that you have...

Well atleast part of the problem is that you have 3 sub EVENT_SAY and 2 sub EVENT_ITEM.
Forum: Support::Windows Servers 04-06-2012, 10:09 PM
Replies: 27
Views: 29,810
Posted By blackdragonsdg
Perl 5.10 -...

Perl 5.10 - http://www.4shared.com/file/DefThqN3/ActivePerl-51011007-MSWin32-x8.html
From this thread - http://www.eqemulator.org/forums/showthread.php?t=33844&highlight=Perl+5.10
Forum: Support::Windows Servers 04-06-2012, 09:25 PM
Replies: 27
Views: 29,810
Posted By blackdragonsdg
http://www.activestate.com/activeperl/downloads

http://www.activestate.com/activeperl/downloads
Forum: Quests::Q&A 03-29-2012, 09:44 PM
Replies: 2
Views: 5,853
Posted By blackdragonsdg
That certainly would be alot easier than what I...

That certainly would be alot easier than what I was trying to do. I can't believe I forgot about that table.
Forum: Quests::Q&A 03-29-2012, 03:53 PM
Replies: 2
Views: 5,853
Posted By blackdragonsdg
preventing a spell cast

Is there anyway to prevent a specific spell or set of spells from being cast without trashing normal spell function. Basicly I want to stop players from casting any gate or teleportation spell while...
Forum: Support::General Support 03-28-2012, 02:15 PM
Replies: 7
Views: 6,327
Posted By blackdragonsdg
Just copy the eqhost file to your desktop then...

Just copy the eqhost file to your desktop then make the needed changes and copy it back to its original location. Or you can disable UAC and give yourself administrative rights. Take your pick as...
Forum: Support::Packetcollector 03-19-2012, 03:42 PM
Replies: 7
Views: 36,836
Posted By blackdragonsdg
Working great. Thanks for the update.

Working great. Thanks for the update.
Forum: Support::Packetcollector 03-19-2012, 01:10 AM
Replies: 7
Views: 36,836
Posted By blackdragonsdg
Extractor update?

Any chance of an extractor update in the near future?
Forum: Support::Windows Servers 03-10-2012, 03:11 AM
Replies: 8
Views: 9,293
Posted By blackdragonsdg
You should be using the most recent revision...

You should be using the most recent revision which is 2106.
Forum: Support::Windows Servers 03-10-2012, 03:08 AM
Replies: 8
Views: 9,293
Posted By blackdragonsdg
Yes mysql 5.1.54 will work as I used that version...

Yes mysql 5.1.54 will work as I used that version a while back. The difference between public and private servers is mainly the loginserver that it uses. With a public server setup you would likely...
Forum: Support::Windows Servers 03-10-2012, 01:13 AM
Replies: 8
Views: 9,293
Posted By blackdragonsdg
The version of perl that is needed depends on...

The version of perl that is needed depends on what version was used when the binaries were compiled. Perl version 5.10.1.1007 does work with the emulator if you compile the binaries yourself. With...
Forum: Development::Database/World Building 03-06-2012, 08:54 PM
Replies: 3
Views: 5,678
Posted By blackdragonsdg
I can't really help you with that part as I do...

I can't really help you with that part as I do not know how the old logs were collected, converted, read or anything else. I don't even know if they contain even part of the information you are...
Forum: Development::Database/World Building 03-06-2012, 04:16 PM
Replies: 3
Views: 5,678
Posted By blackdragonsdg
Try peq repository http://www.peqtgc.com/logs/...

Try peq repository
http://www.peqtgc.com/logs/

You have to create an account and sign into there forums in order to access it.
Forum: Quests::Q&A 03-05-2012, 11:45 PM
Replies: 22
Views: 25,830
Posted By blackdragonsdg
Well I got it to work in a controlled manner. If...

Well I got it to work in a controlled manner. If anyone else wants to know how here ya go:
use DBI;
my $dbh = DBI->connect("DBI:mysql:database=peq;host=localhost", "root", "password", {'RaiseError'...
Forum: Quests::Q&A 03-05-2012, 04:34 PM
Replies: 22
Views: 25,830
Posted By blackdragonsdg
The possibility of it being exploited is why you...

The possibility of it being exploited is why you would not use something like status2 = status + 1. It would be better to hardcode the status updates to something like status = 5. That way it would...
Forum: Quests::Q&A 03-04-2012, 06:12 PM
Replies: 22
Views: 25,830
Posted By blackdragonsdg
A couple of years ago I toyed around with level...

A couple of years ago I toyed around with level restricted and status based progression and while I never mastered controlling the sql execution with in a quest script the following might help you...
Forum: Support::General Support 02-27-2012, 04:56 PM
Replies: 2
Views: 6,848
Posted By blackdragonsdg
Now how did I overlook that one. Thanks for...

Now how did I overlook that one. Thanks for pointing that out.
Forum: Support::General Support 02-27-2012, 04:31 AM
Replies: 2
Views: 6,848
Posted By blackdragonsdg
zone instancing and zone points

I was working on an instance version of Hate's Fury when I encountered a snag. The up and down ladders within the zone are not working at all within the instance version of the zone despite creating...
Forum: Support::Windows Servers 02-16-2012, 05:01 AM
Replies: 4
Views: 8,490
Posted By blackdragonsdg
If you have a program such as navicat you can...

If you have a program such as navicat you can easily export the tables needed to move your characters and such from one place to another. Export the account, character_ & inventory tables if you just...
Forum: Support::Windows Servers 02-11-2012, 05:26 PM
Replies: 6
Views: 8,968
Posted By blackdragonsdg
Guess I just learned something new. So the...

Guess I just learned something new. So the sleep.exe has no purpose now? What did it do in the past?
Forum: Support::Windows Servers 02-11-2012, 04:54 AM
Replies: 6
Views: 8,968
Posted By blackdragonsdg
Did you edit your batch file so that it is...

Did you edit your batch file so that it is launching EQEmuLoginServer.exe because it doesn't look like it. Your batch file should look something like the following.

@echo off
start...
Forum: Quests::Q&A 02-09-2012, 01:17 AM
Replies: 5
Views: 10,189
Posted By blackdragonsdg
Heh naturally I figured most of it out not long...

Heh naturally I figured most of it out not long after my last post. Thanks for the help trevius and thanks for the link lerxst2112 maybe that will help in finding out why the script doesn't like ' in...
Showing results 151 to 175 of 500

 
Forum Jump
   

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