Running a raidbot that so far has been a flatroll bot has kinda let me avoid this problem. But the goal with it was to make a better bot and if wanted one with points. And I'm soon facing a vote in regards to having points or not. So at this points this is just theries and ideas.
During a raid where items are bidded on and points are given for acheiving different goals there is always a risk of ppl leeching, thus the !raid add or whatever command is used. Usually this jobs is apointed to a Raidleader. But Doing !raid add <nick> on 100+ ppl (imaginary figures, we have had 75 as most so far I think) is a pain, takes time and spams the bot like... Letting ppl !raid add themselfes isn't an option. So what alternatives do we have?
!raid add <nick>
needs to be spammed alot, Ctrl-tab and quick fingers will do it.
!raid add all
Ouch >.< Beware leechers are comming.
!raid add "me"
Same as above leechers galore
None of these apeal to me verry much. So I've wondered if there might not be some other way to do it.
What came to my mind was this:
Step1:Module. Creates a list of all ppl in bot sending them to the raidleader as a Blob in the formate "/assist person1" newline "/Assist person2" newline and so on.
Step2:Raidleader quickly copys this to a script in the ao folder. and runs it.
Step3:The raidleader will not get back something like this:
Can't assist yourself.
Can't find target person2.
Target is not in a fight.
Step4:Raidleader quickly copies this and sends it the bot with some neat command: "!raiders Can't assist yourself. Can't find target person2. Target is not in a fight."
making the the bot go "AHhh! =)" Automaticly raidadding all that got no errors.
This can't work alone, errors do happen, someone was to far away. Someone wasn't there yet and so on. But it aught to make it easier on large raids.
And with the adition of still being able to use !raid add <nick> I'm wondering if this might not be something. In my case its for an alien playfieldbot.
With that in mind I know that once the gates are closed no one more can join. If they are not in zone by then. They have missed the raid, no exceptions.
Comments pls =)
What flaws does my Idea have, can it be improved?