Jump to content

Can we use custom libraries with wrobot?


zzzar

Recommended Posts

Hello, i create dll with navigation methods, want use them in profiles. I assume i must put dll in wrobot\bin and can use it in profiles like, for example Nav.To.Kalimdor() ? If so, for some reason it not work, even add using Nav; to profile didn't help

Link to comment
Share on other sites

Hello,

I think the easiest way would be to create a plugin dll that uses (therefore loads) this dll (which you can place in the bin folder).
Otherwise, you can load this DLL manually (with code as mentioned before) at the beginning of your profile (but you have to load it only once, otherwise you will have conflicts).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...