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
not exactly a distro fix, but a consistency hint

 
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: Wed Aug 30, 2006 8:17 pm    Post subject: not exactly a distro fix, but a consistency hint Reply with quote

097\Distro\pkg\mobiles\brainAI\scripts\combat\phaseCombat.ecl
Line 25

Code:

   var flee_level := AP_GetVitalMaximumValue(npc, "Hits") * (CDbl(settings["FleeLevel"])/100.0);


should be

Code:

   var flee_level := NPC_GetFleeLevel(npc, settings["FleeLevel"]);


like in other scripts of the same folder

Author Message
Austin
POL Developer


Joined: 30 Jan 2006
Posts: 354
Location: San Diego, California

PostPosted: Thu Aug 31, 2006 1:57 am    Post subject: Reply with quote

updated.

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