Can't find NPC error

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Can't find NPC error

#1 Post by ZZZZZ »

I have been getting this error quite a lot lately.

Code: Select all

Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
The game client did not crash.
12:43am - Script forcibly terminated.
It's mostly when running SurvivalR5 and Lyliya's. Has happened with a few others but those 2 are the most common. I wouldn't have a clue what is causing it. NPC 120993 = Guy inside survival that starts the game, it usually does it AFTER starting the game and running just into the room before clearing mobs. With Lyliya's I have had it occur when both when entering the game and also while completing it.
User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: Can't find NPC error

#2 Post by Bill D Cat »

Actually 120993 is Lyliya inside the mini-game. I'm not sure why you'd have issues finding her, as the room is not that big. If you are looking for her inside a different mini-game then that could be a problem.
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Re: Can't find NPC error

#3 Post by ZZZZZ »

i didnt even check the actual ID of the NPC related to that number lol, i did it in Survival at the time so I just assumed it was the Survival NPC. I have had a friend of mine also have issues with rombot, he could load CoT for example and it would try targeting Lyliya's instead, he was using a copy of my MM so i guess i'll replace MM/rombot and see if the problem persists.
User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Can't find NPC error

#4 Post by BlubBlab »

I had updated the lylia mini-game a while ago , make sure you have the newest version
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Re: Can't find NPC error

#5 Post by ZZZZZ »

Have been using your 1.0.8 version since you released it so it's probably something wrong with my MM/rombot.
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Re: Can't find NPC error

#6 Post by ZZZZZ »

Finally caught the bot when it errors out in survival, it's actually happening just before it goes to clear trash, but fails on a 'loading screen' and then tries to load next waypoint which for me is Lyliya's.

Code: Select all

Moving to waypoint #4, (2606, 2843)
AOE skill found as first skill, MAGE_THUNDERSTORM
Clearing trash...
The loading screen didn't appear...
Ranged skill found: MAGE_THUNDERSTORM
Maximum range of range attack skills is less than COMBAT_DISTANCE 250. Reducing
COMBAT_DISTANCE setting to 225.
Loading profile player.xml
Testing 'ingamefunctions' macro. If it gets stuck here, please update the 'ingam
efunctions' by copying the 'ingamefunctions' folder from 'rom/devtools' to the g
ames 'interface/addons' folder.
MACRO Test: ok
Ranged skill found: MAGE_THUNDERSTORM
Maximum range of range attack skills is less than COMBAT_DISTANCE 250. Reducing
COMBAT_DISTANCE setting to 225.
Loaded waypoint path Lyliya.xml
No return path with default naming Lyliya_return.xml found.
We use the normal waypoint path Lyliya.xml now.
Swimhack DEactivated.
Loaded waypoint path cot_tele.xml
No return path with default naming cot_tele_return.xml found.
We use the normal waypoint path cot_tele.xml now.
Swimhack DEactivated.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
Sorry, we can't find NPC 120993.
We try to find NPC 120993:
It then tries to load cot_tele but still attempts to target Lyliya? Makes no sense to me lol.
User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Can't find NPC error

#7 Post by BlubBlab »

Because the bot loaded the Lyliya.xml first the code after loadPath("cot_tele"), will always still executed.
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
Post Reply