exactly 1.2 billion lightyears 5 hours 27 years 8 minutes and 67855435 seconds from now
whats scary to think is that i will still not know how to script a scribespell npc in perl by that time :lol:
Code:
##This Quest Is Too Simple To Give Credit To Cisyouc
sub EVENT_SAY
{
if($text=~/hail/i)
{
quest::say("[Scribe]?");
}
if($text=~/scribe/i)
{
quest::scribespells($ulevel);
}
}
__________________
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.
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.