Login to get access to all resources of Money Maker Machine - Forum
Open Source Roulette Systems and Roulette Tools Forum.
May 23, 2013, 10:42:54 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
French German Italian Dutch Spanish Portuguese Korean Chinese Simplified Japanese Greek Arabic Russian
 
   Home   Help Search Tags Login Register  
Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot

Pages: [1] 2 3   Go Down
  Print  
Author Topic: RSS Pro for BetVoyager.  (Read 404 times)
0 Members and 1 Guest are viewing this topic.
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« on: September 28, 2010, 05:15:43 AM »

MMM has just released.

ROULETTE SCRIPTER STUDIO FULL PACKAGE BetVoyager

WITH THIS PRODUCT YOU WILL BE ABLE TO PLAY:
1. EUROPEAN ROULETTE FOR BETVOYAGER
2. EUROPEAN ROULETTE without House Edge FOR BETVOYAGER
3. No Zero Roulette without House Edge FOR BETVOYAGER

And I just purchased it.
Cost me $100+
Special deal.

May cost a lot more later on.

Will start coding in it as soon as I get it activated.
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #1 on: September 28, 2010, 01:17:01 PM »

A simple tutorial for BetVoyager will be available in some hours.
Logged
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #2 on: September 28, 2010, 02:54:30 PM »

A simple tutorial for BetVoyager will be available in some hours.

I will be making my very own as well.
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #3 on: September 28, 2010, 03:18:13 PM »

Couple of things.
I got this error when I closed the table down.

It seems this version has a problem when you run the script.
It just does not want to stop the process.
Or the window.

That was one of the problems in the old version of RSS Pro.
Even though you may have closed the form.
It seems to think you still have it running.

I have to use the task manager to close it.

error.jpg
Re: RSS Pro for BetVoyager.
* error.jpg (43.76 KB, 489x229 - viewed 99 times.)
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #4 on: September 28, 2010, 03:39:52 PM »

Another thing that does not seem to work are the new commands.

click_number_neighbors_18();
click_tiers_series_5_8();

They don't seem to work.
Or do anything.

I made a simple button.
And just did a simple spin.

procedure Button1Click(Sender: TObject);
begin
  click_chip1();
  click_black();
  click_number_neighbors_18();
  click_tiers_series_5_8();
  click_spin_button();
end

It only placed a chip on black.
And ignored the rest.

Then I tried it like this.

procedure Button1Click(Sender: TObject);
begin
  click_chip1();
  click_black();
  click_chip1()               
  click_number_neighbors_18();
  click_chip1()
  click_tiers_series_5_8();
  click_spin_button();   
end;

And it still didn't work.
I even tried it on the zero table.
But still no go.

Here is a video of it.
http://www.thomasrgrant.com/stuff/rss_pro_bv_vid_small/rss_pro_bv_vid_small_controller.swf
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #5 on: September 28, 2010, 04:30:30 PM »

Thanks Thomas for this info.
I will look right now into this.
Logged
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #6 on: September 28, 2010, 04:44:21 PM »

Thanks Thomas for this info.
I will look right now into this.

Send me an update when you can.
If you get it fixed that is.
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #7 on: September 28, 2010, 04:52:10 PM »

Right now I saw an error on BetVoyager casino and I put there chips without RSS.
I don't know maybe this is related to my computer or not but I will restart it and see.

Related to your problem then if you want to use tiers_series or number_neighbors then you should know about two next procedures:

click_track_bets_layout();

click_close_track_bets_layout();

also there are click_close_warning_window() which close warning window appear after 3 free spins.

I will post very soon the first tutorial related to active functions.

so if you want to bet on eighbors_18();

then you need first of all to open track_bets_layout

so something like next code

Code:
click_chip1();
click_track_bets_layout();
click_number_neighbors_16();
click_spin_button();

Logged
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #8 on: September 28, 2010, 04:53:20 PM »

Quote
Couple of things.
I got this error when I closed the table down.

It seems this version has a problem when you run the script.
It just does not want to stop the process.
Or the window.

That was one of the problems in the old version of RSS Pro.
Even though you may have closed the form.
It seems to think you still have it running.

I have to use the task manager to close it.

This problem I will investigate today after the release of tutorial.
Logged
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #9 on: September 28, 2010, 05:07:42 PM »

So this is the code for this

Quote
click_chip1();
click_track_bets_layout();
click_number_neighbors_16();
click_spin_button();

but I have a problem not related to RSS

when I try to do next actions without RSS BetVoyager do some errors

please try to do next:
1. click on track bets layout
2. click on chip 4 with 1$ (finally you can choose any other chip)
3. try to put this amount on neighbor 16

I receive a bug from BetVoyager.

Let me know if you received the same error like me.
Logged
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #10 on: September 28, 2010, 05:43:16 PM »

So this is the code for this

Quote
click_chip1();
click_track_bets_layout();
click_number_neighbors_16();
click_spin_button();

but I have a problem not related to RSS

when I try to do next actions without RSS BetVoyager do some errors

please try to do next:
1. click on track bets layout
2. click on chip 4 with 1$ (finally you can choose any other chip)
3. try to put this amount on neighbor 16

I receive a bug from BetVoyager.

Let me know if you received the same error like me.


No error yet.
However...
When I run the script then close the window.
Then I place a red spot on the line I want it to stop at.
Even with the form closed.
I can not access the code.
I can not run the code again.
Even with bet reset.
Or with pause.
It still thinks the form is running.
Perhaps this has something to do with capturing the casino window.
Affter you select the casino window.
Then you run the form.
Then close it.
It still considers it open.
And running.

