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 1 of 20
1
2
3
4
5
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
lerxst2112
Forum:
Support::Windows Servers
01-12-2015, 07:23 PM
Replies:
18
World server crashes due to LDON adventure
Views:
10,160
Posted By
lerxst2112
The path shown in the Microsoft symbols is where...
The path shown in the Microsoft symbols is where they were compiled by Microsoft and have nothing to do with your computer or where you compiled the code that links to them.
Forum:
Development::Development
01-08-2015, 07:08 PM
Replies:
3
Is Multi Core Optimization of Compiler Worth the effort?
Views:
5,607
Posted By
lerxst2112
Since there are multiple zone processes it most...
Since there are multiple zone processes it most likely makes more sense to have them single threaded and let the OS manage the affinity for each process.
Forum:
Support::Windows Servers
01-04-2015, 06:36 PM
Replies:
6
Build issue
Views:
6,639
Posted By
lerxst2112
Upgrade from XP and use a more recent version of...
Upgrade from XP and use a more recent version of Visual Studio.
http://www.eqemulator.org/forums/showthread.php?t=38637&highlight=vs2010
Forum:
Support::Windows Servers
01-03-2015, 03:56 AM
Replies:
6
Build issue
Views:
6,639
Posted By
lerxst2112
Here's a tip. Build twice, the second log will...
Here's a tip. Build twice, the second log will include a lot less unnecessary data and have mostly just the errors in it. I'm not sure Visual Studio 2010 is supported anymore.
Forum:
Development: Custom Code
12-26-2014, 08:19 PM
Replies:
6
2Handed Backstab
Views:
4,321
Posted By
lerxst2112
const ItemInst *wpn =...
const ItemInst *wpn = CastToClient()->GetInv().GetItem(MainPrimary);
bool havePiercer = wpn && (wpn->GetItem()->ItemType == ItemType1HPiercing || wpn->GetItem()->ItemType == ItemType2HPiercing);
...
Forum:
Support::Windows Servers
12-24-2014, 06:14 PM
Replies:
4
No Mobs In Zone After Latest Build
Views:
5,354
Posted By
lerxst2112
This seems relevant:...
This seems relevant: http://www.eqemulator.org/forums/showthread.php?t=39134
Did you perhaps miss an update?
Forum:
Support::Linux Servers
12-16-2014, 02:18 AM
Replies:
8
Installation Guide: Running EQEmulator on cEntOS 6.2
Views:
11,305
Posted By
lerxst2112
These might help: ...
These might help:
https://gist.github.com/eddarmitage/2001099
http://tecadmin.net/install-subversion-1-8-on-centos-rhel/
Forum:
EQEmu Operations Center
12-13-2014, 09:06 PM
Replies:
14
Trying to access EoC
Views:
8,280
Posted By
lerxst2112
If you're behind a router it is the WAN IP...
If you're behind a router it is the WAN IP address on the router, or perhaps more simply, the value you see when you go to http://www.whatismyip.com/
Forum:
Development::Bug Reports
12-05-2014, 05:14 PM
Replies:
5
Compile Errors
Views:
7,322
Posted By
lerxst2112
There's really no reason not to upgrade to the...
There's really no reason not to upgrade to the 2013 community edition when you can. Use the online install though, I tried the iso and it had a corrupted file on it.
Forum:
Development::Bug Reports
12-05-2014, 01:38 AM
Replies:
5
Compile Errors
Views:
7,322
Posted By
lerxst2112
What version of Visual Studio? Assuming it's...
What version of Visual Studio?
Assuming it's this line:
zone_script += std::to_string(zone->GetInstanceVersion());
you can probably make it work by casting it to an unsigned int. I assume that...
Forum:
General::News
12-01-2014, 09:29 PM
Replies:
307
Windows Server Repack (EQEmu Akka's PEQ Repack)
Views:
1,019,783
Posted By
lerxst2112
You can start by asking in the right place,...
You can start by asking in the right place, probably Quests::Q&A, although a bit of searching through the quest forums will find you several examples of buff bot type scripts. Here's one:...
Forum:
Support::Windows Servers
12-01-2014, 09:20 PM
Replies:
1
log in accounts
Views:
3,495
Posted By
lerxst2112
http://i.imgur.com/DWtd2TD.png?1
http://i.imgur.com/DWtd2TD.png?1
Forum:
Support::General Support
11-29-2014, 09:07 PM
Replies:
3
Guild Management Window Empty
Views:
4,100
Posted By
lerxst2112
Which client?
Which client?
Forum:
Support::Windows Servers
11-22-2014, 06:21 PM
Replies:
3
Error in LoadRules
Views:
4,096
Posted By
lerxst2112
Are the underscores really in the error, or did...
Are the underscores really in the error, or did you unnecessarily censor things making them harder to figure out?
Forum:
General::News
11-16-2014, 06:40 PM
Replies:
10
World Server Registration for the Loginserver
Views:
31,860
Posted By
lerxst2112
The account/password you need is a worldserver...
The account/password you need is a worldserver account, not a loginserver account. Send Akkadius the information he requested in a PM and wait until he is able to create the account for you. Until...
Forum:
Quests::Q&A
11-14-2014, 04:35 PM
Replies:
21
Time Based Spell Bonuses
Views:
12,749
Posted By
lerxst2112
To be more specific, you need to use logical and...
To be more specific, you need to use logical and (&&) here instead of or.
Forum:
General::News
11-14-2014, 06:10 AM
Replies:
5
EOC 2.0 Released & Other News
Views:
13,865
Posted By
lerxst2112
http://www.eqemulator.org/forums/showthread.php?t=...
http://www.eqemulator.org/forums/showthread.php?t=38797
Forum:
General::News
11-13-2014, 06:35 PM
Replies:
307
Windows Server Repack (EQEmu Akka's PEQ Repack)
Views:
1,019,783
Posted By
lerxst2112
I don't know what the default it, probably...
I don't know what the default it, probably whatever PEQ has it set to, but you can customize the database to anything you like.
Forum:
Development::Bots
11-11-2014, 02:16 PM
Replies:
9
#bot botgroup load problem
Views:
7,057
Posted By
lerxst2112
Do you see any query errors in your logs?
Do you see any query errors in your logs?
Forum:
Support::Windows Servers
11-06-2014, 10:25 PM
Replies:
9
Zone crashes due to Handle_OP_SenseTraps
Views:
5,089
Posted By
lerxst2112
I doubt it has anything to do with being a VM, it...
I doubt it has anything to do with being a VM, it sounds like a simple race condition and the VM may be more likely to trigger it due to slightly different timing.
Forum:
Support::Windows Servers
11-05-2014, 09:46 PM
Replies:
8
Random, untargettable human NPC's
Views:
6,053
Posted By
lerxst2112
Doesn't having #gm on allow you to see the names?...
Doesn't having #gm on allow you to see the names? I don't remember it allowing you to see bodies though, and I can't try it out atm.
Forum:
Support::General Support
11-02-2014, 10:41 PM
Replies:
8
UF client will not connect. HELP!!
Views:
5,730
Posted By
lerxst2112
There is no HoT client compatible with the...
There is no HoT client compatible with the emulator. Did you mean Underfoot?
You'll have to explain what "pre-patched" means.
Forum:
Support::General Support
11-02-2014, 04:14 AM
Replies:
4
Probably over looking, help please.
Views:
5,395
Posted By
lerxst2112
That's what it sounds like to me as well, hence...
That's what it sounds like to me as well, hence the request for clarification.
Forum:
Support::General Support
11-01-2014, 07:35 PM
Replies:
4
Probably over looking, help please.
Views:
5,395
Posted By
lerxst2112
The emulator is only compatible with a limited...
The emulator is only compatible with a limited and very specific set of clients. It isn't clear which one you mean when you say F2P.
Forum:
General::News
10-30-2014, 02:35 AM
Replies:
307
Windows Server Repack (EQEmu Akka's PEQ Repack)
Views:
1,019,783
Posted By
lerxst2112
Check to make sure the zones are not flagged as...
Check to make sure the zones are not flagged as non-combat.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
4
5
11
>
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 - 2024, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3