View Single Post
  #1  
Old 05-07-2011, 11:52 PM
fzzzt fzzzt is offline
Kobold


Join Date: Aug 2010
Posts: 124
Default Question about P99 server ruleset possibilities

Hi,

I introduced my gf to MMOs through P99 and WoW and she actually prefers EQ, even with the old graphics. Unfortunately, we both work full-time jobs and don't have the time to sink into it anymore (ah, college). That got me thinking about a possible custom server for us, and people like us.

I have the hardware and Unix knowledge, even some C/C++ (mostly Java), but I don't have the EQemu knowledge, so I'm here asking if a server with some or all of these is even possible:
  • XP bonus based on level (e.g. +(100*L)%, more likely some log(n))
  • Kunark or Velious zones (Kunark was my fave, but Velious was fun too)
  • Beastmaster class (she likes pets)

I'm guessing it's significantly more complex than boolean makeVeliousWork = TRUE; and int xpModifier = player.getLevel(); [You must be logged in to view images. Log in or Register.] Is some or all of this possible? How difficult would it be? Anyone know how to do it or where to start for these specific mods?

Thanks!