Bot Questions - ctf plugin error Anonymous - Tue Apr 26, 2005 8:06 pm Post subject: ctf plugin error
Well the ctf plugin is a piece of shit.. always has errors... I am getting an Wing G Zero (team 1) stole team 65535's flag. when a flag is picked up... what causes this?
D1st0rt - Tue Apr 26, 2005 8:13 pm Post subject:
Looks like it tried to say team -1's flag but is unsigned?
Anonymous - Tue Apr 26, 2005 8:53 pm Post subject:
well i found out that the problem was with the rankbot plugin. why would those 3 conflict??
Maverick - Wed Apr 27, 2005 3:21 am Post subject:
team -1 ? 65535 means its unowned.
I think the conflict happened because the plugins use the same commands or events. So for example two plugins uses information from the same event or command. One plugin gets the output correctly, uses it and therefore clears the original information. The second plugin fails to get the information since it got cleared by the first plugin.
Only solution for this now is to use the plugins at two seperate bots.
I already asked catid about this and he said that he keeps it this way because maybe someone actually might use this feature for two plugins to work together.
Cyan~Fire - Fri Apr 29, 2005 12:04 pm Post subject:
That error sounds more like your settings are not configured correctly and a team's flag isn't even owned by the team in the first place at all.
Anonymous - Mon May 02, 2005 11:59 am Post subject:
well as I said before, the problem was with the rank bot conflicting with the ctf bot. Once I unloaded the rank bot the problem was solved.