Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lance

Pages: 1 ... 7 8 [9]
121
JavaOp Support Archive / Unhandled Packet
« on: June 17, 2008, 12:32:16 pm »
How do I hide:

Code: [Select]
[12:30:46.656] Unknown packet received:
[12:30:46.656] Buffer contents:
ff 00 04 00                                      ....
Length: 4

It appears every 2 seconds and kind of spams up my screen ;(

122
JavaOp Support Archive / Re: Massload Prevention
« on: June 16, 2008, 09:48:12 am »
i don't want to have the channel full of noobs saying "vouch me, vouch me!!!" and taking up space vouched players should have

although i may be able to modify it to only do so for war3/w3xp clients and i have to manual kick anything else :o
Code: [Select]
if(statstring.contains("3RAW") == false && statstring.contains("PX3W") == false) { return; }

Think this should work ^_^

123
JavaOp Support Archive / Massload Prevention
« on: June 16, 2008, 08:27:15 am »
How can I prevent being loaded & flooded out from JavaOP2? My bot auto-bans someone without flags (meaning it tries to ban the loads) and it drops. If I turn on antiflood commands take a long time to work but loading is my main concern.

124
JavaOp Support Archive / Re: Commands not responding
« on: April 30, 2008, 04:48:00 pm »
I've resolved this. Thanks.

Yes, I was doing that.

125
JavaOp Support Archive / Re: Commands not responding
« on: April 22, 2008, 04:13:45 pm »
restarting the bot desynchronizes the list (people may have joined or left since)

126
JavaOp Support Archive / Re: Commands not responding
« on: April 21, 2008, 09:16:42 pm »
That was my temporary alternative solution lol

127
JavaOp Support Archive / Re: Commands not responding
« on: April 19, 2008, 11:16:21 pm »
Try making a new flag that isn't being used, and give "*" that flag. That's the easy/cheater way that I'd do it.

Can you explain it please? I am kind of confused :o

128
After running the bot for a few days, I get this:
Code: [Select]
WARNING: Keepalive failed to send: java.net.SocketException: Socket closed

When I try to send a chat message I get:
Code: [Select]
ERROR: Unable to send packet: java.net.SocketException: Socket closed

129
JavaOp Support Archive / Re: Commands not responding
« on: April 12, 2008, 09:13:14 pm »
Worked, using a different method since I didn't fully understand in the above post. My temporary solution is starting to show how temporary it is T_T

130
JavaOp Support Archive / Commands not responding
« on: April 09, 2008, 11:05:05 pm »
How can I get a command to work for users not in the bot's local database? For example:
Code: [Select]
register.registerCommandPlugin(this, "spam", 1, false, "", "spam", "Kicks an account for spamming", null);
Code: [Select]
out.sendText("/kick " + args[0] + " Spamming");
Works for me, but not for someone who isn't in the database. I tried <null> in there too, but no result :(

Pages: 1 ... 7 8 [9]