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 10 of 20
«
First
<
6
7
8
9
10
11
12
13
14
>
Last
»
Showing results 226 to 250 of 500
Search took
0.05
seconds; generated 96 minute(s) ago.
Search:
Posts Made By:
trevius
Forum:
Support::General Support
02-10-2013, 03:51 AM
Replies:
2
Looking for help. Game reverts to default settings every launch.
Views:
5,585
Posted By
trevius
Also, if you /exit or /quit to leave EQ instead...
Also, if you /exit or /quit to leave EQ instead of using /camp or /camp desktop, it will not save any of your UI changes. If you want to save your changes, make sure you camp after making them.
Forum:
Support::General Support
02-10-2013, 03:46 AM
Replies:
4
Pwnboxer
Views:
8,235
Posted By
trevius
We don't support 3rd party tools here, especially...
We don't support 3rd party tools here, especially if they are in any way related to hacking. Tools that can script/macro characters fall into that category as they can allow you to run a character...
Forum:
Support::Windows Servers
02-10-2013, 03:41 AM
Replies:
9
Frustrating importing issue.
Views:
11,839
Posted By
trevius
I guess you are using a custom tool for...
I guess you are using a custom tool for importing/exporting the spell file? Probably the one GeorgeS made? If you can't get that working, you can always use the scripts that come included with the...
Forum:
Development::Development
02-08-2013, 12:39 PM
Replies:
256
Mercenaries
Views:
562,639
Posted By
trevius
Here are the default rule settings from...
Here are the default rule settings from ruletypes.h for the merc timer stuff:
RULE_INT (Mercs, SuspendIntervalMS, 10000)
RULE_INT (Mercs, UpkeepIntervalMS, 180000)
RULE_INT (Mercs,...
Forum:
Development::Development
02-07-2013, 02:06 PM
Replies:
181
Steam RoF Development Tracking
Views:
389,878
Posted By
trevius
Yeah, that is a known issue with the cursor...
Yeah, that is a known issue with the cursor buffer. It actually does give everything back, but you can't access the cursor buffer without zoning or relogging. So, if you got 4 items back, you would...
Forum:
Support::Linux Servers
02-05-2013, 08:31 AM
Replies:
5
Can't compile
Views:
8,060
Posted By
trevius
You installed cmake and the libraries mentioned...
You installed cmake and the libraries mentioned on the wiki page?
Can you explain what step you are having issues with and what errors you are getting when trying?
Forum:
Support::General Support
02-05-2013, 05:23 AM
Replies:
44
Sticky:
Project 1999 (P99) Support - READ THIS BEFORE POSTING HERE!
Views:
371,324
Posted By
trevius
Project 1999 (P99) Support - READ THIS BEFORE POSTING HERE!
To everyone that plays (or is trying to play) on the Project 1999 Server, please review the Project 1999 FAQ first before posting here for support.
Project 1999 FAQ...
Forum:
Support::General Support
02-05-2013, 04:51 AM
Replies:
3
Able to play Everquest but having problems playing three races
Views:
5,684
Posted By
trevius
Have you tried multiple servers, and is your...
Have you tried multiple servers, and is your issue happening on all servers you try? If the issue only happens on 1 server you are trying, then you need to get support from the server you play on,...
Forum:
Support::General Support
02-03-2013, 11:55 PM
Replies:
2
Windowed/Fullscreen Problems
Views:
5,573
Posted By
trevius
I think I recall seeing this issue reported...
I think I recall seeing this issue reported before. I think the cause was some other software that was running in the background that was causing EQ to not be the front-most window for parts of the...
Forum:
EQEmu Operations Center
02-02-2013, 12:16 PM
Replies:
16
First Post!
Views:
21,285
Posted By
trevius
I haven't had time to work on it lately, because...
I haven't had time to work on it lately, because I have been putting all of the time I can into getting RoF completed. I know Akkadius has been pretty busy with some RL work and such as well.
...
Forum:
Development::Development
02-01-2013, 12:59 PM
Replies:
17
EMu Inventory Overhaul
Views:
17,013
Posted By
trevius
Starting the discussion back up on this since it...
Starting the discussion back up on this since it is basically required to implement RoF completely for EQEmu.
I think your system looks pretty good for the most part. Though, the "range" stuff...
Forum:
Development::Development
02-01-2013, 08:38 AM
Replies:
181
Steam RoF Development Tracking
Views:
389,878
Posted By
trevius
BTW, I have been working a bit on figuring out...
BTW, I have been working a bit on figuring out the bazaar stuff. I am still looking through packets and currently just trying to get starting trader mode to work. It looks like they changed the way...
Forum:
Development::Development
02-01-2013, 07:59 AM
Replies:
181
Steam RoF Development Tracking
Views:
389,878
Posted By
trevius
It looks like it is just a simple packet struct...
It looks like it is just a simple packet struct change. Since all of the gem fields in that packet are basically bools, they changed them from uint32 to uint8. Also, ShowEQ notes that...
Forum:
Support::Windows Servers
02-01-2013, 04:14 AM
Replies:
10
Server Rebuild and Update/Restore
Views:
10,327
Posted By
trevius
I am guessing the NPCs are buffing with Haste...
I am guessing the NPCs are buffing with Haste when the aggro happens. It is most likely due to this block of code:
spells.cpp
// slow and haste spells
if(SpecAttacks[UNSLOWABLE] &&...
Forum:
General::General Discussion
01-30-2013, 05:41 AM
Replies:
10
New Server. Very bad
Views:
10,166
Posted By
trevius
This sounds like a bit of a server flame to me. ...
This sounds like a bit of a server flame to me. If a server owner wishes to create an "anything goes" server, that is their decision and does not necessarily mean it is a bad server.
This thread...
Forum:
Development::Server Code Submissions
01-30-2013, 03:11 AM
Replies:
8
quest::varlink() patch
Views:
11,734
Posted By
trevius
That patch should prevent the crash, but it might...
That patch should prevent the crash, but it might be best to just move MakeItemLink() to Mob:: instead of Client::, so they can be generated by NPCs as well without requiring a client. We would...
Forum:
Development::Development
01-30-2013, 03:07 AM
Replies:
181
Steam RoF Development Tracking
Views:
389,878
Posted By
trevius
The aggro meter is a new system for RoF, and new...
The aggro meter is a new system for RoF, and new systems do not need to be implemented for this thread. The point is to get the client caught up with the functionality of our previous clients. New...
Forum:
Support::General Support
01-29-2013, 02:52 AM
Replies:
6
Can't get past server select
Views:
8,067
Posted By
trevius
Most likely he is trying to play on P99, which...
Most likely he is trying to play on P99, which only supports the Titanium client. I would suggest trying to connect to PEQ with UF and/or RoF to verify your client is working properly. If that...
Forum:
Development::Development
01-26-2013, 11:14 PM
Replies:
256
Mercenaries
Views:
562,639
Posted By
trevius
Yeah, I think the SQL for the upkeep cost was...
Yeah, I think the SQL for the upkeep cost was committed as testing settings, where it is easier to tell if upkeep is working properly when you don't have to wait 15 minutes between each one. On...
Forum:
Support::Windows Servers
01-26-2013, 10:51 PM
Replies:
6
Server Host.
Views:
10,629
Posted By
trevius
Yeah, you will not find a more affordable VPS...
Yeah, you will not find a more affordable VPS that can come anywhere near the services Akka is offering. And, if you get someone else to host it for you for free, there is a high chance that they...
Forum:
Development::Development
01-25-2013, 07:23 AM
Replies:
181
Steam RoF Development Tracking
Views:
389,878
Posted By
trevius
I am not aware of any weird messages when dying,...
I am not aware of any weird messages when dying, but can look into it later.
Death causing you not to unmem spells from the spell bar on Live is a new feature. That is something that is not...
Forum:
Support::Windows Servers
01-25-2013, 07:09 AM
Replies:
8
New Problem
Views:
12,761
Posted By
trevius
I don't know if it still exists, but there used...
I don't know if it still exists, but there used to be a zone crash (or maybe client crash) from casting spells while using armor with focus effects with spell IDs that did not exist. I recall this...
Forum:
Support::Linux Servers
01-24-2013, 05:49 AM
Replies:
3
1st attempt at server - 2013 - what is the best linux to start with?
Views:
11,346
Posted By
trevius
I tend to prefer Debian builds as well. As...
I tend to prefer Debian builds as well. As mentioned, Aptitude is very nice, though yum works just as well for most stuff EQEmu related. I have build many servers on both Debian and Fedora, but I...
Forum:
Support::Windows Servers
01-24-2013, 05:35 AM
Replies:
2
Any good server hosts?
Views:
10,110
Posted By
trevius
Yeah, Akkadius' hosting is quite awesome. Great...
Yeah, Akkadius' hosting is quite awesome. Great uptime and performance and a better connection than you would get even buying professional hosting for hundreds of $$ per month. Plus, he is very...
Forum:
Support::General Support
01-24-2013, 05:32 AM
Replies:
12
Login server account connection.
Views:
12,900
Posted By
trevius
As I said, only Rogean can help you. Bumping...
As I said, only Rogean can help you. Bumping isn't likely to get his attention. You would have better luck trying to contact him directly, but he is a busy guy that gets tons of requests, so even...
Showing results 226 to 250 of 500
Page 10 of 20
«
First
<
6
7
8
9
10
11
12
13
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
09:42 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