Originally Posted by
theorange
auto detected NPC: Could not set up NPC [autodetect]. Verify name is in XML file.
script shutting down.
---- Client is ready.
---- Setup SRL in 17296ms.
-- setupSRL(): True
***** Logging player in
***** Health check returning 86 percent
****** Starting auto detect process
***** autoDetect checking for Warped Cockroach
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Corpse Spider
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Warped Fly
TObjFind.choose: found 3 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 1
TObjFind.choose: examining mouseText=Attack
TObjFind.choose: Attack matched; will click object
***** autoDetect checking for Crawling corpse torso
TObjFind.choose: found 4 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=Attack
TObjFind.choose: Attack matched; will click object
***** autoDetect checking for Warped rat
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Skeleton
TObjFind.choose: found 5 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 1
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 2
TObjFind.choose: examining mouseText=Attack
TObjFind.choose: Attack matched; will click object
***** autoDetect checking for Warped bat
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Corpse archer
TObjFind.choose: found 1 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
***** autoDetect checking for Skoblin
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Corpse mage
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Troll brute
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Goblin
TObjFind.choose: found 9 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 1
TObjFind.choose: examining mouseText=Attack
TObjFind.choose: Attack matched; will click object
***** autoDetect checking for Minotaur
TObjFind.choose: found 3 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 1
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 2
TObjFind.choose: examining mouseText=
***** autoDetect checking for Wolf
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Zombie
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Flesh Crawler
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Giant Rat
TObjFind.choose: found 1 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
***** autoDetect checking for Giant Spider
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Catablepon
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Scorpion
TObjFind.choose: found 1 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
***** autoDetect checking for Spider
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Deadly Red Spider
TObjFind.choose: found 1 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=Open Gate of War
***** autoDetect checking for Ankou
TObjFind.choose: found 17 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=Attack
TObjFind.choose: Attack matched; will click object
***** autoDetect checking for Ghost
TObjFind.choose: found 9 possible objects
TObjFind.choose: mouse moved to object 0
TObjFind.choose: examining mouseText=
TObjFind.choose: mouse moved to object 1
TObjFind.choose: examining mouseText=Attack
TObjFind.choose: Attack matched; will click object
***** autoDetect checking for Moss Giant
TObjFind.choose: found 0 possible objects
***** autoDetect checking for Shade
TObjFind.choose: found 0 possible objects
****** Auto detected NPC:
****** Could not set up NPC [autodetect]. Verify name is in XML file.
***** Loop ended, terminating
****** bonsaiFighter: Script shutting down
---
It logged into rs, started moving the mouse around the screen (looking for goblins), and didn't click/recognize them, but I installed the file, and it has the Always show target information checked.
Goblin is in the xml file..
goblin text:
<npc>
<name>Goblin</name>
<xp>34</xp>
<constXp>1</constXp>
<color1>3433072</color1>
<tolerance1>26</tolerance1>
<hue1>0.27</hue1>
<sat1>0.25</sat1>
<color2>-1</color2>
<tolerance2>0</tolerance2>
<hue2>0.0</hue2>
<sat2>0.0</sat2>
<dist>3</dist>
<inclDist>0</inclDist>
<minPixels>100</minPixels>
<maxPixels>450</maxPixels>
<maxFightSeconds>120</maxFightSeconds>
<uptext>oblin</uptext>
</npc>
Any suggestions?