Yay commands

An ICS Emulator for YAHOO Chess

Yay commands

Postby g00dtr » 01 Oct 2007 12:01

tset time
tset inc
tset rated 0 1
tset protect 0 1 2
create

observe table number (observe 1 table 1 go) try write leave table

sit white

sit black

stand

start start game

exit disconnect program

set auto auto start
User avatar
g00dtr
Site Admin
Site Admin
 
Posts: 126
Joined: 27 Sep 2007 11:55
Location: Turkey

Re: Yay commands

Postby eliasgino2007 » 10 Nov 2007 11:24

Hi g00dtr, 8)

Thanks >>> g00dtr!!!

By eliasgino2007! :ok
Last edited by eliasgino2007 on 16 Nov 2007 11:33, edited 1 time in total.
User avatar
eliasgino2007
Co-Admin
Co-Admin
 
Posts: 634
Joined: 01 Nov 2007 14:36
Location: Brasil

Re: Yay commands

Postby elcriollito » 16 Nov 2007 08:34

can someone show me how to set the time to
2 minues and 0 seconds increments
i know so far that the commant set time will help me but ,how i really i have to put
like this
to set the time to 2 minutes
tset time 2
to set the increments to 0 seconds
tset inc 0
right?
:smile20
"The winner of the game is the player who makes the next-to-last mistake."
- Tartakover -
http://chess2u.googlepages.com/
User avatar
elcriollito
Moderator
Moderator
 
Posts: 416
Joined: 09 Oct 2007 19:14
Location: Cuba

Re: Yay commands

Postby dene » 16 Nov 2007 09:02

If you have created a new table there is no need for tset inc at all if you do not want an increment added (as in 2/0)
So all you need to do is type this command..

tset time 2
User avatar
dene
Co-Admin
Co-Admin
 
Posts: 385
Joined: 04 Oct 2007 07:46
Location: United Kingdom

Re: Yay commands

Postby elcriollito » 16 Nov 2007 17:51

Un millon de gracias
one billion of thanks for all.

this forum is really fast answering question

one more question about you all
are you working for yahoo chess company ,how you know more than average people around ?
i am x-ray tech so if anything you need to know just let me know ,i will help u
"The winner of the game is the player who makes the next-to-last mistake."
- Tartakover -
http://chess2u.googlepages.com/
User avatar
elcriollito
Moderator
Moderator
 
Posts: 416
Joined: 09 Oct 2007 19:14
Location: Cuba

Re: Yay commands

Postby eliasgino2007 » 29 Nov 2007 19:15

Welcome all, 8)

I edited the YaY.pl archive, but I did not obtain to create automatic messages! :(

Please it explains step by step, for where I must start and finish, if possible with photos illustrating the explanation, with the following example: Welcome @ eliasgino2007 table: 42, (auto boot 2100)(you rating2000) http://www.program.googlepages.com.


I am using YaY Polyglot Version 0.0.8!

Where line must be inserted the automatic message? :smile20
YaY-polygot.pl or YtoICS.pm_auto_file


It shows an example!


By eliasgino2007! :ok
User avatar
eliasgino2007
Co-Admin
Co-Admin
 
Posts: 634
Joined: 01 Nov 2007 14:36
Location: Brasil

Re: Yay commands

Postby g00dtr » 29 Nov 2007 19:40

eliasgino2007

download this file

YaY.rar
You do not have the required permissions to view the files attached to this post.
User avatar
g00dtr
Site Admin
Site Admin
 
Posts: 126
Joined: 27 Sep 2007 11:55
Location: Turkey

Re: Yay commands

Postby eliasgino2007 » 29 Nov 2007 21:21

g00dtr wrote:eliasgino2007

download this file

YaY.rar


Hi g00dtr, 8)

All certainty tested and approved!

Very thx g00dtr! :Bravo :Bravo :Bravo

By eliasgino2007! :ok
User avatar
eliasgino2007
Co-Admin
Co-Admin
 
Posts: 634
Joined: 01 Nov 2007 14:36
Location: Brasil

Re: Yay commands

Postby XsupremeX » 23 Feb 2008 14:18

:mrgreen: Hi masters in auto chess games...I'm not a master but I'm learning :lol:

I'm here to say that I would like to make my games more dynamic.

Ex: make my program say an auto-message when a game starts "let's rock" or
make it say an auto-message when the game ends... "gg"

