View Single Post
  #4  
Old 02-16-2009, 01:30 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I ran the update in the peq/updates folder after I pulled down peq rev 330. It looked like it combined both 328 bot updates that were in the utils/sql/svn folder.

Looks like the quest gives a character flag whenever you earn a bot. That may be the problem I am seeing. May have to manually flag my old characters.

Code:
if($success > 0) {
         quest::say("Thanks $name!");
         quest::setglobal("bot_spawn_limit", $success, 5, "F");
         $client->Message(6,"You receive a character flag!");
         $client->Message(6,"You can now create and spawn an Individual! See: '#bot help create' and '#bot spawn' commands.");
         $success = 0;
      }
      else {
         quest::say("I don't need this.");
         plugin::return_items(\%itemcount);
Reply With Quote