View Single Post
  #1  
Old 04-18-2004, 05:47 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default Lost Dungeons of Norrath Points System

I was wondering if anyone knew how to set points to a mob, so when killed you receive LDoN points?...

Is this the script to it? If so, how do I change how many points it gives per mob?

Quote:
else if (!strcmp(strlwr(command),"setldonpoint")) {
if (mob && mob->IsClient())
mob->CastToClient()->UpdateLDoNPoints(atoi(arglist[0]),atoi(arglist[1]));
}
Reply With Quote