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 20 of 20
«
First
<
10
16
17
18
19
20
Showing results 476 to 500 of 500
Search took
0.03
seconds; generated 30 minute(s) ago.
Search:
Posts Made By:
Secrets
Forum:
Spell Support
06-13-2011, 10:51 AM
Replies:
4
Spell required Level 255
Views:
15,003
Posted By
Secrets
If you are playing on project1999, this is not...
If you are playing on project1999, this is not the forum for that.
Forum:
General::Server Discussion
06-12-2011, 06:35 PM
Replies:
27
Edge 2 II
Views:
26,040
Posted By
Secrets
10 characters
10 characters
Forum:
General::Server Discussion
06-12-2011, 06:32 PM
Replies:
27
Edge 2 II
Views:
26,040
Posted By
Secrets
Just made some brand new features, but first,...
Just made some brand new features, but first, balanced the server out a bit:
And now for some features...
If anyone has any questions about these changes post them here, but I think they will...
Forum:
General::Server Discussion
06-12-2011, 05:18 PM
Replies:
27
Edge 2 II
Views:
26,040
Posted By
Secrets
I am going to work on the server a bit more, it...
I am going to work on the server a bit more, it will be up but locked. I am not satisfied with the feedback I recieved from players, thus, I will be making some improvements and bringing it back...
Forum:
General::Server Discussion
06-10-2011, 11:45 PM
Replies:
27
Edge 2 II
Views:
26,040
Posted By
Secrets
i'm rebooting to fix it now
i'm rebooting to fix it now
Forum:
General::Server Discussion
06-01-2011, 06:38 PM
Replies:
52
PEQ ,MQ2 , and Raid Addicts
Views:
58,759
Posted By
Secrets
The only thing PEQ doesn't allow is MQ2 plugins...
The only thing PEQ doesn't allow is MQ2 plugins that are not on their list of plugins. You can find that list at projecteq's website.
Keep in mind we don't give links to MQ2 here while discussing...
Forum:
Development::Server Code Submissions
05-29-2011, 02:53 AM
Replies:
2
COMMITTED: quest::CreateGuild(guild_name, leader);
Views:
9,387
Posted By
Secrets
committed in r1921
committed in r1921
Forum:
Development::Server Code Submissions
05-23-2011, 01:24 AM
Replies:
2
COMMITTED: Camershake Command Fix
Views:
8,449
Posted By
Secrets
I'll commit this when i'm not drunk, if someone...
I'll commit this when i'm not drunk, if someone doesn't beat me to it.
Forum:
Support::Windows Servers
05-18-2011, 03:18 PM
Replies:
5
Crescent Reach crashing
Views:
7,895
Posted By
Secrets
SoF+ only has the crescent reach zone, as it is a...
SoF+ only has the crescent reach zone, as it is a TSS zone, not a DoDH or under zone.
Forum:
Support::Linux Servers
05-13-2011, 06:09 AM
Replies:
6
Install = Fail
Views:
8,229
Posted By
Secrets
I don't want to break what KLS is doing, but if...
I don't want to break what KLS is doing, but if you remove this line: QuestParserCollection.o
from makefile.common, it should compile just fine. It's not entirely needed at the moment, seeing as...
Forum:
Support::Linux Servers
05-13-2011, 03:57 AM
Replies:
6
Install = Fail
Views:
8,229
Posted By
Secrets
Check the latest revision out, if it still gives...
Check the latest revision out, if it still gives you errors, i'll take a look into it. I know KLS fixed something recently with the new quest stuff she was writing but I haven't touched the codebase...
Forum:
Support::Windows Servers
05-12-2011, 08:25 AM
Replies:
21
Highpass Hold
Views:
21,328
Posted By
Secrets
/zone is a client command, and thus, uses the...
/zone is a client command, and thus, uses the client to lookup zone names. If the zone name isn't valid (Highpass original is missing from EQ SoF/SoD) it will refuse to send you there.
Forum:
Quests::Q&A
05-11-2011, 03:45 AM
Replies:
11
Earthquake
Views:
12,452
Posted By
Secrets
That should indeed work. You will need...
That should indeed work.
You will need latest SVN compiled.
Forum:
General::Server Discussion
05-07-2011, 08:15 AM
Replies:
27
New Server Coming Soon: Altergate (PvP Teams)
Views:
27,922
Posted By
Secrets
You need titanium.
You need titanium.
Forum:
General::Server Discussion
05-06-2011, 08:03 PM
Replies:
27
New Server Coming Soon: Altergate (PvP Teams)
Views:
27,922
Posted By
Secrets
10 minute delay due to our poor coding skills. ...
10 minute delay due to our poor coding skills.
:)
Forum:
General::General Discussion
05-03-2011, 08:41 PM
Replies:
22
Best fight you had in EQ with a NPC.
Views:
19,185
Posted By
Secrets
........................
........................
Forum:
Development::Server Code Submissions
05-03-2011, 03:23 PM
Replies:
22
COMMITTED: UCS crash fix
Views:
19,293
Posted By
Secrets
Shouldn't you just return false, then initialize...
Shouldn't you just return false, then initialize the mysql connection after that if it is false? That makes more sense to me.
Forum:
General::Server Discussion
05-03-2011, 03:20 PM
Replies:
15
Mythic (Testing Phase)
Views:
21,209
Posted By
Secrets
The server isn't up. I am confused on how you...
The server isn't up. I am confused on how you even got that far on the bot creation.
Mythic Lair isn't my server... lol.
Forum:
Development: Custom Code
05-02-2011, 05:08 PM
Replies:
4
Altering max health/mana formula for players: possible?
Views:
7,231
Posted By
Secrets
Use the tribute code to send invisible items to...
Use the tribute code to send invisible items to the client to correct HP/Mana/Stats to the values you want.
All tributes are, are items that are equipped invisibly in 4 slots. You can hijack this...
Forum:
Quests::Q&A
05-02-2011, 07:05 AM
Replies:
11
Earthquake
Views:
12,452
Posted By
Secrets
Committed my changes in r1888. Enjoy :P
Committed my changes in r1888. Enjoy :P
Forum:
Quests::Q&A
05-02-2011, 06:41 AM
Replies:
11
Earthquake
Views:
12,452
Posted By
Secrets
The parameter will be optional, if it doesn't...
The parameter will be optional, if it doesn't exist, it simply won't use it. (defaults to false in code)
No need for complicating things if you don't need to :p
Forum:
Quests::Q&A
05-02-2011, 06:18 AM
Replies:
11
Earthquake
Views:
12,452
Posted By
Secrets
About to commit something that will allow for the...
About to commit something that will allow for the camera to shake globally, and identified the opcode for it to work on titanium. In addition to all of this, I also added a way to reload rules in all...
Forum:
Support::General Support
05-02-2011, 05:18 AM
Replies:
2
IP blocked?
Views:
7,382
Posted By
Secrets
This is something p1999 implemented to stop...
This is something p1999 implemented to stop people from logging in more than one account at a time. Wait 5 minutes, it'll clear itself.
Forum:
General::Server Discussion
04-30-2011, 02:15 AM
Replies:
23
Servers I miss!
Views:
26,413
Posted By
Secrets
Heh, s2k. I still have their code + database,...
Heh, s2k. I still have their code + database, updated to r782 googlecode. Wonder if it would be worth fixing up the mechanics to make it work again.
Probably too much effort :p
Forum:
Development::Bug Reports
04-26-2011, 02:03 PM
Replies:
7
Rogue Invisibilty on Irreverent
Views:
11,507
Posted By
Secrets
That's an issue with irrelevant's database; take...
That's an issue with irrelevant's database; take it up with them.
As far as I know halfling rogue sneak/hide isn't supposed to invis vs undead, at least not on eqlive atm (which PEQ and moreso the...
Showing results 476 to 500 of 500
Page 20 of 20
«
First
<
10
16
17
18
19
20
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:29 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