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 2 of 20
<
1
2
3
4
5
6
12
>
Last
»
Showing results 26 to 50 of 500
Search took
0.01
seconds; generated 78 minute(s) ago.
Search:
Posts Made By:
image
Forum:
General::Server Discussion
05-03-2018, 04:29 PM
Replies:
6
New Server Woes
Views:
13,663
Posted By
image
The problem will always be the objectives of the...
The problem will always be the objectives of the DM (admin) will come at odds with the players which may have new opinions or very old opinions.
I think the big problem we have is that those...
Forum:
General::Server Discussion
04-23-2018, 02:56 PM
Replies:
3
Zek PVP Season 5 OPENING - TODAY! April 20th, 2018 @ 8PM EST / 5PM PST
Views:
8,064
Posted By
image
It is fun I have even ran it quite a few times...
It is fun I have even ran it quite a few times lol :P
43 minutes 18 seconds is the record from season 3. No one beat the time in season 4 (43 minutes and 48 seconds), now we are in season 5.
...
Forum:
General::Server Discussion
04-20-2018, 03:23 PM
Replies:
3
Zek PVP Season 5 OPENING - TODAY! April 20th, 2018 @ 8PM EST / 5PM PST
Views:
8,064
Posted By
image
Zek PVP Season 5 OPENING - TODAY! April 20th, 2018 @ 8PM EST / 5PM PST
SERVER OPENS FRIDAY, APRIL 20TH @ 5PM PST / 8PM EST
Check https://eqpvp.com/ for the full details, how to play / setup, etc.
Level Cap will be 50.
Beastlords / Berserkers disabled. Vah...
Forum:
Support::General Support
02-14-2018, 08:40 PM
Replies:
4
PvP loot code is there, but variable is missing?
Views:
11,132
Posted By
image
The code still seems there so it should pull the...
The code still seems there so it should pull the variables for this. The problem is you still need to allow the clients you want to loot the mob (AllowPlayerLoot). Right now it only adds people who...
Forum:
Support::General Support
02-14-2018, 08:12 PM
Replies:
4
PvP loot code is there, but variable is missing?
Views:
11,132
Posted By
image
No it won't necessarily work out of the box. If...
No it won't necessarily work out of the box. If a client kills another client and the person whom killed the other is grouped (killer is grouped) -- then yea it will work.
Client::Death needs to...
Forum:
General::General Discussion
02-14-2018, 08:03 PM
Replies:
15
Where to find PvP source code?
Views:
25,709
Posted By
image
That would need to be source code. Level...
That would need to be source code. Level restrictions and things of that nature need to be defined in the code also, there are none. This would all be within the Mob::IsAttackAllowed I mentioned in...
Forum:
General::General Discussion
02-14-2018, 08:57 AM
Replies:
15
Where to find PvP source code?
Views:
25,709
Posted By
image
I just pointed out where in the code would allow...
I just pointed out where in the code would allow a client to attack another client, either they both need the PVP flag enabled or you need to be dueling each other. In the case of the PVP flag, as I...
Forum:
General::General Discussion
02-13-2018, 02:46 PM
Replies:
15
Where to find PvP source code?
Views:
25,709
Posted By
image
eqemu base does not support pvp you would have to...
eqemu base does not support pvp you would have to implement the 'pvp' flag solution on your own (short of priest of discord flipping everyone), look into Mob::IsAttackAllowed
if // if both...
Forum:
Spell Support
01-23-2018, 07:28 AM
Replies:
2
Entire spell list stuck on cool down after any spell failure.
Views:
11,255
Posted By
image
It means there are areas in the code that need to...
It means there are areas in the code that need to call either InterruptSpell or CastToClient()->SendSpellBarEnable(spell_id);
not really something you can fix without C++ experience.
One...
Forum:
General::Server Discussion
10-02-2017, 02:16 PM
Replies:
5
EQPVP.com Zek Season 4 begins October 20th @ 8PM EST / 5PM PST
Views:
11,553
Posted By
image
EQPVP.com Zek Season 4 begins October 20th @ 8PM EST / 5PM PST
The 4th season of Zek will begin October 20th. The setup of season 4 will be similar to season 3, in which it is a guild vs guild (red ffa) setting. The server allows guilds to take control of...
Forum:
General::General Discussion
09-18-2017, 11:10 AM
Replies:
10
All servers Pending over and over?
Views:
13,092
Posted By
image
There is a nice big donate button on the front...
There is a nice big donate button on the front page, knock yourself out. You were warned, don't think donations come with stipulations.
Forum:
General::General Discussion
09-18-2017, 09:04 AM
Replies:
10
All servers Pending over and over?
Views:
13,092
Posted By
image
http://i0.kym-cdn.com/photos/images/newsfeed/000/8...
http://i0.kym-cdn.com/photos/images/newsfeed/000/840/283/350.png
Forum:
General::General Discussion
09-17-2017, 10:28 PM
Replies:
10
All servers Pending over and over?
Views:
13,092
Posted By
image
Did you just completely gloss over what...
Did you just completely gloss over what scorpious2k and myself just said?
Forum:
General::General Discussion
09-16-2017, 06:20 PM
Replies:
10
All servers Pending over and over?
Views:
13,092
Posted By
image
Sadly I would warn you that throwing money at...
Sadly I would warn you that throwing money at things does not necessarily resolve them. This is, if anything, a lack of will/care to fix it.
There is the public login server...
Forum:
General::General Discussion
09-16-2017, 03:55 PM
Replies:
10
All servers Pending over and over?
Views:
13,092
Posted By
image
The login server that eqemulator.org uses should...
The login server that eqemulator.org uses should be considered 'on life support'. It crashes daily, thus your world server loses connectivity and must reconnect. If you are already on your world...
Forum:
Support::Windows Servers
09-09-2017, 11:47 AM
Replies:
6
Serve PVP Setting Questions
Views:
9,688
Posted By
image
If you can find Mob::IsAttackAllowed,...
If you can find Mob::IsAttackAllowed, Mob::IsBeneficialAllowed and know how to make the appropriate changes, compile it, then you are on the right track to at least having player vs player combat..
...
Forum:
Support::Windows Servers
09-04-2017, 09:18 AM
Replies:
6
Serve PVP Setting Questions
Views:
9,688
Posted By
image
There are no built in rules for PVP in eqemu, the...
There are no built in rules for PVP in eqemu, the setting you are changing only applies to the client so it modifies some client behavior depending on the PVP setting.
The server side things you...
Forum:
General::General Discussion
07-17-2017, 10:09 AM
Replies:
20
Eqemu Developer appreciation pledge
Views:
22,194
Posted By
image
Not really sure where you are going here, but if...
Not really sure where you are going here, but if this was just a thank you post, would you be saying the same thing? "We don't need to thank the devs, they do this for free and spend their time and...
Forum:
General::Server Discussion
05-26-2017, 06:09 PM
Replies:
12
Zek Season 3 Begins APR 28th
Views:
18,952
Posted By
image
Drunken Gnome Race - Scheduled Sunday, June 11th @ 8PM EST / 5PM PST
Reminder: We only run the Titanium client! see www.eqpvp.com for 'how to play'.
Drunken Gnome Race - Scheduled Sunday, June 11th @ 8PM EST / 5PM PST
Event will be left running for at least 48...
Forum:
Support::General Support
05-23-2017, 06:40 PM
Replies:
1
Server list not showing
Views:
5,491
Posted By
image
Only if you can tunnel your traffic through a VPN...
Only if you can tunnel your traffic through a VPN or some other method. The login server will likely never be fixed -- but this doesn't happen with the public login server anyone can use on their...
Forum:
General::Server Discussion
03-11-2017, 09:13 AM
Replies:
112
EQ2002: The Better Planes of Power [ROF2]
Views:
178,027
Posted By
image
https://m.youtube.com/watch?v=zOTFwpA7n1M
https://m.youtube.com/watch?v=zOTFwpA7n1M
Forum:
Support::General Support
02-13-2017, 10:14 AM
Replies:
44
Sticky:
Project 1999 (P99) Support - READ THIS BEFORE POSTING HERE!
Views:
336,776
Posted By
image
You just replied to a post that tells you not to...
You just replied to a post that tells you not to post p1999 questions here. If you can't post on their forums then get a buddy to help you, we can't.
Go to the right place:...
Forum:
Support::Windows Servers
01-23-2017, 12:09 AM
Replies:
3
#Path
Views:
16,513
Posted By
image
#path process will process all nodes and...
#path process will process all nodes and connections (visibly) however you need to put it in the Maps/ directory. Eg #path process Maps/zonename.path
#path dump will drop in the existing setup...
Forum:
General::General Discussion
12-06-2016, 02:21 PM
Replies:
28
Happy Birthday EQEMU
Views:
36,775
Posted By
image
Happy birthday to devn00b and eqemu! Here's some...
Happy birthday to devn00b and eqemu! Here's some archive links for those interested
https://web.archive.org/web/20011210030545/http://emulator.hackersrealm.net:81/?page=news
End of month and...
Forum:
General::General Discussion
11-26-2016, 03:51 PM
Replies:
1
EQEmu's Approaching Birthday
Views:
7,072
Posted By
image
EQEmu's Approaching Birthday
Since we are approaching eqemu's birthday again this seemed appropriate. The earliest beginnings of the project (AGXEmu->FreeQuest->EQEmu). Unfortunately the posts themselves are gone, but this is...
Showing results 26 to 50 of 500
Page 2 of 20
<
1
2
3
4
5
6
12
>
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
01:46 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