Search:

Type: Posts; User: flamer

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    571

    Thanks! Small question though: So if I wanted to...

    Thanks! Small question though: So if I wanted to make it true only when it is divisible by 10, I would use if(i mod 10)=0 then?
  2. Replies
    3
    Views
    571

    Few questions...

    I'm currently working on a fletching script and I have a few questions:

    1. Can the RS client detect your mouse position if it is NOT in the client window? For example, if I just used MMouse to...
  3. Replies
    8
    Views
    564

    Thanks!

    Thanks!
  4. Replies
    8
    Views
    564

    Question about using smart

    Do I need to do anything other than include the smart library and do that one smartsetup command (I can't remember what it is...)? I've searched the forums, but couldn't seem to find any info an...
  5. Replies
    14
    Views
    3,336

    Haha, my brain hurts >_> But I did find that...

    Haha, my brain hurts >_> But I did find that FindObjCustom might be just the thing I need. Apparently you can specify the uptext (Bank-booth in my case) and the two colors of the bank booth (window...
  6. Replies
    14
    Views
    3,336

    Ah, thanks! But what happens when there is more...

    Ah, thanks! But what happens when there is more than one bank booth? I suppose I could make it so it would find the bank booth in a cross pattern (like a +, using two find color boxes) so that way it...
  7. Replies
    14
    Views
    3,336

    Haha sorry, I updated that post to make it a bit...

    Haha sorry, I updated that post to make it a bit clearer. Here:



    I want to have the mouse move and hover over the bank booth while my spell is completing it's cast animation. No real person...
  8. Replies
    14
    Views
    3,336

    Thanks for the detailed response =) Got...

    Thanks for the detailed response =)

    Got everything working, except my first point. I'm not sure how to approach this, should I use color? But then there is an issue of picking the same booth as...
  9. Replies
    14
    Views
    3,336

    Super Glass Maker

    I just wrote this up today because even though I've known that Superglass make is an awesome way to level up magic, crafting and make money at the same time, it's just too click intensive for me. So...
  10. Replies
    9
    Views
    608

    I see. Well, it seems that my original script...

    I see.

    Well, it seems that my original script wouldn't have worked anyhow. The first click would be at superhuman speeds.

    Here is an updated one, which should work, I think:


    program New;...
  11. Replies
    9
    Views
    608

    Clickmouse safe?

    I usually use mousekeys to do repetitive tasks, such as high alching. I have written a script that simulates a person using mousekeys to high alch over and over again. The question is, I've read that...
  12. Replies
    25
    Views
    3,138

    Oh, I'll go ahead and update then. Thanks! ...

    Oh, I'll go ahead and update then. Thanks!

    EDIT:
    Hm, well I keep getting an out of range error on line 60 (Name of players[1])
    And nothing happens, using player[0], on the login screen. The...
  13. Replies
    25
    Views
    3,138

    getting tons of compiling errors... are we still...

    getting tons of compiling errors... are we still on scar 3.21? lol (haven't been on in a while)
  14. Replies
    4
    Views
    444

    Oh wow that is complicated =o Thanks so much,...

    Oh wow that is complicated =o

    Thanks so much, though. It works now! :)
  15. Replies
    4
    Views
    444

    Getting int from file

    Here's a little excerpt from my code:



    {i is already defined as: var i: integer;}
    {open is defined as: var open: boolean;}

    begin
    filenum :=...
  16. Replies
    15
    Views
    745

    Thanks! Well, thats not as accurate as...

    Thanks!



    Well, thats not as accurate as using a counter haha. Besides, it wasnt too difficult to write... just figuring out the language was the hard part.

    BTW does anyone know how to use...
  17. Replies
    15
    Views
    745

    I dont like focusing on the screen while training...

    I dont like focusing on the screen while training =P I usually browse forums or do homework/read while I train, and look back every 30 seconds or so.

    Plus, I like to get my money's worth. Using a...
  18. Replies
    15
    Views
    745

    As much as possible... I haven't autoed since my...

    As much as possible... I haven't autoed since my f2p days. This code is just to assist me (Or anyone else with a crystal bow for that matter) so I don't have to count every single arrow that comes...
  19. Replies
    15
    Views
    745

    Every time you recharge it, it becomes cheaper to...

    Every time you recharge it, it becomes cheaper to recharge, until 180k.

    That's all =P
  20. Replies
    15
    Views
    745

    Haha, thanks =P Is searching for color or...

    Haha, thanks =P

    Is searching for color or bitmap better? I assume there isnt too much of a difference in this case, since I'm confining the area just to my character...

    I think tomorrow I'll go...
  21. Replies
    15
    Views
    745

    Will this code work?

    program CrystalBowCounter;

    procedure BowCount;

    var count: integer;
    var randstore: integer;
    var x, y: integer;
    var flag: boolean;
  22. Replies
    10
    Views
    780

    Ok thanks :) Thank you all for your help, I...

    Ok thanks :)

    Thank you all for your help, I hope I can contribute to this community sometime soon :D
  23. Replies
    10
    Views
    780

    Ok thanks =) I'll probably start learning...

    Ok thanks =)

    I'll probably start learning colors then sometime this week, and hopefully not screw up too hard =o

    Btw, this is undetectable right? The program isnt actually doing anything for me...
  24. Replies
    10
    Views
    780

    reflection? Is that a completely different...

    reflection? Is that a completely different language or something?
  25. Replies
    10
    Views
    780

    Thanks for the quick responses! But yes, I was...

    Thanks for the quick responses!
    But yes, I was talking about a crystal bow =P

    All that is man, I think I get your logic (with my very basic c++ skills haha). So basically, you're using the find...
Results 1 to 25 of 35
Page 1 of 2 1 2