Restaurant
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.8 |
| Scores Submitted | 4 |
| Date Added | Apr 11, 2007 |
| Last Updated | Apr 12, 2007 |
| Tags | food foods restaurant |
|
|
Introduction
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 1:18 am
Posted on Apr 11, 2007 1:18 am
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 2:28 am
Posted on Apr 11, 2007 2:28 am
Love it . thanks :)
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 2:56 am
Posted on Apr 11, 2007 2:56 am
And btw Nice Script Pretty neat
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 4:34 am
Posted on Apr 11, 2007 4:34 am
Hey Storm ;x
i give it 8/10
i give it 8/10
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 3:01 pm
Posted on Apr 11, 2007 3:01 pm
<.< it posts me twice just clickin post comment once
Make a pub script of those please and call it pub
Make a pub script of those please and call it pub
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 4:58 pm
Posted on Apr 11, 2007 4:58 pm
rofl, wth only a java would have fun with that.
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 6:41 pm
Posted on Apr 11, 2007 6:41 pm
Arrh... sort of repetitive, but I like the counter. That's new. Maybe you should have it reset after a week or something, and after a certain number of orders, the food might spoil a bit. Like..
(Sloppy Copy) if (%Pizzacount => 20) Describe $chan slides $nick a slightly burnt pizza.
Or have random results. That'd be quicker. xP
(Sloppy Copy) if (%Pizzacount => 20) Describe $chan slides $nick a slightly burnt pizza.
Or have random results. That'd be quicker. xP
mIRC Snippet:
Restaurant
Posted on Apr 11, 2007 8:27 pm
Posted on Apr 11, 2007 8:27 pm
Nah, You can reset the variables if you want, and please, do so every once and a while.
Will come up with more updates soon.
Lex
Will come up with more updates soon.
Lex
mIRC Snippet:
Restaurant
Posted on Apr 12, 2007 4:38 am
Posted on Apr 12, 2007 4:38 am
Okay, done. I added !RestaurantStats.
mIRC Snippet:
Restaurant
Posted on Apr 12, 2007 4:56 am
Posted on Apr 12, 2007 4:56 am
Okay, now '!Reset' has been added. Remember to replace 'YOURNICK' with your nick.
mIRC Snippet:
Restaurant
Posted on Apr 12, 2007 11:17 am
Posted on Apr 12, 2007 11:17 am
Thanks.. love the script :)
9/10
I wish some food, drinks can come.. :)
make a thing called sea food etc and add all the sea foods there
idk just a dvice use this idea to make many things :)
9/10
I wish some food, drinks can come.. :)
make a thing called sea food etc and add all the sea foods there
idk just a dvice use this idea to make many things :)
mIRC Snippet:
Restaurant
Posted on Apr 12, 2007 11:53 am
Posted on Apr 12, 2007 11:53 am
Yeh and... Make a pub one
add it onto that restaurant
say uve updated it
And do that stuff that you can With The Restaurant
Wen u type !restaurant at the end it says type !restaurantstats to see the stats and type !pub or whatever u want to call it
That would be great :p
add it onto that restaurant
say uve updated it
And do that stuff that you can With The Restaurant
Wen u type !restaurant at the end it says type !restaurantstats to see the stats and type !pub or whatever u want to call it
That would be great :p
mIRC Snippet:
Restaurant
Posted on Apr 12, 2007 12:11 pm
Posted on Apr 12, 2007 12:11 pm
Try making them all work with one text event.
on *:text:*:#: {
if ($1 == .bar) {
;cmds
}
}
on *:text:*:#: {
if ($1 == .bar) {
;cmds
}
}
mIRC Snippet:
Restaurant
Posted on Apr 12, 2007 7:21 pm
Posted on Apr 12, 2007 7:21 pm
A lot of bots use
on *:text:*:#: {
So I will not add it, seeing as my bot already has one.
As well as it would inconvenience many scripters.
on *:text:*:#: {
So I will not add it, seeing as my bot already has one.
As well as it would inconvenience many scripters.
mIRC Snippet:
Restaurant
Posted on Apr 13, 2007 12:45 am
Posted on Apr 13, 2007 12:45 am
why would it, backoff?
the script will only trigger if whats typed matched what uve typed in $1.
the script will only trigger if whats typed matched what uve typed in $1.
mIRC Snippet:
Restaurant
Posted on Apr 13, 2007 10:11 am
Posted on Apr 13, 2007 10:11 am
I have a great idea been aching to say it all day ok:
First of all the !reset doesnt work for me so on the
on *:TEXT:!Reset:#:{
if ($nick == YOURNICK) {
That is bad , change it to this
alias Reset
set %<whatever food it is> 1
because all you do is type /reset (only the owner of the script that has the script in the scripts editor can do it)
And because when u type !restaurantstats if no1 has ordered that food it says nothing.... so do it like this for example:
alias reset
set %Pizzatoppingcount 1
set %Burgercount 1
set %Slicecount 1
set %Cokecount 1
set %Cheeseburgercount 1
and so on ... I wish if u did that so only YOU can reset it just type /reset
First of all the !reset doesnt work for me so on the
on *:TEXT:!Reset:#:{
if ($nick == YOURNICK) {
That is bad , change it to this
alias Reset
set %<whatever food it is> 1
because all you do is type /reset (only the owner of the script that has the script in the scripts editor can do it)
And because when u type !restaurantstats if no1 has ordered that food it says nothing.... so do it like this for example:
alias reset
set %Pizzatoppingcount 1
set %Burgercount 1
set %Slicecount 1
set %Cokecount 1
set %Cheeseburgercount 1
and so on ... I wish if u did that so only YOU can reset it just type /reset
mIRC Snippet:
Restaurant
Posted on Apr 13, 2007 11:07 am
Posted on Apr 13, 2007 11:07 am
Apparently, we both have different opinions on the definition of 'reset'. Edit it to your hearts content. I am not changing it, though. Lindrian: I have an on *:text:*:#: { for GameBot. That line overrides all remote commands. Wouldn't it seem impossible for them both to run if they are BOTH taking in the remote command?
mIRC Snippet:
Restaurant
Posted on Apr 13, 2007 11:19 am
Posted on Apr 13, 2007 11:19 am
Well its not On*text* whatever
Because jkust type alias reset
set %pizzacount 1
Because jkust type alias reset
set %pizzacount 1
mIRC Snippet:
Restaurant
Posted on Apr 13, 2007 4:54 pm
Posted on Apr 13, 2007 4:54 pm
Here's another thing, how can you communicate remotely with your bot through an alias besides private messages and notices? For you see. This script was made for bots. And it appears you are running it on your user.
mIRC Snippet:
Restaurant
Posted on Apr 15, 2007 6:02 am
Posted on Apr 15, 2007 6:02 am
Thanks.. love the script :)
9/10
I wish some food, drinks can come.. :)
make a thing called sea food etc and add all the sea foods there
idk just a dvice use this idea to make many things :)
as said that before seafood, so brainbryce quickly made the seafood i guess
9/10
I wish some food, drinks can come.. :)
make a thing called sea food etc and add all the sea foods there
idk just a dvice use this idea to make many things :)
as said that before seafood, so brainbryce quickly made the seafood i guess










