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 4 of 20
<
1
2
3
4
5
6
7
8
14
>
Last
»
Showing results 76 to 100 of 500
Search took
0.02
seconds; generated 79 minute(s) ago.
Search:
Posts Made By:
blackdragonsdg
Forum:
Development::Bug Reports
12-05-2014, 06:14 PM
Replies:
5
Compile Errors
Views:
13,585
Posted By
blackdragonsdg
Yes I was using VS2010 when I got those errors. I...
Yes I was using VS2010 when I got those errors. I will check out 2013 community edition when I get time to tinker with it.
Forum:
Development::Bug Reports
12-05-2014, 12:15 AM
Replies:
5
Compile Errors
Views:
13,585
Posted By
blackdragonsdg
Compile Errors
Error 654 error C2668: 'std::to_string' : ambiguous call to overloaded function D:\Everquest\SVN\Source Code - GitHub\Server\zone\lua_parser.cpp 861 1 zone
1063 IntelliSense: PCH warning: header...
Forum:
Misc::Off Topic
11-04-2014, 11:43 PM
Replies:
2
Reviving abandoned online games
Views:
9,078
Posted By
blackdragonsdg
Reviving abandoned online games
I thought this was interesting.
http://arstechnica.com/gaming/2014/11/eff-asks-for-the-right-to-revive-abandoned-online-games/
Forum:
Support::Windows Servers
09-16-2014, 12:11 AM
Replies:
4
Compile Errors
Views:
10,971
Posted By
blackdragonsdg
Well I got the source to compile finally after...
Well I got the source to compile finally after several hours of making changes. It appears to have been a combination of cmake pointing to a dll instead of lib file and some of the recently...
Forum:
Support::Windows Servers
09-15-2014, 09:12 PM
Replies:
4
Compile Errors
Views:
10,971
Posted By
blackdragonsdg
Ok so I told it to use /NODEFAULTLIB:libcmt.lib...
Ok so I told it to use /NODEFAULTLIB:libcmt.lib in what i thought was the correct location with no luck. I can alter a few cmake settings regarding mysql and get rid of the error but it causes a...
Forum:
Support::Windows Servers
09-14-2014, 02:14 PM
Replies:
4
Compile Errors
Views:
10,971
Posted By
blackdragonsdg
Compile Errors
It has been a while since I last compiled the source and somethings have definitely changed. After a few searches on the forums I didn't find any answers to my problem. Seems like I get rid of one...
Forum:
Development::Database/World Building
07-19-2014, 07:18 PM
Replies:
4
Faction work beyond Omens of War.
Views:
10,688
Posted By
blackdragonsdg
Could only find the one regarding faction. ...
Could only find the one regarding faction.
http://www.peqtgc.com/phpBB3/viewtopic.php?f=1&t=14869
Forum:
Development::Database/World Building
07-19-2014, 04:18 PM
Replies:
4
Faction work beyond Omens of War.
Views:
10,688
Posted By
blackdragonsdg
A while back I do believe that peq had requested...
A while back I do believe that peq had requested combat logs for both hp and faction data. I do not know what ever happened to it but I would imagine they got at least some useful information out of...
Forum:
General::General Discussion
03-10-2014, 10:29 AM
Replies:
6
Probably a dumb question but...
Views:
7,583
Posted By
blackdragonsdg
Try #help from in game for list of gm commands....
Try #help from in game for list of gm commands. You can alter the max logins in the rule_values table of the database.
Forum:
Support::Windows Servers
06-02-2013, 10:45 AM
Replies:
14
Is there any way to actually turn off expansions?
Views:
19,663
Posted By
blackdragonsdg
The 16383 is 2^X-1 where X = Expansion Number. In...
The 16383 is 2^X-1 where X = Expansion Number. In this case X = 14.
To be honest I don't know if they even update that setting to work like it should anymore. It worked right till around SoF but...
Forum:
Development::Development
03-13-2013, 09:30 PM
Replies:
181
Steam RoF Development Tracking
Views:
272,111
Posted By
blackdragonsdg
The cancombat flagging does not affect which...
The cancombat flagging does not affect which version of a zone that you will be taken to. The version of a zone you zone to is likely controlled by some sort of bit masking in zone_points or on a...
Forum:
Development::Development
03-06-2013, 02:21 AM
Replies:
181
Steam RoF Development Tracking
Views:
272,111
Posted By
blackdragonsdg
They are probably flagged as non combat since PEQ...
They are probably flagged as non combat since PEQ was still working on most if not all of the revamped zones around Freeport. You can change it if that is the case just change the cancombat field in...
Forum:
Development::Development
02-18-2013, 01:15 AM
Replies:
181
Steam RoF Development Tracking
Views:
272,111
Posted By
blackdragonsdg
It is not done that way because it would violate...
It is not done that way because it would violate more than a few copyright laws.
Forum:
General::News
02-18-2013, 01:12 AM
Replies:
4
Repo Move
Views:
13,949
Posted By
blackdragonsdg
Maybe I just overlooked this but how are we...
Maybe I just overlooked this but how are we suppose to know what revision the source code is on now? Do we use the sha number or something like date+release_order_number?
Forum:
Development::Development
02-13-2013, 10:56 PM
Replies:
181
Steam RoF Development Tracking
Views:
272,111
Posted By
blackdragonsdg
Well your wait is over. I just downloaded...
Well your wait is over. I just downloaded Everquest F2P off Steam and it matches current live again.
Forum:
Support::Windows Servers
02-04-2013, 03:33 AM
Replies:
27
Error on worldserver.connect
Views:
22,152
Posted By
blackdragonsdg
Are you still getting these same two errors? ...
Are you still getting these same two errors?
If you are then you need to read the actual error as it not only tells you what is wrong but how to fix it. Having recently encountered a very...
Forum:
Support::Windows Servers
01-23-2013, 03:16 AM
Replies:
7
Compiling with CMake
Views:
13,912
Posted By
blackdragonsdg
Shortly after my last post I figured out the...
Shortly after my last post I figured out the failed connection problem...windows had a relapse of stupidity. The OS apparently forgot that localhost and 127.0.0.1 are the same thing despite it being...
Forum:
Support::Windows Servers
01-23-2013, 02:09 AM
Replies:
7
Compiling with CMake
Views:
13,912
Posted By
blackdragonsdg
Well that was easy enough....some of the changes...
Well that was easy enough....some of the changes in Rev2435 changed part of the Merchant_Sell_Struct from int to uint in common\eq_packet_structs.h & common\patches\ Underfoot_structs.h
Now if...
Forum:
Support::Windows Servers
01-22-2013, 10:51 PM
Replies:
7
Compiling with CMake
Views:
13,912
Posted By
blackdragonsdg
So the service pack did fix the first problem I...
So the service pack did fix the first problem I was having but now I am encountering another issue. Since I don't know if this is an actual problem or not I am posting it here first. When I compile...
Forum:
Support::Windows Servers
01-19-2013, 02:42 AM
Replies:
7
Compiling with CMake
Views:
13,912
Posted By
blackdragonsdg
Compiling with CMake
No idea if this is a real error or a stupid mistake. I get an app crash during the config process.
Microsoft Resource File to COFF Object Conversion Utility has stopped working
Problem signature:...
Forum:
Support::Windows Servers
01-10-2013, 01:08 AM
Replies:
10
Blah stupid newb question...
Views:
7,542
Posted By
blackdragonsdg
The problem is that you are not including a file...
The problem is that you are not including a file path.
The following example will work if peqdb_rev2294.sql is located in base C:\
source c:/peqdb_rev2294.sql
Now load_player.sql and...
Forum:
Support::Windows Servers
12-21-2012, 04:22 PM
Replies:
15
See the Server but have Status 0
Views:
15,243
Posted By
blackdragonsdg
Minilogin uses ip based authentication so your...
Minilogin uses ip based authentication so your user name and password don't matter.
Forum:
General::General Discussion
12-13-2012, 10:52 PM
Replies:
42
Everquest F2P on Steam
Views:
33,053
Posted By
blackdragonsdg
Well now this was a bit unexpected: Starting...
Well now this was a bit unexpected: Starting EverQuest (Built Dec 10 2012 17:35:44)
Either I am dreaming or Christmas just came early for eqemu. The Steam version matches the current live build.
Forum:
General::General Discussion
12-13-2012, 09:57 PM
Replies:
42
Everquest F2P on Steam
Views:
33,053
Posted By
blackdragonsdg
Sorry it is a habit. Some of the other web forums...
Sorry it is a habit. Some of the other web forums I read require it to be done that way and when I come on here I just do that without thinking about it.
Forum:
General::General Discussion
12-13-2012, 09:15 PM
Replies:
42
Everquest F2P on Steam
Views:
33,053
Posted By
blackdragonsdg
Everquest F2P on Steam
Title says it all. I don't yet know the client version as I am still downloading it.
http://store.steampowered.com/app/205710/
Showing results 76 to 100 of 500
Page 4 of 20
<
1
2
3
4
5
6
7
8
14
>
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
07:59 PM
.
-- 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