Results 1 to 17 of 17

Thread: Squeal of fortune?

  1. #1
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Squeal of fortune?

    I've been wondering a lot about this new update.
    Is there any chance that the distance between the prize that is lit when you click the button, and the prize you actually win is fixed, and remains the same every spin?
    If so, it may be possible to code something that wins extremely rare prizes each time, which would be really, really awesome.
    Has anyone looked into this yet?

  2. #2
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I do believe it is random and not abusable.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  3. #3
    Join Date
    Jan 2012
    Posts
    296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It will be nice that we can code this, but i think it's not abusable.
    But i tryed few turn and every turn I done, I fell very close to a rare item, so maybe it's not random ..
    But anyway, if some1 sucess to creating something about this, Jagex going to patch it very fastly
    Sorry for my bad english, i'm french

  4. #4
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    It's random. Earlier it stopped on a Divine, then sat there for a second, and jumped one forward. I was livid.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  5. #5
    Join Date
    Feb 2012
    Posts
    386
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    It's random. Earlier it stopped on a Divine, then sat there for a second, and jumped one forward. I was livid.

    You're lucky. For now, I haven't seen anything interesting in this squeal of fortune. All the rare loots that are showed, I already got them... I start to belive that the more rsgp you have, the less attractive are the rewards...

  6. #6
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    I think that new Squeal of fortune is a big pile of garbage, 4 times i've seen it ALMOST stop at the super rare, but then 1-2 seconds after moves 1 or 2 spaces more, it kinda sucks, have anyone won any of the rare rewards?

  7. #7
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Same! haha, totally stopped on a divine for a few seconds today, then decided to push over to a "medium crafting lamp" ... woooo? </3

  8. #8
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I fear it is Undo-able, but is seems to me the less money you have the better rewards you get.

  9. #9
    Join Date
    Jan 2012
    Posts
    296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jerl99 View Post
    I fear it is Undo-able, but is seems to me the less money you have the better rewards you get.
    im going tu sell my house ! lol
    Sorry for my bad english, i'm french

  10. #10
    Join Date
    Jan 2012
    Posts
    537
    Mentioned
    1 Post(s)
    Quoted
    16 Post(s)

    Default

    the game is made to troll with us, it stoped at the divine you think! and then 1 sec later goes to 50 gps! yay, i havent seen people with those super rare items, ive seen a dragon chain and thats all, i belive that the chances to win are has slim has getting one yourself

  11. #11
    Join Date
    Jan 2012
    Location
    Under your bed.
    Posts
    414
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wister1 View Post
    the game is made to troll with us, it stoped at the divine you think! and then 1 sec later goes to 50 gps! yay, i havent seen people with those super rare items, ive seen a dragon chain and thats all, i belive that the chances to win are has slim has getting one yourself
    I've seen a person with the rare dragon claws but he was F2P so he couldn't collect them.
    Pure --> Berserker progress: http://villavu.com/forum/showthread.php?p=907073
    Best SRL Member around (Bonfield): http://villavu.com/forum/showthread.php?p=1106646
    Sorry for my english grammer.
    ~Bwuk.

  12. #12
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    I made one and it is random.
    Simba Code:
    Program Spin;
    {$i srl/srl.simba}

    Const
      BXS = 350;
      BYS = 435;
      BXE = 405;
      BYE = 495;

    Var
      OldDB: String;

    Procedure SDB( S: String);
    Begin
      If S = OldDB Then
        Exit;
      OldDB := S;
      Writeln( S);
    End;

    Function BL: Integer;
    Var
      TPA: TPointArray;
    Begin
      If FindColorsTolerance( TPA, 2176229, BXS, BYS, BXE, BYE, 42) Then
        Result := Length( TPA);
    End;

    begin
      Setupsrl;
      repeat
        If BL > 477 Then
        Begin
          //Mouse( 650, 360, 0, 0, true);
          MMouse( 650, 360, 0, 0);
          SDB( IntToStr( BL));
          Wait( 1000);
        End;
        MMouse( 0, 0, 50, 50);
      until false
    end.

  13. #13
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Its called super rare for a reason

  14. #14
    Join Date
    Nov 2011
    Posts
    232
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    I got the Huge Lamp once (Ultra Rare), but since I decided to skip over it as it's not that great (I'm F2P on that account and would rather wait for something not XP related like a Ely or Divine <- probably won't happen but whatever)

  15. #15
    Join Date
    Feb 2007
    Location
    Lux Aeterna
    Posts
    171
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Texy View Post
    I got the Huge Lamp once (Ultra Rare), but since I decided to skip over it as it's not that great (I'm F2P on that account and would rather wait for something not XP related like a Ely or Divine <- probably won't happen but whatever)
    It's my suspicion that lamps are not that rare. The Huge Lamp probably has a much greater chance of being rolled than say the Auspicious Katana, for example. Oh well, I'll spin the wheel 10,000 times and see what happens.
    Triggers..

  16. #16
    Join Date
    Jan 2011
    Posts
    350
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Nemesis3X View Post
    You're lucky. For now, I haven't seen anything interesting in this squeal of fortune. All the rare loots that are showed, I already got them... I start to belive that the more rsgp you have, the less attractive are the rewards...
    I think its the opposite the moer coins you have the better your prize i only have 10mil and i get 5 coins allthe time, mostly crap.

  17. #17
    Join Date
    Feb 2012
    Location
    SRL Jail
    Posts
    1,319
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The f2p always get the bandos and armadyll... best I ever got was a rune 2h

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •