Jump to content

Can 2 wrobot speak together?


Ordush

Recommended Posts

Is there any way that 2 different wrobot programs can speak together? Like if i set a variable in one wrobot profile or fightclass or whatever, can i then read it from another profile/plugin/fightclass ?
Or do i have to use the chat?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

14 minutes ago, reapler said:

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.

Easiest way right there.

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