May 12, 20187 yr 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?
May 12, 20187 yr I was thinking about this the other day. Something similar to what Jamba does in WoW but for leveling with wrobot.
May 12, 20187 yr Author 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. ?
May 12, 20187 yr 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.
May 12, 20187 yr 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.
Create an account or sign in to comment