Search the web
Sign In
New User? Sign Up
palace-bots · Join us for trading tips and code on building and operating bots in Palace-space
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
bots.artfink.com update   Message List  
Reply | Forward Message #12 of 201 |
Re: [palace-bots] Re: bots.artfink.com update

There are a couple of websites you can check out the bot scripts on and try
to either rework them to suit you if you understand iptscrae pretty good or
at least get a basic idea of whats involved. Im working on a "building my
own bot" webpage currently and will post the addy when its complete.

For now, check out these sites and if you have any questions about building
one fire away! Remember that most of your scripting will occur in the ON
INCHAT handler just because your bot will have to "hear" it to respond.
INCHAT means what they say or as a friend puts it "IN your ear" and "OUT
your mouth" for OUTCHAT. It would end up looking like this..

ON INCHAT {
{ "Hi There!" SAY
} CHATSTR "jbot" == IF }

Thats very basic but everytime someone says your bots name (jbot in my
case), the bot will respond with Hi There!

http://virtual.dyc.edu/blueness/iptscrae/iptscrae.htm
http://mlab.uiah.fi/~lsaarine/bots/

What do you have in mind for your bot to do or say? I can show you some
things to get you started like....

ON SIGNON you will need to initialize any GLOBALs

ON SIGNON {
;We added the GLOBAL variable mas (master) and assigned the master
;to the username "Jade". Now anywhere in the script that we use mas,
;the person executing that particular script will "have" to be named Jade
;or it won't run

mas GLOBAL
"Jade" mas =

;have the bot signon with its macro and put this on an alarm in the
;ON ENTER handler so if any scripts set a prop on him, they
;will redress themselves.

10 MACRO
}

I'll show you how the mas could be used in INCHAT now that its setup
ON INCHAT {

;bot will say "I Belong to Jade" when a member says *Master*
mas GLOBAL
{ "I Belong to " mas + SAY }
CHATSTR "*Master*" SUBSTR IF

;if the "mas" (me) says go 100, my bot will go to room 100
{ "$1" GREPSUB ATOI GOTOROOM
} CHATSTR "^go (.*)$" GREPSTR
WHOCHAT WHONAME mas == AND IF

}

There is just so much you can do and maybe this and those websites will help
you. If you have anything particular in mind for your bot to do, post it.
One of us will help if we can.

Jade

PS - Im not ignoring the other question on Bud the bot, but thats Finks
palace (owner of this list) and he will have to reply to you on that because
Ive never seen yet what you are talking about. I heard it was pretty cool
tho. Just gotta find the time to get over there is all. :-)
> i would like help to build a bot that could run
> himself. please email me if you know the answer
> tauket2@...
>
> thanx,
> chris
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year! http://personal.mail.yahoo.com/
>
> To unsubscribe from this group, send an email to:
> palace-bots-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>




Sun Jun 3, 2001 10:10 am

jaders2@...
Send Email Send Email

Forward
Message #12 of 201 |
Expand Messages Author Sort by Date

Hi all, I've added some stuff to my website, more coming soon. I'll be reformatting the website soon for easier navigation as it's beginning to take some...
Art Fink
fink@...
Send Email
Jan 17, 2001
1:38 am

I would like to add bud to my palace in a room can you tell me how or show me how too so that peeps that come here can also do the same i did at your palace?...
Pauleine M Dean
sexydean1@...
Send Email
Jun 1, 2001
3:40 pm

i would like help to build a bot that could run himself. please email me if you know the answer tauket2@... thanx, chris ...
Christopher VAlente
tauket2@...
Send Email
Jun 1, 2001
9:15 pm

There are a couple of websites you can check out the bot scripts on and try to either rework them to suit you if you understand iptscrae pretty good or at...
Jade
jaders2@...
Send Email
Jun 3, 2001
10:07 am

I just re read some of that email I sent and that should have said I was working on a bot page WITH Frodo if I'll ever get my butt in gear. Had alot going on...
Jade
jaders2@...
Send Email
Jun 3, 2001
10:20 am

Very slowly, raises his hand.... Maybe I could help. :) Mike <snip>...
Mike Sparling
msparling@...
Send Email
Jun 3, 2001
3:21 pm

LOL! Mike, I didnt know you were on here either. hahahaha that cracked me up! Ok yea now I KNOW Mike can help too. Yer so cute! Jade ... he...
Jade
jaders2@...
Send Email
Jun 3, 2001
7:48 pm

Ok the bot that is produced at west pole via their room I want to make into a room script so that when peeps come in they can chat the bot and collect av¹s...
Pauleine Dean
sexydean1@...
Send Email
Jun 3, 2001
7:57 pm

This is an excerpt from my .pat file and is an example of a room bot that I've been playing around with when I have some spare time. It's pretty basic right...
kevin williams
Foodog62@...
Send Email
Jun 3, 2001
9:17 pm

Can ANY ONE tell me how to do any of this, once i get a script were do i put it???? helmp me out here!!! im so lost.......
annebcf
Offline Send Email
Apr 13, 2002
9:14 pm

Your question is pretty vague. What are you trying to do? If you're not already aware of it: A 'bot' is a stand alone client running a cyborg.ipt that makes...
Alan Templeton
alan_templeton
Offline Send Email
Apr 13, 2002
9:26 pm

actually, you can use two palaces in windows... you just need a hexed client and a different reg code. actually if you use multi x palace you can run up to 9 ...
Christopher VAlente
tauket2@...
Send Email
Apr 14, 2002
3:16 pm

Okies, I've tested this and it works, this script will let you have your bot dress ppl in avs. What you'll need to do is make spotpics for all the avs you want...
kevin williams
Foodog62@...
Send Email
Jun 3, 2001
10:06 pm

Okies, I've tested this and it works, this script will let you have your bot dress ppl in avs. What you'll need to do is make spotpics for all the avs you want...
kevin williams
Foodog62@...
Send Email
Jun 3, 2001
10:06 pm

Okies, I've tested this and it works, this script will let you have your bot dress ppl in avs. What you'll need to do is make spotpics for all the avs you want...
kevin williams
Foodog62@...
Send Email
Jun 3, 2001
10:06 pm

... Oh my thank you both I will be testing today....wish me luck...hehe Thank you thank you thank you thank you!!! Pauleine(A)+...
Pauleine Dean
sexydean1@...
Send Email
Jun 4, 2001
11:59 am

What that is, is a cyborg script. To make it into a room script is going to take some doing and some things cant be used. Basically, what you are after is a...
Jade
jaders2@...
Send Email
Jun 3, 2001
10:30 pm

I love Frodo. He saves me work... lol...
Jade
jaders2@...
Send Email
Jun 4, 2001
1:55 am

LOL...well it still needs some work to make it what she's looking for so feel free to tinker all ya want Jaders *wink* Frodo ... === message truncated === ...
kevin williams
Foodog62@...
Send Email
Jun 4, 2001
2:08 am

LOL...well it still needs some work to make it what she's looking for so feel free to tinker all ya want Jaders *wink* Frodo ... === message truncated === ...
kevin williams
Foodog62@...
Send Email
Jun 4, 2001
2:09 am

LOL...well it still needs some work to make it what she's looking for so feel free to tinker all ya want Jaders *wink* Frodo ... === message truncated === ...
kevin williams
Foodog62@...
Send Email
Jun 4, 2001
2:09 am

LOL...well it still needs some work to make it what she's looking for so feel free to tinker all ya want Jaders *wink* Frodo ... === message truncated === ...
kevin williams
Foodog62@...
Send Email
Jun 4, 2001
2:09 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help