#1 Roulette Forum & Message Board | www.RouletteForum.cc

IT & Software => Coding for Roulette => Topic started by: Gitano on Jan 27, 08:09 AM 2019

Title: Intrinseca System
Post by: Gitano on Jan 27, 08:09 AM 2019
Hi All,

could someone help to modify this system "Intrinseca" because it stop every win and not continue.
It should continue from last spins won..
Thanks.

link:://:.uxsoftware.com/roulette/systems/v20/INTRINSECA_System.dgt

link:://:.uxsoftware.com/roulette/systems/docs/Intrinseca.pdf
Title: Re: Intrinseca System
Post by: Normy2000 on Jan 27, 08:51 AM 2019
Try replacing the few first lines of code with these lines.

[reveal]
system "INTRINSECA"
{
    INTRINSECA Roulette System

    a Ludica Roulette System
    2004 Ludica Diodoro - Aaron Ellery

    RX-ed by UX Software
}
method "main"
begin
    While Starting a New Session
    begin
        group
        begin
            Display "INTRINSECA Roulette System"

            Display "The system is based on placing bets up to 7 or 8 spins.

                     The required bankroll chips is:

                        Total 26 chips for 7 spins
                        Total 40 chips for 8 spins
                    "

            Input Dropdown "Place bets for up to
                    7:= 7 spins
                    8:= 8 spins" to record "spin #" data
        end

        Call "Init"
        Add 13 to record "spin #" data

    end

    While on Each Spin
    begin
//        if Any Dozen Bet has won each time
//        begin
//           Display "Dozen bet won.

//                    Session will Stop"
//            Stop Session
//        end

        if record "zone count" data < 13 then
        begin
            Call "Recording Zone"
        end

        if record "zone count" data = 13 then
        begin
            Call "Choose Line"
        end

        if flag "Attack Zone" is true
        begin
            if record "zone count" data < record "spin #" data then
            begin
                Call "Place Bets"
                Add 1 to record "zone count" data
            end
            else
            begin
//                Display "Zone Count Reached.
                put 0 to record "zone count" data
                Put 0 on record "progression" data index
               
//                        Session will Stop"
//                Stop Session
            end
        end
    end
end

method "Place Bets"
[/reveal]
Title: Re: Intrinseca System
Post by: Winner on Jan 27, 10:35 AM 2019
Quote from: Gitano on Jan 27, 08:09 AM 2019
Hi All,

could someone help to modify this system "Intrinseca" because it stop every win and not continue.
It should continue from last spins won..
Thanks.

link:://:.uxsoftware.com/roulette/systems/v20/INTRINSECA_System.dgt

link:://:.uxsoftware.com/roulette/systems/docs/Intrinseca.pdf
This was tested  it was called the Illuminati by warrior .a million spins spins was tested.
Title: Re: Intrinseca System
Post by: Bigbroben on Jan 29, 09:54 AM 2019
I did read this a few months ago.  Did not understand exactly the purpose of modifying dozen approach.  I thought it was a close to a negative Fibonacci progression simply.  But there is the '' masoretic'' mystic word that gives it a wooh-hoo vibe...

How are the test doing?