Results 1 to 22 of 22

Thread: Need An Idea

  1. #1
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need An Idea

    [emotion]Ok, this probably sounds really lame.
    But me and my girlfriend just broke up.
    For no reason at all. She said we lived too far apart. Yeah. Lol.
    And she basically dumped me for another guy.

    So, in order to take up her space, I'm going to do something different.
    [/emotion]
    I'm going to make a script.

    However, I'm unsure of what kind of script to make.
    You guys really need to help me.
    Can't get her off my mind.

    Recommendations, please?

  2. #2
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    a script that clams runes/arrows at lumbrigde kill ducks, waits 30 minutes and repeats or a karajama lesser demon killer that uses safe spots



  3. #3
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hot damn. That's too advanced. Lol.

  4. #4
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TheVoiceInYourHead View Post
    [emotion]Ok, this probably sounds really lame.
    But me and my girlfriend just broke up.
    For no reason at all. She said we lived too far apart. Yeah. Lol.
    And she basically dumped me for another guy.

    So, in order to take up her space, I'm going to do something different.
    [/emotion]
    I'm going to make a script.

    However, I'm unsure of what kind of script to make.
    You guys really need to help me.
    Can't get her off my mind.

    Recommendations, please?
    I feel your pain sorry about your gf, this is really lame, but there are lots of hot fish in the pond

    but i dont know what to tell you, look around the scripts requests...

  5. #5
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Reflection Lesser Demon safe spotter.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  6. #6
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    you can make my old lletya flaxer work, i'll give it to you and you can take all of the credit haha, i dont care about it any more
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  7. #7
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok mates. So you want a Reflection Lesser Demon with Safe Spotter.

    Now. Explain to me how it works, and what you can recommend.

  8. #8
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TheVoiceInYourHead View Post
    Ok mates. So you want a Reflection Lesser Demon with Safe Spotter.

    Now. Explain to me how it works, and what you can recommend.
    its on karamja in the volcano and it would just range the lessers there, and pick up arrows im assuming, and if the inventory gets low on food, then maybe fish some more? idk... but it would be cool

  9. #9
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could I do this using Mage? Or would range be better?

    I'd say I'd be more comfy with mage.

  10. #10
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TheVoiceInYourHead View Post
    Could I do this using Mage? Or would range be better?

    I'd say I'd be more comfy with mage.
    prolly wouldnt be too hard to do both, especially with reflection...

  11. #11
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How might I use reflection to pick up items on the floor?

  12. #12
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TheVoiceInYourHead View Post
    How might I use reflection to pick up items on the floor?
    im not 100% sure but look at the release for it, you have to look up the item id and have it find that id and whatnot, it is not extremely hard but takes some knowledge of scripting...

  13. #13
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Items.scar has all you need for picking up ground items.
    :-)

  14. #14
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How would I use FindGroundItems to find an item with the id 5623?

    I've never used FindGroundItems before =/

  15. #15
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    First make a variable of type array of TGroundItem. Then you can use the function like if (FindGroundItems(varName, [5623], 11)) then do something. All of the information for the item will be stored in varName. You can use varName.MS, varName.Tile, varName.ID and varName.StackSize to access information about it.
    :-)

  16. #16
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What does the "11" stand for? It says maxSL, which is what?

  17. #17
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    11 stands for the max search length of the function. 11 is the whole minimap, I believe.
    :-)

  18. #18
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    You bumped your thread after waiting 6 minutes?
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  19. #19
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What do you mean the max search length?

    EDIT: Would this find the iron arrow(s)?:
    SCAR Code:
    procedure PickupArrows;
    var varArrow: array of TGroundItem;
    ArrowTile, ArrowTileMM: TPoint;
    begin
      if not LoggedIn then Exit;
      if FindGroundItems(varArrow, [5623], 11) then
      begin
        ArrowTile := varArrow[0].Tile;
        ArrowTileMM := TileToMM(ArrowTile);
        WalkToTile(ArrowTileMM, 3, 1);
        Mouse(ArrowTile.x, ArrowTile.y, 2, 2, False);
        Wait(125 + Random(125));
        ChooseOption('rrow');
      end;
    end;

  20. #20
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    The max search length around the player's current location that the function will look in.

    EDIT: And no, it wouldn't, because you're not moving the mouse to the main screen coordinates after you walk there. Do a TileToMS first or don't walk to the tile and use varArrow.MS.
    :-)

  21. #21
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Method, I just now edited my last post. Please look at it.

  22. #22
    Join Date
    Mar 2007
    Location
    under ur bed...
    Posts
    393
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    u gotta make a farming script lol or a agility runner
    HMPH

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. A new bot idea?
    By IsrafelDarklight in forum News and General
    Replies: 15
    Last Post: 04-26-2008, 12:59 AM
  2. need an idea
    By Shuttleu in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 04-12-2008, 11:15 PM
  3. Just a idea!
    By sum1uallno in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 07-14-2007, 12:33 AM
  4. Best Idea Ever.
    By yeahright. in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 03-02-2007, 06:35 PM

Posting Permissions

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