The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
attacker question
Author Message
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #4
RE: attacker question
NPCs have the same way to check who is going to be their next target:
local.threat = 0
local.dist = 65535

attacker is dead = skip
attacker is ignored = skip
if (action =ranged skill (archery/throwing..)
if ( distance < serv.archerymindist || distance > serv.archerymaxdist )
skip
endif
if ( attacker = current_target) // not sure why this one exists, may I remove it
skip
endif
endif
attacker dist > 14 = skip //max dist view (screen size)
!CanSeeLos attacker = skip

if (npcai & npc_ai_threat && attacker.threat > local.threat)
target = attacker
elseif ( dist < local.dist )
local.dist = <dist>
target = attacker
endif

Not using SphereScript 100% but enough to show you how does it work right now.

So if you are encountering problems, which may be related to this, just post here a better explanation of whats happening and under which circumstances.
05-21-2015 08:26 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
attacker question - Rizz - 05-21-2015, 10:18 AM
RE: attacker question - XuN - 05-21-2015, 06:03 PM
RE: attacker question - Rizz - 05-21-2015, 07:53 PM
RE: attacker question - XuN - 05-21-2015 08:26 PM
RE: attacker question - Rizz - 05-22-2015, 06:18 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)