Jump to content

Recommended Posts

1 minute ago, skeletonboy360 said:

I was thinking about this the other day. Something similar to what Jamba does in WoW but for leveling with wrobot.

Jamba uses the chat, that is easy. I was thinking of going outside of wow. ?

19 minutes ago, Ordush said:

Jamba uses the chat, that is easy. I was thinking of going outside of wow.

Hello, you may take a look into memory mapped objects / remote procedure call(RPC). 

For example:

https://github.com/spazzarama/SharedMemory

http://csharptest.net/projects/rpclibrary/index.html

These can be also installed via nuget packet manager on Visual Studio and can be binded with fody with your distributed library(fightclass / plugin).

Note: RPC is rather for client / server communication but you may also exchange data via calls.

 

If this may take abit too much effort, you can also save a file to disk(like fightclass settings) and read from another wrobot instance.

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...