Ordush 183 Posted May 12, 2018 Share Posted May 12, 2018 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 More sharing options...
BetterSister 365 Posted May 12, 2018 Share Posted May 12, 2018 only programmer is the limit ? Link to comment Share on other sites More sharing options...
Ordush 183 Posted May 12, 2018 Author Share Posted May 12, 2018 1 minute ago, BetterSister said: only programmer is the limit ? Whale. ? Link to comment Share on other sites More sharing options...
skeletonboy360 5 Posted May 12, 2018 Share Posted May 12, 2018 I was thinking about this the other day. Something similar to what Jamba does in WoW but for leveling with wrobot. Link to comment Share on other sites More sharing options...
Ordush 183 Posted May 12, 2018 Author Share Posted May 12, 2018 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 More sharing options...
reapler 153 Posted May 12, 2018 Share Posted May 12, 2018 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 More sharing options...
Zan 95 Posted May 12, 2018 Share Posted May 12, 2018 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 More sharing options...
Ordush 183 Posted May 13, 2018 Author Share Posted May 13, 2018 Ah yes, cheers! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now