Quote:
Originally Posted by Dave987
Isn't warrior already done? I could have sworn ..
Quote:
Originally Posted by http://loophole.morpheus.net/eq/tubba_epic.html
Delete Warrior. Quit game.
|
Excellent!
Thanks again Sensu, great work! I really dont have the time / patience to write epics. :P
Have you tested this quest? Last I heard quest::spawn() was broken.. not sure if it's fixed or what, but have you tested it?
Thank you once again! Good luck with the rest of your epic writing thingys. 
|
I can confirm quest::spawn works.
__________________
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.
|