What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

This: [TrinityMoveTo] TrinityMoveTo is depreciated. Use MoveTo or SafeMoveTo instead.

boneherintheear

New Member
Joined
Jul 18, 2012
Messages
27
Reaction score
0
After the Blacklist loads DB reports:

[TrinityMoveTo] TrinityMoveTo is depreciated. Use MoveTo or SafeMoveTo instead.

I'm using the newest DB and the newest Trinity (1.9.2) and Quest Tools (2.04). I've done as much as rolling back to Trinity .28... same problem occurs. Mind you, before I updated Trinity and Quest Tools, it ran all night last night with maybe a stuck or two but flawless other than that. As of now, I did a fresh install of DB, Trinity, and Quest. Please find my log attached. You'll see the error toward the bottom. Any assistance is greatly appreciated. Also, any references for learning coding so I can help myself as well as the DB community would be awesome.

View attachment 6680 2014-05-08 12.58.txt
 
All this means is that TrinityMoveTo is going to be out of service at some point in the (probably near) future. It also advises you to use SafeMoveTo instead :p

This isn't a bug, this is a warning which probably got included in the most recent version of Trinity or QuestTools. :)
 
All this means is that TrinityMoveTo is going to be out of service at some point in the (probably near) future. It also advises you to use SafeMoveTo instead :p

This isn't a bug, this is a warning which probably got included in the most recent version of Trinity or QuestTools. :)

Yea so I'm an idiot. However, it doesn't allow the bot to function after reporting it. Also, how do I choose SafeMoveTo?? I appreciate the response!
 
I second that motion as I'm not a smart man when it comes to these kinds of things "yet". Just confused as to switch from TrinityMoveTo to SafeMoveTo.
 
I second that motion as I'm not a smart man when it comes to these kinds of things "yet". Just confused as to switch from TrinityMoveTo to SafeMoveTo.

"TrinityMoveTo" and "SafeMoveTo" are tags used in the profiles you use, and the makers of these profiles would have to change it, or you could use simple text editing software like notepad to "Find and replace".
 
"TrinityMoveTo" and "SafeMoveTo" are tags used in the profiles you use, and the makers of these profiles would have to change it, or you could use simple text editing software like notepad to "Find and replace".

This is all I needed. I'll get on it now. Thanks a bunch!
 
I lie... I'm going through and analyzing (ctrl+f... :D) the .cs files... does anyone know the specifics in regards to which one? You'd think it would be in the movement file but I can't find any TrinityMoveTo tags in any of the files. Any thoughts?
 
"TrinityMoveTo" and "SafeMoveTo" are tags used in the profiles you use, and the makers of these profiles would have to change it, or you could use simple text editing software like notepad to "Find and replace".

Thanks for clearing that up Fujiyama, I was just confused as to where the TrinityMoveTo and SafeMoveTo were being read from. Didn't know if it was Questtools, trinity, or the profile itself.

I lie... I'm going through and analyzing (ctrl+f... :D) the .cs files... does anyone know the specifics in regards to which one? You'd think it would be in the movement file but I can't find any TrinityMoveTo tags in any of the files. Any thoughts?

If you are using notepad be prepared to be annoyed with searching a document. Use Gedit or another text editor to search stuff more efficiently. You could even copy and paste the .cs source code into MSWord and search that way. Notepad will make you search entire strings "<string>" you would have to search for (<string>) with everything that is "touching". Hopefully that makes sense lol!
 
Last edited:
Thanks for clearing that up Fujiyama, I was just confused as to where the TrinityMoveTo and SafeMoveTo were being read from. Didn't know if it was Questtools, trinity, or the profile itself.



If you are using notepad be prepared to be annoyed with searching a document. Use Gedit or another text editor to search stuff more efficiently. You could even copy and paste the .cs source code into MSWord and search that way. Notepad will make you search entire strings "<string>" you would have to search for (<string>) with everything that is "touching". Hopefully that makes sense lol!

Haha... all clear. I'm using Notepad++. CTRL+F and I'm able to search via exact verbage or similar etc.. Thanks for clarification.
 
Back
Top