View Single Post
  #15  
Old 08-16-2004, 03:41 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by killspree
Hmm...after some testing, the variables in your script don't work properly. I get no response after the initial run through the quest. Once the qglobals are set he doesn't respond at all - including the message that the person already has an adventure.
Hmm. I'll look at it, it's worked fine on two of my computers so far.

Also, make sure that all dungeons + butcherblock is NON-STATIC. Because the zone has to reboot for a few reasons.

-edit- Also, do you have a zone.exe output that has any errors or anything?
__________________
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.
Reply With Quote