Bak wrote: |
have the bot message the server "?set door:doormode=0" or any settings you want to change |
Muskrat wrote: |
Oh, forgot to say, hit !jitter # to change the setting.
Of course, if you are sysop of the zone and want to change it, ?set bomb:jittertime=# works just the same. |
CypherJF wrote: |
Believe me I do it all the time w/ soccer ball counts ALL the time...
?set soccer:ballcount:0 ?set door:doormode:255 all doors closed ?set door:doormode:0 all open |
Code: Show/Hide _linkedlist <String> settings;
settings.append(new String("Door:DoorMode:" + String(mode))); tell(makeChangeSettings(&settings)); |
D1st0rt wrote: |
I've been told by DoCk> that MERV won't run on trench, so it would have to be done in TWCore. |
Bak wrote: |
an empty vip.txt wouldn't keep mervbot's out. They're allowed in with any kind of staff... vip is just one level of staff(one without any powers). |
Maverick wrote: |
VIP is also a level where the server ignores some weird stuff a subspace client can do. Like using old encryptions and such. |
Quote: |
Mervbot runs in TW fine just like in every zone, IF the bot is on vip.txt at least (and the proper server.ini settings are set). |
Quote: |
The only way I see for Mervbot not running in TW is to have ForceContinuumOnly=1 set in TW |
Code: Show/Hide * Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=0)
* Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=1) * Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=0) * Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=0) * Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=1) * Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=0) * Incompatible network protocol attempting to enter game (D1.bot)(1419345274)(my ip)(sec=1) |
Cerium wrote: |
Btw, when you do get around to programming this, make sure you do what maverick said. Avoid using the ?set command in a bot, as bots have access to the 'set settings' packet, which will use slighly less bandwidth than the three message packets, and will only require the new arena settings to be sent to the players once, instead of once per message. |
Bak wrote: |
Why say things without testing them? The server allows old encryption on ANY LEVEL of staff, so If my bot has sysop it will be let into the zone without being on vip.txt |
Cerium wrote: |
Dude... dont do that...
Writing a bot isnt that hard, especially considering what you want to do involves 10 lines of code, tops. All you have to do is call the appropriate methods in the TWCore, and im sure someone is willing to SHOW you how to do it. Seriously, dont just give up and ask for someone to make it for you. |
Quote: |
needed a 50 mb j2sre to make it compile java |