Feature - New #1409
Ob_AutoTarget:ScanRadius
0%
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!
Updated by LostOne over 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"
Updated by Kannkor over 8 years ago
- Status changed from New to Implemented
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