View Single Post
  #1  
Old 08-10-2007, 11:36 AM
moydock
Discordant
 
Join Date: Jun 2005
Posts: 286
Default setting coin on death

I'm trying to set coin on a mob as you would in the database normally but i want excessive amounts of copper and silver to drop. Here's my code, seems to be doing nothing.

I also want to make different amounts drop, is there an easy way to do that? I was thinking I would make a different amount drop for each minute of the hour on ingame time or something ^^.

sub EVENT_DEATH
{
quest::SetCash(115, 30, 1, 0);
}
__________________
-Croup (the rogue)
Creator of Pandemic (PvP-Racewars)
Reply With Quote