If anybody has an idea to do this, please can u share with us? THANKS! :ok
4ut0 ch355 m3mb3r x5upr3m3x...g00d g4m3 f0r 4ll...y4h000000! :ok
User avatar
XsupremeX
Co-Admin
Co-Admin
 
Posts: 1312
Joined: 24 Jan 2008 23:50
Location: Brazil

Re: Yay commands

Postby matematiko » 23 Feb 2008 22:26

You need to edit YaY, the exe version is not editable but the pl version is.

You need to know what to edit, in order to know this you need to understand how the script works.

So, before jumping into making changes to your script, I suggest you just read it, try to understand it. Once you feel comfortable then do your edits.

Please read this topic for more info: http://autochess.com/forum/viewtopic.php?f=14&t=63

Cheers,
Using engines to cheat:
- It is not ethical,
- It is useless, nothing is gained (how can one be proud of a score earn with dishonesty?)
- You will be baned, sooner or later,
- It gives us (the true chess engine players) a bad reputation.
User avatar
matematiko
Co-Admin
Co-Admin
 
Posts: 1284
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: Yay commands

Postby XsupremeX » 24 Feb 2008 13:43

:wink: Thanks matematiko, I have already done some changes in my .pl file but I think it hasn't the command lines to do the changes I have mentioned before and that lines I don't know how to create... I am asking that because I played a guy lll_14... and he had those auto-messages :!:
4ut0 ch355 m3mb3r x5upr3m3x...g00d g4m3 f0r 4ll...y4h000000! :ok
User avatar
XsupremeX
Co-Admin
Co-Admin
 
Posts: 1312
Joined: 24 Jan 2008 23:50
Location: Brazil

Re: Yay commands

Postby matematiko » 24 Feb 2008 15:10

That's what I meant by "understand how the script works", and of course knowning perl helps a lot. Google Robert's Perl tutorial .

There is a subroutine called top_clear that gets executed every time a new game starts. Here you can insert a line to kibitz the message you want.

Good luck,
Using engines to cheat:
- It is not ethical,
- It is useless, nothing is gained (how can one be proud of a score earn with dishonesty?)
- You will be baned, sooner or later,
- It gives us (the true chess engine players) a bad reputation.
User avatar
matematiko
Co-Admin
Co-Admin
 
Posts: 1284
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: Yay commands

Postby XsupremeX » 12 Apr 2008 04:28

:ok Everything is ok now matematiko...

personal :
"auto welcome message" + "auto gamestart message" + "auto gameend message"

:lol:
4ut0 ch355 m3mb3r x5upr3m3x...g00d g4m3 f0r 4ll...y4h000000! :ok
User avatar
XsupremeX
Co-Admin
Co-Admin
 
Posts: 1312
Joined: 24 Jan 2008 23:50
Location: Brazil

Re: Yay commands

Postby matematiko » 12 Apr 2008 08:00

I am really glad you find the way. This forum and the Yahoo Chess program users community in general will be better off if more people really makes the effort to learn perl and understand how the scripts(YtoICS, YaY, STUCI) works.

Of course we will be still here to help(assuming the request is tangible and reasonable) those that are not programming oriented.

Congrats,
Using engines to cheat:
- It is not ethical,
- It is useless, nothing is gained (how can one be proud of a score earn with dishonesty?)
- You will be baned, sooner or later,
- It gives us (the true chess engine players) a bad reputation.
User avatar
matematiko
Co-Admin
Co-Admin
 
Posts: 1284
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: Yay commands

Postby XsupremeX » 18 Apr 2008 13:56

Guys who are tired of typing all the time their IDs, pass, room, port, I am sending this new lines you can put in yay.pl

Find the line and insert:

my($user,$room,$pass,$out,$testword)=('','','','YaY.html','');
my $messagenumber=0;
my $user='YOUR YAHOO ID';
my $pass='YOUR PASSWORD';
my $room='THE ROOM YOU WANT TO ENTER';
my $puerto='6000';
my $ratingdiff=THE RATING DIFFERENCIAL;

my $gamefinished=0;

:ok

4ut0 ch355 m3mb3r x5upr3m3x...g00d g4m3 f0r 4ll...y4h000000! :ok
User avatar
XsupremeX
Co-Admin
Co-Admin
 
Posts: 1312
Joined: 24 Jan 2008 23:50
Location: Brazil

Next

Return to YaY

Who is online

Users browsing this forum: No registered users and 0 guests