Page 1 of 3 123 LastLast
Results 1 to 25 of 65

Thread: Progress On Rocktail Fisher + feedback plz

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

    Thumbs up Progress On Rocktail Fisher + feedback plz

    Please give me feed back advice what to do , i am trying to contribute .

    please only + feed back , not like yuor stupid because you cant script .
    i do not even know how to script this __LANGUAGE__ here the progress is


    program Rocktailfisher;
    var

    Fish: Integer;
    Exp: Extended;


    const
    NUMBER_OF_FISH = 500;
    WHAT_TO_FISH = 'Rocktail';

    procedure HowManyFish;
    begin
    Fish := 250;
    Exp := 380;

    Writeln('You Have Fished A Rocktail' + IntToStr(Fish) + 'Fish This Run');
    Wait(1000);
    Writeln('Fishing Rocktail' + IntToStr(NUMBER_OF_FISH) + 'Fish');
    Wait(1000);
    Writeln('You Are Fishing Rocktail' + WHAT_TO_FISH + 'Fish!');
    Wait(1000);
    Writeln('You Have Gained' + FloatToStr(Fish * Exp) + 'Xp This Run!');
    end;
    function Rocktail:String;
    var
    s: String;
    begin
    Wait(1000);
    end;

    begin
    ClearDebug;
    HowManyFish;
    Writeln(Rocktail);
    end.

    very enteresting code =)
    Last edited by coolmanyou1; 03-29-2012 at 07:48 PM.

  2. #2
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    That currently does nothing.
    It's just "Pretending" to fish by posting stuff in the Debug box.

  3. #3
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    If you're trying to make a rocktail script, maybe make a script that actually does something.

    Try experimenting with FindObjCustom and Mouse.

  4. #4
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    If you're trying to make a rocktail script, maybe make a script that actually does something.

    Try experimenting with FindObjCustom and Mouse.
    no im not making script , im trying too . i have no idea how =( , people siad i

    was going to gold farm rocktails , plus epicbot already has a rocktail bot , and i have it .

  5. #5
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by coolmanyou1 View Post
    no im not making script , im trying too . i have no idea how =( , people siad i

    was going to gold farm rocktails , plus epicbot already has a rocktail bot , and i have it .
    If you really want to learn, I suggest starting with a smaller project. Plus if you already have one, why would you need another?

  6. #6
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ashaman88 View Post
    If you really want to learn, I suggest starting with a smaller project. Plus if you already have one, why would you need another?
    i want to , have a bot that i have say in editing . because epicbot bot . is like

    these bots it does not do randoms screws up , does not auto fix , plus i like

    these bots , when i know how to script . oh boy you better watch out for alot of scripts flooding the forum =)

  7. #7
    Join Date
    Dec 2011
    Posts
    414
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by nebula View Post
    if you're trying to make a rocktail script, maybe make a script that actually does something.

    Try experimenting with findobjcustom and mouse.
    hahahahaha

  8. #8
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by coolmanyou1 View Post
    i want to , have a bot that i have say in editing . because epicbot bot . is like

    these bots it does not do randoms screws up , does not auto fix , plus i like

    these bots , when i know how to script . oh boy you better watch out for alot of scripts flooding the forum =)

    This is NOT what I meant by no being a leecher..
    Also, wtf are the random lines for?

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

    Default

    Quote Originally Posted by Sin View Post
    This is NOT what I meant by no being a leecher..
    Also, wtf are the random lines for?
    why you being a dick , im not a gold farmer . i am a player that plays rs . plus

    im not a leecher . a leecher is some one that takes the code , and does not

    contribute back . i have not even downloaded 2 scripts from here , because

    they are all poop . they are slow . plus you need to babysit it , i did not even

    sleep last night . because i wanted lunar diplomacy . these dam bots stink .

    poor effort . messes up 100% of the time . only bots that are good is , pest

    control bot . reason is . it does not go in randoms =) . so thank you for .

    being total douche to me . sorry if im being rude . but who shat on your china great

    wall?be nice please . why am i even spacing this , for you ? i do not know , but i do admite it's easy to read .

  10. #10
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by coolmanyou1 View Post
    why you being a dick , im not a gold farmer . i am a player that plays rs . plus

    im not a leecher . a leecher is some one that takes the code , and does not

    contribute back . i have not even downloaded 2 scripts from here , because

    they are all poop . they are slow . plus you need to babysit it , i did not even

    sleep last night . because i wanted lunar diplomacy . these dam bots stink .

    poor effort . messes up 100% of the time . only bots that are good is , pest

    control bot . reason is . it does not go in randoms =) . so thank you for .

    being total douche to me . sorry if im being rude . but who shat on your china great

    wall?be nice please . why am i even spacing this , for you ? i do not know , but i do admite it's easy to read .


    Shitty scripts for the lose

  11. #11
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sin View Post


    Shitty scripts for the lose
    plus why would i leech a script that you can only run for 1-3 hours? like no

    effort goes into these scripts , no randoms , no gui support , no auto correct .

    no anti_nuke , no custom speed-injection ? i do not get it .

  12. #12
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Coolman, a whole bunch of scripts work. :|
    They all attempt to do randoms.
    GUI's are hard to do, and not needed.
    Scripts can only run for a max of 6 hours.
    There is no "Anti-Nuke", Auto-Correct, dafuq is this?
    Custom Speed injection? See last comment please.
    Almost all of Sin's work perfectly.
    If you haven't downloaded 2 scripts, how can you say every script sucks?
    Please, use some common sense.

  13. #13
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nkn View Post
    Coolman, a whole bunch of scripts work. :|
    They all attempt to do randoms.
    GUI's are hard to do, and not needed.
    Scripts can only run for a max of 6 hours.
    There is no "Anti-Nuke", Auto-Correct, dafuq is this?
    Custom Speed injection? See last comment please.
    Almost all of Sin's work perfectly.
    If you haven't downloaded 2 scripts, how can you say every script sucks?
    Please, use some common sense.
    true , ive used 1 that worked . and granite miner pro . pissed me off . it

    keeped miss clicking or either . clicking on the rock and not destroyig it . and standed there for 4 hours clicking the pickaxe , because it was in a mini

    game without a MINI GAME RANDOM SCRIPT . none of thee script has one . no effort put into it =) . im not a leecher . if someone made a rocktail fisher

    right now il donate 4-20$ , right now . with randoms though . actual effort put into it . who cares if people steal your mini game scripting . there is only

    30 max scripts on every forum , people check out every thing they would know you made it =) .

  14. #14
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Randoms are in almost every script. Stop spacing, it's hurting my eyes.
    Please, get some information before you make outrageous assumptions.

  15. #15
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by coolmanyou1 View Post
    true , ive used 1 that worked . and granite miner pro . pissed me off . it

    keeped miss clicking or either . clicking on the rock and not destroyig it . and standed there for 4 hours clicking the pickaxe , because it was in a mini

    game without a MINI GAME RANDOM SCRIPT . none of thee script has one . no effort put into it =) . im not a leecher . if someone made a rocktail fisher

    right now il donate 4-20$ , right now . with randoms though . actual effort put into it . who cares if people steal your mini game scripting . there is only

    30 max scripts on every forum , people check out every thing they would know you made it =) .
    You probably wouldn't be able to figure out how to run it even if we did give you one :/ I'm sorry, but you don't know what you're talking about. Read the tutorials about this community.

  16. #16
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by nkn View Post
    Randoms are in almost every script. Stop spacing, it's hurting my eyes.
    Please, get some information before you make outrageous assumptions.
    I agree, +rep.

  17. #17
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ashaman88 View Post
    You probably wouldn't be able to figure out how to run it even if we did give you one :/ I'm sorry, but you don't know what you're talking about. Read the tutorials about this community.
    your right though , im not really advanced in this scripting language . but in c++ i am , java a little . gramar does not defay knolege . this is the script that pissed me off . good fight geting 61 mining , no 60 for lunar dimplomacy . it did not do anything , failed to even destroy the rocks . went to the cat isnald mini game , failed sited they clicking the pickaxe . i do not know if this is just me or it's my compiler , messing up things . yes i did edit it and make it work . http://villavu.com/forum/showthread.php?t=72906

  18. #18
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Sin View Post
    I agree, +rep.
    It is a great thing to learn how to script. It is interisting and makes fun also it is a good way to get into an informatik job later. Just be proud of what you can. There are lots of people don´t understand that fast or never will understand scripting no matter how long they try to learn. Because of that there are sites as powerbot, epicbot and others i think.

    I will try to answer all Runescape related questions!

  19. #19
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sin View Post
    I agree, +rep.
    im going to try out your fisher script =) . S1Fisher . look promissing . hope it's better then epicbots .

  20. #20
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Grammar is a + here, it earns respect, and uhh... it lets people help you when you don't sound like an infant.
    If you know C++ like you say you do, then you should have a VERY good idea about this.
    I have a small background in C++, and I got good enough to write my first script the same day.

    You probably didn't set it up right/in wrong area/laggy internet connection.


    But back on topic: Grammar is everything, it separates the serious scripters from the 'meh' scripters. I wouldn't download a script if the guy tlked leik this all teh teim.
    Use some grammar, it makes you more respectable and presentable.

  21. #21
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by coolmanyou1 View Post
    your right though , im not really advanced in this scripting language . but in c++ i am , java a little . gramar does not defay knolege . this is the script that pissed me off . good fight geting 61 mining , no 60 for lunar dimplomacy . it did not do anything , failed to even destroy the rocks . went to the cat isnald mini game , failed sited they clicking the pickaxe . i do not know if this is just me or it's my compiler , messing up things . yes i did edit it and make it work . http://villavu.com/forum/showthread.php?t=72906
    If you have problems with a script you should post on that scripts thread. Looking at that script, people have been posting how great it works as of yesterday...

  22. #22
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nkn View Post
    Grammar is a + here, it earns respect, and uhh... it lets people help you when you don't sound like an infant.
    If you know C++ like you say you do, then you should have a VERY good idea about this.
    I have a small background in C++, and I got good enough to write my first script the same day.

    You probably didn't set it up right/in wrong area/laggy internet connection.


    But back on topic: Grammar is everything, it separates the serious scripters from the 'meh' scripters. I wouldn't download a script if the guy tlked leik this all teh teim.
    Use some grammar, it makes you more respectable and presentable.
    bro . i upload 80mbps i download faster then any cd can burn ? my internet is 10mbps

  23. #23
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    You can upload 8x faster than your internet?
    Sounds legit.
    I have 30MBPS though, you jelly?
    Learn your real specs before you make stuff up.

  24. #24
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sin View Post
    I agree, +rep.
    im pissed bro . your bot killed me with 12k lobsters something around 2m . OMFG . i fished invo . in f2p . your bot took me right over the valcano , scorpian killed me , i yelled NOOOOOOOOOOOOOOOOOOOOOOOO , 5 hited me . that's fuckin 20 hours of work . LEGITLYYYYYYYYYYY

  25. #25
    Join Date
    Jan 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nkn View Post
    You can upload 8x faster than your internet?
    Sounds legit.
    I have 30MBPS though, you jelly?
    Learn your real specs before you make stuff up.
    im not , my internet costs me like 400$ a month because im a downloader . gamer , if you will add im not stupiiiid .

Page 1 of 3 123 LastLast

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
  •