Communication between 2+ bots

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
alkirah
Posts: 32
Joined: Wed Dec 15, 2010 6:58 pm

Communication between 2+ bots

#1 Post by alkirah »

Hi,

I am trying something with party.

I want everyone to move to wp X (say 7 for exemple), then party1 (main character) will go kill something, I want others to wait till they receive an "ok" from the party1 character before going to wp8.

Is there any communication possible between multiple bots in a party?

This flag will need to be resetted often.
alkirah
Posts: 32
Joined: Wed Dec 15, 2010 6:58 pm

Re: Communication between 2+ bots

#2 Post by alkirah »

I think I found a way using the LootThreshold thing :)

just in case someone else was looking for a way

if anyone else have an idea/better solution, go 4 it
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Communication between 2+ bots

#3 Post by lisa »

If you really wanted to you could set up event monitoring for party chat and just get the leader to say "OK" in party chat.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
alkirah
Posts: 32
Joined: Wed Dec 15, 2010 6:58 pm

Re: Communication between 2+ bots

#4 Post by alkirah »

sometimes clients gets stuck somewhere and takes several seconds (up to 30) to unstuck.

so the "ok" thing in party chat might just not work if not @waypoint7 scanning for it.

on the other hand, lootthreshold will be resetted only after party reforming and resetted to the start value so I guess it's better :)

plus it's a lot simpler

while RoMScript("GetLootThreshold()") == 4 do
yrest(100);
end

the master just sets loot to another value when done doing his things, then the other one can resume their thing :)
Post Reply