For Playing on someone elses server, all you really need to do is update the eqhost.txt, unless you are playing a really custom server. Check the servers website you think youll be playing on for the downloads you may need. Besides that, no. Not really.
If you want to make a server, tons. Get a zoneviewer, write down some locs, get the EQ Admin Tool by Windcatcher, make some npcs, quests, new zonepoints, go crazy, >.<
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|