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 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
Showing results 251 to 275 of 500
Search took
0.04
seconds; generated 88 minute(s) ago.
Search:
Posts Made By:
provocating
Forum:
Support::Windows Servers
01-11-2016, 03:38 PM
Replies:
10
That zone is unavalible.
Views:
9,394
Posted By
provocating
Most of the time when you get that message, the...
Most of the time when you get that message, the zone server is down. Make sure zone.exe is not crashing.
Forum:
Support::General Support
01-11-2016, 01:04 PM
Replies:
5
Pet target window
Views:
6,043
Posted By
provocating
I found the git change shortly after I posted, I...
I found the git change shortly after I posted, I created a rule for it. Xtargets is already turned off on LoF. I created a pet rule in ruletypes.h that will allow me to enable it on the fly.
You...
Forum:
Support::General Support
01-11-2016, 11:49 AM
Replies:
5
Pet target window
Views:
6,043
Posted By
provocating
Since I will be using the same binaries on two...
Since I will be using the same binaries on two servers I am just going to make a rule and block it out with an if statement. Thanks for the heads up though, probably would had taken me quite a while...
Forum:
Support::General Support
01-11-2016, 09:35 AM
Replies:
0
Hotfix - Shared Memory
Views:
5,953
Posted By
provocating
Hotfix - Shared Memory
I am in the final stage of merging my source changes with EqEmu source. I have a question about one particular nice thing that is in the official source, the hotfix command. Am I understanding...
Forum:
Support::General Support
01-11-2016, 12:50 AM
Replies:
5
Pet target window
Views:
6,043
Posted By
provocating
Pet target window
While updating my source to the latest I notice the pet window now shows it's target. What is this actually called? Who would know where it is handled in the source? I am hoping it can be blocked via...
Forum:
General::General Discussion
01-09-2016, 03:52 PM
Replies:
44
Crickets....
Views:
30,517
Posted By
provocating
Damn Uleat, showing that age you old hippy.
Damn Uleat, showing that age you old hippy.
Forum:
General::General Discussion
01-07-2016, 08:32 AM
Replies:
44
Crickets....
Views:
30,517
Posted By
provocating
Yes, I have been eagerly reading the front page...
Yes, I have been eagerly reading the front page for a while hoping something cool pops up :)
Forum:
Misc::Off Topic
01-05-2016, 07:51 PM
Replies:
71
Vanguard Emu
Views:
236,763
Posted By
provocating
Absolutely incredible the progress you guys have...
Absolutely incredible the progress you guys have made.
Forum:
EQEmu Operations Center
01-03-2016, 11:58 AM
Replies:
3
Item not updating
Views:
9,201
Posted By
provocating
Probably best to do that during your startup...
Probably best to do that during your startup script.
Forum:
General::General Discussion
01-01-2016, 10:41 AM
Replies:
6
Secrets
Views:
7,434
Posted By
provocating
The source would be the biggest help.
The source would be the biggest help.
Forum:
General::General Discussion
01-01-2016, 01:42 AM
Replies:
6
Secrets
Views:
7,434
Posted By
provocating
Not a big deal. I have decided to not use the...
Not a big deal. I have decided to not use the DLL, I am going to roll my own.
Forum:
General::General Discussion
12-30-2015, 04:27 PM
Replies:
6
Secrets
Views:
7,434
Posted By
provocating
Oh, I do not have to have the source. If I had...
Oh, I do not have to have the source. If I had it, sure that would be great. I just want permission to use the DLL. You created it and I would never use your work without your express permission.
Forum:
General::General Discussion
12-30-2015, 01:55 PM
Replies:
6
Secrets
Views:
7,434
Posted By
provocating
Secrets
Secrets does not accept PM's here, I have sent him a PM on p1999 and have not received an answer. Anyone know how to get in touch with him?
Forum:
General::Server Discussion
12-29-2015, 01:04 AM
Replies:
22
Ownership of Eriviyn is being changed and I am retiring.
Views:
16,023
Posted By
provocating
11:00 CST those links are dead.
11:00 CST those links are dead.
Forum:
Support::General Support
12-25-2015, 08:59 PM
Replies:
38
Can't see other players in the same zone
Views:
30,482
Posted By
provocating
I know for sure it was happening before January...
I know for sure it was happening before January 2015, with that source
Forum:
General::General Discussion
12-25-2015, 03:46 PM
Replies:
2
Merry Christmas Everyone !!!
Views:
6,161
Posted By
provocating
Merry Christmas!
Merry Christmas!
Forum:
Support::Windows Servers
12-25-2015, 02:28 PM
Replies:
9
Zone Crash - If someone could test this
Views:
7,338
Posted By
provocating
Let me know if you do a permanent fix. Can you...
Let me know if you do a permanent fix. Can you reply back to this post if you do?
I supposed I could instead catch it in the death event for a charmed mob.
Forum:
Support::Windows Servers
12-24-2015, 11:04 PM
Replies:
9
Zone Crash - If someone could test this
Views:
7,338
Posted By
provocating
Okay let me know what needs to be done on this. I...
Okay let me know what needs to be done on this. I definitely do not want to forget that it is just a temporary fix.
Forum:
Support::Windows Servers
12-24-2015, 07:12 PM
Replies:
9
Zone Crash - If someone could test this
Views:
7,338
Posted By
provocating
I looked it over again and finally figured out...
I looked it over again and finally figured out what you were saying.
You are saying the timer on this line...
if(AItarget_check_timer->Check())
May would fail and fall through that if...
Forum:
Support::Windows Servers
12-24-2015, 06:48 PM
Replies:
9
Zone Crash - If someone could test this
Views:
7,338
Posted By
provocating
Added this above did fix it. if (target &&...
Added this above did fix it.
if (target && !hate_list.IsEntOnHateList(target))
target = nullptr;
So what are we doing here? What is the current target causing the error? I am guessing it is...
Forum:
Support::Windows Servers
12-24-2015, 05:13 PM
Replies:
9
Zone Crash - If someone could test this
Views:
7,338
Posted By
provocating
Zone Crash - If someone could test this
Someone with newer source, if you could test this for me. I am thinking it will also be a crash in the latest source, no changes in this section. This is how to repeat the crash, at least for me.
...
Forum:
Support::Windows Servers
12-24-2015, 10:29 AM
Replies:
9
Invalid task ID
Views:
8,458
Posted By
provocating
EDIT: Nevermind, misunderstood what you were...
EDIT: Nevermind, misunderstood what you were having an issue with.
Forum:
General::Server Discussion
12-23-2015, 10:34 PM
Replies:
78
The Lockjaw Server
Views:
56,703
Posted By
provocating
Try it on Chronicles of Norrath, I am pretty sure...
Try it on Chronicles of Norrath, I am pretty sure I fixed that a long time ago. If it works there I will share my changes.
Forum:
General::Server Discussion
12-22-2015, 11:42 PM
Replies:
21
Everquest vs Leveling
Views:
18,491
Posted By
provocating
On Legacy of Froststone we are having a half XP...
On Legacy of Froststone we are having a half XP weekend for the holidays. We also fight with no weapons, in the snow....uphill....with no shoes.
Forum:
Quests::Q&A
12-20-2015, 11:52 PM
Replies:
6
NPC responding to hail, but no quest file?
Views:
7,872
Posted By
provocating
I was going to say that but withheld, I will...
I was going to say that but withheld, I will speak up next time.
Showing results 251 to 275 of 500
Page 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
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
06:38 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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3