EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 7 of 20
«
First
<
3
4
5
6
7
8
9
10
11
17
>
Last
»
Showing results 151 to 175 of 500
Search took
0.03
seconds; generated 73 minute(s) ago.
Search:
Posts Made By:
blackdragonsdg
Forum:
Development::Development
04-17-2012, 03:58 PM
Replies:
53
Veil of Alaris
Views:
62,096
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
Custom NPC issues
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
Custom NPC issues
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
Custom NPC issues
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
"Build" Problem!
Views:
29,791
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
"Build" Problem!
Views:
29,791
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
preventing a spell cast
Views:
5,851
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
preventing a spell cast
Views:
5,851
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
Stupid bugs?
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
Extractor update?
Views:
36,831
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
Extractor update?
Views:
36,831
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
Alternative to Perl 5.10.0.1007? What/Is this a GOOD setup for a new Server?
Views:
9,292
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
Alternative to Perl 5.10.0.1007? What/Is this a GOOD setup for a new Server?
Views:
9,292
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
Alternative to Perl 5.10.0.1007? What/Is this a GOOD setup for a new Server?
Views:
9,292
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
Spawn Log Request
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
Spawn Log Request
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
Quest for progression?
Views:
25,825
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
Quest for progression?
Views:
25,825
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
Quest for progression?
Views:
25,825
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
zone instancing and zone points
Views:
6,847
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
zone instancing and zone points
Views:
6,847
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
Move Characters Between Server DBs
Views:
8,488
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
Can't run server
Views:
8,966
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
Can't run server
Views:
8,966
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
Fetching item id's
Views:
10,182
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
Page 7 of 20
«
First
<
3
4
5
6
7
8
9
10
11
17
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
08:48 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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