Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Offline
Hai, help me please i don't get it what is wrong here, the bot connects to everybody edits... Everything is fine, but when i say !aaa it dont respond anything I have tried everything still don't work, just showing the eroor when i say !aaa somthing like...
An exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll but was not handled in user code
Make sure that you log in after the bot does. The 'add-message' only sends a message when someone joins, so if you are in the world before the bot, the bot hasn't registered you (you are not in the dictionair), so that will give an error.
Try to join the world after the bot does and that should everything be fine.
912468
Offline
Vitalijus wrote:Hai, help me please i don't get it what is wrong here, the bot connects to everybody edits... Everything is fine, but when i say !aaa it dont respond anything I have tried everything still don't work, just showing the eroor when i say !aaa somthing like...
An exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll but was not handled in user code
Make sure that you log in after the bot does. The 'add-message' only sends a message when someone joins, so if you are in the world before the bot, the bot hasn't registered you (you are not in the dictionair), so that will give an error.
Try to join the world after the bot does and that should everything be fine.
912468
Hey it just work for me and later it dont respond to anyone else
Offline
edited, help please.
Change Smiley:
con.Send(worlkey + f, Smiley-ID);
Look here for the smiley-ID.
Turn on bot god
con.Send("god", true);
Turn off bot god
con.Send("god", false);
Teleport the bot somewhere
con.Send("say", "/teleport " + botname + " 25 50");
where 'botname' is a string with the name of your bot.
25 is the X-value
50 is the Y-value
I hope this helped.
912468
Last edited by 912468 (Dec 12 2014 6:50:12 am)
Offline
Pages: 1
[ Started around 1732378465.1276 - Generated in 0.177 seconds, 10 queries executed - Memory usage: 1.5 MiB (Peak: 1.63 MiB) ]