Well, that is what I think is happening.
Once I run the form then close it.
It keeps blocking me from doing anything.
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #11 on: September 28, 2010, 07:02:47 PM »

Quote
No error yet.
However...
When I run the script then close the window.
Then I place a red spot on the line I want it to stop at.
Even with the form closed.
I can not access the code.
I can not run the code again.
Even with bet reset.
Or with pause.
It still thinks the form is running.
Perhaps this has something to do with capturing the casino window.
Affter you select the casino window.
Then you run the form.
Then close it.
It still considers it open.
And running.

Well, that is what I think is happening.
Once I run the form then close it.
It keeps blocking me from doing anything.

Ok
I think the same happen and with the current RSS Pro
Anyway I will check this and will find for it a solution.
Logged
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #12 on: September 29, 2010, 06:19:01 AM »

Here is another video of it.
First I did it manually.
Then RSS Pro did the bets.

Then I tried to stop it.
Then once stopped.
I press the button again.
And it placed more chips on the table then it was supposed to.
Strange.

http://www.thomasrgrant.com/stuff/neighbors_vid/neighbors_vid_controller.swf
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
MMM Admin
MMM Admin
Trade Count: (+2)
Hero Member
*****

Karma: 6367
Offline Offline

:Today at 01:51:24 AM
Posts: 7626
Referrals: 21



Activity
100%

We do the impossible.

Google Talk
WWW
« Reply #13 on: September 29, 2010, 11:56:11 AM »

Quote
Here is another video of it.
First I did it manually.
Then RSS Pro did the bets.

Then I tried to stop it.
Then once stopped.
I press the button again.
And it placed more chips on the table then it was supposed to.
Strange.

Thomas I sent your problem to our software department.
One of these problems have all our RSS and RSS Pro products so once we will find a solution for this we will release an update for all scripters. I mean halt function.
Logged
thomasgrant
PLATINUM Member
Trade Count: (+1)
Hero Member
***

Karma: 1643
Offline Offline

:Today at 02:23:26 AM
Posts: 3082
Referrals: 21



Activity
40%

RSS Writer and Teacher


WWW
« Reply #14 on: September 29, 2010, 03:36:19 PM »

Quote
Here is another video of it.
First I did it manually.
Then RSS Pro did the bets.

Then I tried to stop it.
Then once stopped.
I press the button again.
And it placed more chips on the table then it was supposed to.
Strange.

Thomas I sent your problem to our software department.
One of these problems have all our RSS and RSS Pro products so once we will find a solution for this we will release an update for all scripters. I mean halt function.

With all the beta testing for this.
Perhaps I can get the RSS Pro that plays for Playtech live for free.

Once the Playtech live version is out.
Perhaps you could consider combining them all together in one RSS Pro Max.
Logged

"Live long and prosper." Spock
www.thomasrgrant.com

The Roulette Professor.
http://rouletteprofesor.com/
Tags:
Pages: [1] 2 3   Go Up
  Print  
 
Jump to:  


Related Topics
Subject Started by Replies Views Last post
BETVOYAGER NOT WORKING?
General Discussion
HYPNTK 3 155 Last post March 11, 2011, 02:33:05 AM
by HYPNTK
Betvoyager problem cant use the bots
General Discussion
focused83 13 249 Last post March 21, 2011, 11:22:48 AM
by thomasgrant
RBS for BetVoyager Development
Projects
MMM Admin 0 96 Last post April 11, 2011, 11:39:54 PM
by MMM Admin
RBS[BetVoyager] was relesead
News & Events
MMM Admin 1 104 Last post May 01, 2011, 08:54:37 PM
by MMM Admin
Betvoyager problem
General Discussion
xxlakis 5 157 Last post July 29, 2011, 07:16:32 AM
by Silver
betvoyager is in backrup?
General Discussion
piluso 6 110 Last post January 10, 2012, 08:00:58 PM
by focused83
How to set RBS [BetVoyager]
RBS [BetVoyager]
Co-Admin 0 100 Last post March 14, 2012, 08:33:57 PM
by Co-Admin
How to use breakpoints with DCS BetVoyager
DCS [BetVoyager]
Co-Admin 0 58 Last post March 21, 2012, 08:57:40 PM
by Co-Admin
How to use RSS for BetVoyager
RSS [BetVoyager]
Co-Admin 0 110 Last post March 22, 2012, 10:52:03 AM
by Co-Admin
BetVoyager - No games are showing
Support
dudolak 1 125 Last post July 30, 2012, 08:11:29 PM
by Dare
RBS for BetVoyager
Support
Draquin 1 53 Last post January 14, 2013, 01:41:52 PM
by Co-Admin
Does BetVoyager accept USA Players?
General Discussion
MMM Admin 0 148 Last post April 12, 2013, 11:12:16 PM
by MMM Admin
RSS Pro for BetVoyager question
General Discussion
trickyd 4 96 Last post May 07, 2013, 03:00:56 AM
by thomasgrant
Powered by MySQL Powered by PHP Money Maker Machine © 2007-2011
Powered by SMF | SMF © 2006, Simple Machines
SMFAds for Free Forums | Sitemap | Sitemap
Valid XHTML 1.0! Valid CSS!


May 15, 2013, 06:11:38 PM