PenUltima Online Forum Index Official Core: 096.7
Official Core: 097 2008-02-26
Donate towards the POL web hosting bill!
 POL Home   FAQ   Search    Memberlist   Usergroups    Register    Profile   Log in to check your private messages   Log in
Bug in targetAny.src

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    PenUltima Online Forum Index -> Development Discussion
Display posts from previous:   

Author Message
Lagoon



Joined: 05 Mar 2006
Posts: 118
Location: Italy

PostPosted: Fri Sep 15, 2006 8:15 pm    Post subject: Bug in targetAny.src Reply with quote

097\Distro\pkg\mobiles\brainAI\scripts\shouldWatch\targetAny.src
Line 16

Code:
   if ( mobile.cmdlevel >= 2 )
      return 1;
   endif


should be

Code:
   if ( mobile.cmdlevel < 2 )
      return 1;
   endif


or

Code:
   if ( mobile.cmdlevel >= 2 )
      return 0;
   endif
   return 1;

Author Message
MuadDib
POL Developer


Joined: 13 Feb 2006
Posts: 830
Location: Indiana, USA

PostPosted: Fri Sep 15, 2006 10:46 pm    Post subject: Reply with quote

The phrase pedantic bastard comes to mind for some reason? hehe

Gotta love some of the log notes you see in the svn. They keep us sane lol

Gotta love it when people actually pay attention to the code and report stuff, instead of just fixing it and going on for their own use Smile

Author Message
Lagoon



Joined: 05 Mar 2006
Posts: 118
Location: Italy

PostPosted: Sun Sep 17, 2006 5:11 am    Post subject: Reply with quote

yeah, now my pedanticness if written in fire letters in the SVN logs for those who will come, you made me immortal Mr. Green

Post new topic   This topic is locked: you cannot edit posts or make replies.    PenUltima Online Forum Index -> Development Discussion All times are GMT - 4 Hours
Page 1 of 1

 




Powered by phpBB © 2001, 2005 phpBB Group :: Theme & Graphics by GHS & Scott E. Royalty