View Single Post
  #6  
Old 10-24-2004, 02:19 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sotonin
what about multiple corpses?
You'll have to pay again, in the example.

Quote:
and fyi, on live you go to the graveyard zone, talk with the mob, he says would you like me to summon all of your corpses or just one?
You could probably run a few scorpses after you pay so it does more than one to a point.

Quote:
all summons all of them naturally to his feet, if you zone out they are gone again.
Right.

Quote:
keep in mind this function only deals with "expired" corpses on live, ones which have disappeared from their death location entirely and only exist in the db secretly.
Also true, but that wasnt what Cutter was asking for.

Quote:
Players aren't allowed to enter this zone "shadowrest" unless they have an expired corpse.
Actually, not true. It was for the first week it was up, but I have gone there and I have never had an expired corpse.
__________________
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