[outdated information] help for scuti

STUCI auto chess program for yahoo
User avatar
eliasgino2007
Co-Admin
Co-Admin
Posts: 1676
Joined: 01 Nov 2007 14:36
Location: Brasil
Contact:

Re: help for scuti

Post by eliasgino2007 »

dene wrote:
I can answer some of your questions here....

Example> To set formula rating at 2100 for autoboot: set formula rating>=2100

Example> To leave table 27: obs 27
(on this version of stuci joining a table and leaving a table can both be achieved by this command)

Start game automatically: set autostart

Boot manual> Example, to manually boot ID rule_britannia_0000: boot rule_britannia_0000

To edit welcome message: You will have to look through the script, I know where this is in the YaY script (In YaY its under sub rop_tableentry { # 6a), but I have never looked or attempted to edit any of the table entry messages in the Stuci script, and I dont have the time to try this myself right now ..sorry!

Dene
Hi dene, 8)

Very Thanks dene!!!


Bye eliasgino2007! :ok

User avatar
eliasgino2007
Co-Admin
Co-Admin
Posts: 1676
Joined: 01 Nov 2007 14:36
Location: Brasil
Contact:

Re: help for scuti

Post by eliasgino2007 »

Hi all, 8)

My problem in STUCI - 071030 are the Automatic Credits, game few games, later the STUCI Boot because of the Credits = 0!

how I make to remove the Automatic Credits of the STUCI?



Bye eliasgino2007! :ok

User avatar
matematiko
Co-Admin
Co-Admin
Posts: 1511
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: help for scuti

Post by matematiko »

eliasgino2007 wrote:Hi all, 8)

My problem in STUCI - 071030 are the Automatic Credits, game few games, later the STUCI Boot because of the Credits = 0!

how I make to remove the Automatic Credits of the STUCI?



Bye eliasgino2007! :ok
I dont know if this will help, but you can try.

Edit the STUCI file, search for this line:

Code: Select all

["startcredits", 9],
and replace with this:

Code: Select all

["startcredits", 1000],
If this works, it wont get rid of the credit system, but it will give each user a hell lot more of starting credit points.

Good luck and let me know if it worked. 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
eliasgino2007
Co-Admin
Co-Admin
Posts: 1676
Joined: 01 Nov 2007 14:36
Location: Brasil
Contact:

Re: help for scuti

Post by eliasgino2007 »

matematiko wrote:
I dont know if this will help, but you can try.

Edit the STUCI file, search for this line:

Code: Select all

["startcredits", 9],
and replace with this:

Code: Select all

["startcredits", 1000],
If this works, it wont get rid of the credit system, but it will give each user a hell lot more of starting credit points.

Good luck and let me know if it worked. Cheers,
Hi matematiko, 8)

It did not function, but its idea helped me to find the solution!!!

Here it is the solution:

Edit the STUCI file, search for this line:

Code: Select all

my $startcredits = 9;
And replace with this:

Code: Select all

my $startcredits = 9999;

Bye eliasgino2007! :ok

User avatar
matematiko
Co-Admin
Co-Admin
Posts: 1511
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: help for scuti

Post by matematiko »

Fantastic eliasgino2007.
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
eliasgino2007
Co-Admin
Co-Admin
Posts: 1676
Joined: 01 Nov 2007 14:36
Location: Brasil
Contact:

Re: help for scuti

Post by eliasgino2007 »

Welcome all, 8)

Download - STUCI - 071030 - Prerelease - Captcha - Restore + 9.999 Credits!!! - Edited By >>> eliasgino2007 >>> 07-06-08:
STUCI - 071030 - Prerelease - Captcha - Restore + 9999 Credits!!!.7z

Bye eliasgino2007! :ok
You do not have the required permissions to view the files attached to this post.
Last edited by eliasgino2007 on 11 Apr 2008 06:02, edited 2 times in total.

User avatar
Waldemar
Co-Admin
Co-Admin
Posts: 2482
Joined: 24 Jan 2008 23:50
Location: Brazil
Contact:

Re: help for scuti

Post by Waldemar »

Hey mates, when I tried install ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd I got this error:

ppm install failed: The PPD does not provide code to install for this platform

Anybody has the solution? PLZ :?
4ut0 ch355 m3mb3r WALDEMAR...g00d g4m3 f0r 4ll...y4h000000! :ok

User avatar
matematiko
Co-Admin
Co-Admin
Posts: 1511
Joined: 17 Oct 2007 13:32
Location: Texas USA

Re: help for scuti

Post by matematiko »

xsupremex wrote:Hey mates, when I tried install ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd I got this error:

ppm install failed: The PPD does not provide code to install for this platform

Anybody has the solution? PLZ :?
ARe you running a 64 version of windows? And if so, did you install the 64 bits version of perl?

This page http://community.activestate.com/forum- ... t-ssleay-o will explain why you are having that eror, and you also will learn that is no cure.

My advice is that you install the 32 bits version of ActivePerl even if you are running a 64 bit version of WIndows...I know for a fact it works because that is how my stuff is working. Also, be aware that the latest version of ActivePerl does not included the TK modules, so you either gonna have to find how to install the TK modules or you may try to find an erlier version 5.8 for example.

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
eliasgino2007
Co-Admin
Co-Admin
Posts: 1676
Joined: 01 Nov 2007 14:36
Location: Brasil
Contact:

Re: help for scuti

Post by eliasgino2007 »

xsupremex wrote:Hey mates, when I tried install ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd I got this error:

ppm install failed: The PPD does not provide code to install for this platform

Anybody has the solution? PLZ :?
Hi xsupremex, 8)

My operational system is Windows XP SP2 32Bits, had also the problems to install Crypt-SSLeay with ActivePerl 5.10.0.1002 for Windows (x86)!

Later I installed ActivePerl 5.8.8.822 for Windows (x86) and now this functioned perfectly!


Bye eliasgino2007! :ok

User avatar
Waldemar
Co-Admin
Co-Admin
Posts: 2482
Joined: 24 Jan 2008 23:50
Location: Brazil
Contact:

Re: help for scuti

Post by Waldemar »

:ok Thx for replies guys, I found this ActivePerl 5.8.8.822 for Windows (x86) Elias... :D

http://downloads.activestate.com/Active ... ndows/5.8/
4ut0 ch355 m3mb3r WALDEMAR...g00d g4m3 f0r 4ll...y4h000000! :ok

User avatar
linasinblues
Advanced Member
Advanced Member
Posts: 95
Joined: 17 Dec 2007 02:24

Re: help for scuti

Post by linasinblues »

i got the stuci running . but. i can't open a table or even view the room. what i did to solve my problem is use my other id in a backdoor. create a tbl. have my id on stuci sit in that room. my eye will be my backdoor id. but. if you have an answer, that would be great. otherwise, i'm ok for now with the backdoor view. :ok :ok :ok

User avatar
linasinblues
Advanced Member
Advanced Member
Posts: 95
Joined: 17 Dec 2007 02:24

Re: help for scuti

Post by linasinblues »

i got stuci well and running on its own now. no more backdoor help. :ok :ok :ok

Post Reply