Results 1 to 7 of 7

Thread: SRL randoms rewards being found on misc items

  1. #1
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default SRL randoms rewards being found on misc items

    I've read several reports of randoms reward items being found when they're clearly not in the inventory. I still believe it could be a Simba issue since it happens no matter how many times the DTMs are remade. That being said, I have no idea what the problem could be.

    I'm making this thread because I don't have the time right now (or accounts) to fix the DTMs. I was hoping some of you guys could make them, test them, and post them here so they can be added to SRL as soon as possible.

    DTMs need to be remade for:
    • Book of knowledge (being confused with Willow and Oak logs)
    • Lamp (confused with Toad's Legs or Swamp Toads)
    • Reward box (confused with some Summoning items - bronze/iron minotaur pouches, gold charms, or summoning flasks)
    • Haven't seen any reports about the mystery box.
    The only tip I can give so this doesn't happen again is to include a TON of points in the DTM. Have multiple points for different, distinctive colors on the item, as well as several points on the black outline.

    If you make a DTM, remember to test after reloading the client a few times. I probably won't be able to test each one before adding them to SRL, so don't let me down.

    Thanks in advance,
    Coh3n

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

    Default

    I have all these items in my inventory, and I'm using the following script, and it's not detecting any of them as a random reward (Unless my script is wrong). I have reloaded the client several times, about 30 times already.

    I'm running Simba 984 if that matters. The only thing I haven't tried yet is checking it on SMART, which I'll do now.

    Simba Code:
    program new;
    {$i srl/srl.simba}

    begin
      SetupSRL();
      ClearDebug();
      repeat
        WriteLn('Searching for Random rewards...');
        if(RD_Detect())then
        begin
          WriteLn('Found Random reward.');
          TerminateScript();
        end;
      until(IsKeyDown(VK_S));
    end.

    I have also modified RD_Detect to print out the DTM ID if it's found.

    EDIT:
    I'm using this script with SMART, and it's still not finding anything.
    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    begin
      SMART_Server := 0;
      SMART_Members := True;
      SMART_Signed := True;
      SMART_SuperDetail := False;
      SetupSRL();
      ClearDebug();
      while((not(LobbyScreen)))do
        Wait(1000);
      if(LobbyScreen)then
        MouseBox(270, 450, 490, 470, mouse_left);
      Wait(5000);
      repeat
        WriteLn('Searching for Random rewards...');
        if(RD_Detect())then
        begin
          WriteLn('Found Random reward.');
          TerminateScript();
        end;
      until(IsKeyDown(VK_S));
    end.
    Last edited by Kyle Undefined; 03-29-2012 at 02:17 PM.
    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.


  3. #3
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Hm, I wonder what the problem could be, then. Try calling FindNormalRandoms instead. Also try setting the CTS to 2. There's something wrong because I've seen several reports of it happening with different items. =\

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

    Default

    Hmm ok, I'll try that in a bit. This is very peculiar.
    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
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    I've had reports on my Draynor Chopper that it happens, not sure about other scripts, though.

  6. #6
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Try the very latest Simba. I've fixed ``the'' DTM loading issue, which may also have lead to wrongly loaded and created DTMs. If you made any DTMs with 0.99 before, I suggest you redo them, because they may be wrong. (Especially large ones)

    Terribly sorry, but it is back to normal now.

    (In my defense, I definitely could not have foreseen it)



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  7. #7
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    It's no problem. I'll advise people who get the error to try with Simba 0.99. Thanks.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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