Project

General

Profile

Feature - New #1409

Ob_AutoTarget:ScanRadius

Added by LostOne almost 9 years ago. Updated over 7 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2015-05-30
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

Would be nice to be able to set the scan radius via the Auto Target object. Might add recan time as well if you are in there.

Thanks!

#1

Updated by LostOne almost 9 years ago

If/when you get to it please consider adding support for ForWho like with load list:

<LostOne> mcp only shows Ob_AutoTarget option for the load saved list. Is there a way to relay things like Clear and AddActor while specifying who receives it like with load list?
<Kannkor> The only option I am seeing with a 'forwho' option, is loadlist
<Kannkor> There are options to clear, add actor etc, butnone of them have a forwho
<Kannkor> You can feature request it and I can probably add it
<Kannkor> "at a later date"

#2

Updated by Kannkor over 7 years ago

  • Status changed from New to Implemented

https://wiki.ogregaming.com/eq2/index.php/RevisionHistory#Versions:_ISXOgre-2016.01.14.2C_Patch_Version-276.2C_OgreBot-17.083.2C_OgreCraft-1.037

Implemented in 17.083

* MCP/OgreConsole
** Added -AutoTarget_SetScanRadius and -AutoTarget_SetRescanTime
*** Both take 2 parameters.
*** Parameter 1: ForWho
*** Parameter 2: New Value
*** Examples:
**** !c -AutoTarget_SetScanRadius fighter 50
***** This would set any 'fighters' to 50 scan radius.
**** !c -AutoTarget_SetRescanTime all 250
***** This would set everyones rescan time to 250.
** For scripters you can use the API instead of OC if you wish. As a reminder all these API calls can be found by looking in "Innerspace\Scripts\OgreConsole\Everquest2\Object_Everquest2CommandParser.iss"
*** OgreBotAPI:AutoTarget_SetScanRadius[ForWho,Value]
*** OgreBotAPI:AutoTarget_SetRescanTime[ForWho,Value]

 

17.093 added this:

* MCP/OgreConsole
** Added -AutoTarget_SetScanHeight, takes 2 parameters. ForWho and Value
* OgreBotAPI
** Added method AutoTarget_SetScanHeight(string _ForWho=All, int _Value=5)

 

LoadAutoTargetList also accepts a second parameter ForWho.

For example:

-LoadAutoTargetList ListName fighter

Also available in: Atom PDF