Log in

View Full Version : PvP Control Factors


nezmyth
03-22-2008, 03:45 PM
Searched PVP on the forums and didnt find anything so bringing my problem here.

My server is currently marked as (1) which is marked as a pvp server... My concerns are making control factors for the server, for example. Only allowing you to attack people 5 levels below or above you. Creating certain alliances that you cannot attack and some that you can... Anyone mind helping me out? Thanks in advance.

TheLieka
03-22-2008, 03:50 PM
You will have to customize the source code for your server in order to make these adjustments. There are no database values for the droids you are looking for.

Dax

nezmyth
03-22-2008, 04:32 PM
Thanks for the response Lieka , just recently started with these EQ Server Creations so Im not sure what you mean by customizing the source code... How would i go about doing that?

Secrets
03-23-2008, 07:21 AM
Thanks for the response Lieka , just recently started with these EQ Server Creations so Im not sure what you mean by customizing the source code... How would i go about doing that?

First, you'll need Visual Studio 2005 C++ if you're on Windows.

Secondly, you'll need to set it up so it can compile EQEmulator.

A good guide for getting the environment set up is located at this wiki page:

http://www.eqemulator.net/wiki/wikka.php?wakka=DevVSExpress

Once you get it to compile, you'll be able to make changes as needed. Once your skill in C++ improves, then you'll be able to make changes, fixes, etc.

That's basically how you compile + edit the source, though.