Quote:
Originally Posted by Jiraya79
Ahhh... I think I grasp where you're going with that. I figured as much for the other zones being void of monsters and npcs for that matter.
I am still wondering if the PEQ release will in anyway affect EQemu here. More specifically since PEQ is compatable with live atm, will it in anway help the dev's here in their quest to get back on live.
Just trying to weed through the technical stuff and see how this is all working, so I hope I don't offend anyone out of my ignorance. I was just thinking that since PEQ is up on live, that meant they were able to crack the encryption that happened through the last few patches.
Keep up the good work everyone,
Jiraya79
|
The devs -are- compatible with live, PEQ just happens to be running the test server for it.
__________________
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.
|