what server are u running rose if your running FXS check the bingo script for /hidecmd if its in there u will have to remove it as its probably set up for a WCS room
i have a bot that i am trying to get games to work in it it is a metis bendsoft and i can get it to do bingo but it wont show the number it s calling in room i hope that you can help me with this
Here is the Example lettuce file....copy it and paste into notepad.... name it lettuce.ini and save it to the same folder your rabbit.exe resides.Creating your own triggers and responses is fairly simple.
[START] TriggerType=Enter ResponseText=Welcome to the room $NAME$! ResponseType=Channel Stop=False [END]
[START] TriggerType=Enter ResponseText=Hello, and welcome to the room, I am running the Lettuce bot and havent been configured :-) ResponseType=PM Stop=True [END]
[START] TriggerType=Message TriggerText=hello CaseSensitive=False ResponseText=Hello $NAME$ - can i have some of your $FILES$ files? :-) ResponseType=Channel Stop=False [END]
[START] TriggerType=PM TriggerText= CaseSensitive=False ResponseText=I'm a bot not a user - go away and leave me alone ResponseType=PM Stop=False [END]
[START] TriggerType=Message TriggerText=Details CaseSensitive=False ResponseText=Hello $NAME$ and thank you for eating my lettice, NOW GIVE IT BACK!!!\nIf you dont i'll come round your house and eat all your carrots!!!\n\nName: $RAWNAME$\nFiles: $FILES$\nConnection: $LINE$ ResponseType=PM Stop=False [END]
[START] TriggerType=Message TriggerText=Details CaseSensitive=False ResponseText=I also have your IP Address, but i dont wana tell you that... OK, if you insist...\n\nIP: $IP$\nHostname: $HOSTNAME$ ResponseType=PM Stop=True [END]
[START] TriggerType=Message TriggerText=fuck CaseSensitive=False ResponseText=Thank you for swearing $NAME$ - but please stop it\n\n$IP$\n$HOSTNAME$ ResponseType=PM Stop=False [END]
Here are some of the variables that can be used:
$NAME$ - The users name without ID numbers $RAWNAME$ - The users full name with ID $FILES$ - The number of files the person has $CONNETION$ - The users connection speed And in v3.53 rooms if you are admin and set to view IP's on join then for users who joined after you there are also: $IP$ - Users IP $HOSTNAME$ - The users Hostname (reverse DNS lookup on IP)
Right raven, or if using RMX with MXC(easybot/configurator) the #RUN command Both commands are only for bots implemented in RMX like raven said (so if possible please give more info on what you are trying to use)