Page 1 of 2 12 LastLast
Results 1 to 25 of 37

Thread: Rune Mysteries Solver

  1. #1
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Rune Mysteries Solver

    sorry.. my ref got messed up.. someone else is working on one I think..

  2. #2
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah camo stole my idea when i told him cause hes a noob hope you guys like stealing ideas
    im back again .!

  3. #3
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whatwhat?!

    this was me and Benjaa's idea..

    benjaa had to leave due to school stuff, so he told camo to help me..

    >.<

  4. #4
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Is this something you forgot to un-comment?

    SCAR Code:
    function AtLocation(Place:string) : Boolean;
    begin
      case (Place) of
        'lumby'  : Result := TileOnMM(Point(3222, 3219));
        {'duke'   : Result := TileOnMM(Point(3210, 3221));
        'aubury' : Result := TileOnMM(Point(3253, 3401));
        'wizard' : Result := TileOnMM(Point(3102, 9570));}

      end
    end;

    And you failed at begins/ends here
    SCAR Code:
    function SymbolIsThere : Boolean;
    var
      X, Y : Integer;
    begin
      if not LoggedIn then
        Exit;
      SetAngle(True);
      if FindSymbol(x, y, 'spin') then
        Result := True;
        Status('Found Symbol. Player Loc = Up Stairs');
        Disguise(GetStatus);
        WriteLn(GetStatus);
    end;
    And check ChatToWizzy; too, I THINK there is a begin/end fail there too..

    Omg.. lol! I was like "OMG HE IS HIDING CODE!" and then I started searching and found this:
    SCAR Code:
    {INFO}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         {
    hee hee ^_^

  5. #5
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    wow nice, I'll test this when I get home looks good, hopefully it'll work good.

  6. #6
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no no camo stole my idea
    im back again .!

  7. #7
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Nice! One thing though, if you include reflection why not make your script a little more reliable and use it more(not saying it always is more reliable, but it is if they use findobjcustom...), because you have some things that probably won't be that reliable(IMO your find npc isn't very good, sorry camo). That is just my opinion

  8. #8
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thanks so Much! I will definatly test this. I havE 14 CHARACTER TO RUN THIS CURRENTLY AND more to come.

    (Sorry about the caps)
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  9. #9
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    didn't think anyone would look at this..

    Camo was doing color stuff and so I let him..

    tell me what happens with this script as I've been at school and only had time to post then get yelled at

    Thanks for the feedback, and Camo didn't take this idea.. me and benjaa thought of it

  10. #10
    Join Date
    Jan 2009
    Location
    Manchester, England
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tryed using briefly but it didn't work for me...
    But if you get this working and keep on top of the glitchs you will become very famous on this site because I see a lot of people in need of this script because the others don't work atm...
    Plus ess mining is a key money maker for new auto's

    Thanks again,
    Dani B trying to learn lots about scripting... FAILING

  11. #11
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what problems are you getting?

    I'll fix asap

    and zyt3x, I was getting bugs with that, because tiles from floor to floor are they same, so it kept thinking it was at duke D:

  12. #12
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by 99_ View Post
    and zyt3x, I was getting bugs with that, because tiles from floor to floor are they same, so it kept thinking it was at duke D:
    Oh, that's easy to fix. In addition to checking the tile, have it search for the Duke himself.

  13. #13
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  14. #14
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah.. I wanna get the script to actually finish the quest

    then I'll add more fail safes and everything..

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

    Default

    Yeah, I know I messed up on some things. Was in the process of fixing and now can't work on it due to hooks. As soon as they are updated I'll fix them

    ~Camo
    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.


  16. #16
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could this be done without reflection?
    But i like it. It's a simple coded script(except for reflection)>

  17. #17
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was actually going to do a reflection and a color one, because I don't want the hooks to mess it up :\

    I'll see what I can do

  18. #18
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dono wuts wrong like i log it in and it just stands there

  19. #19
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    update reflection

  20. #20
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill try that but i recently updated it..

    EDIT: It says something about mind not being there checking 14 secs 4 it or something..

  21. #21
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Work with Rev #31? Testing tomoro
    In the kingdom of the blind, the one-eyed man is king

  22. #22
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes it does..

    I can't test because my characters something got messed up.. reinstalled, used Shuttleu's file, tried everything.. doesn't work :\

    I'll try to fix, and have Camo fix it up to..

    post all errors so I can fix, but I won't be making any major updates..

    working on a color script atm

    (not a quester)

    the mind thing is a fail safe.. let me see if my reflection works now..

    I have scar 3.20, so if something is wrong just tell me

    by the way, I fixed my reflection <3

    the script is working a lot better.. now it will actually talk to duke ;D the walking should be perfect, so next thing I need to test is talking to wizzy..

    should be done today

  23. #23
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Type Mismatch in line 85 in script C:\Users\Willie\Desktop\IHasRune V1.0.scar

    is all i get

  24. #24
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it compiles for me..

    you have scar 3.15b (or 3.20), rev 31, updated reflection.. everything? :\

  25. #25
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 99_ View Post
    it compiles for me..

    you have scar 3.15b (or 3.20), rev 31, updated reflection.. everything? :\
    Yeah new Revision has changed though ur gona need 2 change ur script =\

    BTW: They changed something with the tiles...

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rune Mysteries Info
    By Richard in forum OSR Help
    Replies: 4
    Last Post: 03-08-2009, 04:47 PM
  2. Rune Mysteries Quester?
    By tim46 in forum News and General
    Replies: 18
    Last Post: 06-15-2007, 09:27 AM
  3. Rune Mysteries Quester
    By kautkto in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 05-31-2007, 09:54 PM
  4. rune mysteries quest
    By ironlarreh in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 03-01-2007, 01:17 AM

Posting Permissions

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