Page 4 of 47 FirstFirst ... 2345614 ... LastLast
Results 76 to 100 of 1152

Thread: Essence Harvester V2

  1. #76
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [Error] (25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.


    ^^ this when trying to update graphics.. anyone help ?

  2. #77
    Join Date
    Sep 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Nice script @wthomas, love the anti-leech, simple but still makes you look for it. touche on the Taylor Swift write line in-game aswell. got me good.
    Last edited by shaezy; 03-12-2013 at 06:25 AM.

  3. #78
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Getting better at solving these anti-leeches, and I have to say, this one challenged me. Wonderful script, awesome, awesome, awesome.

    Aah, had to fix it some more, that stupid taylor swift reference crap stopped it xD
    Last edited by MinecraftPROguy; 03-12-2013 at 07:28 AM.

  4. #79
    Join Date
    Mar 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    I'm up to here in the anti-leechers, someone pm help please!

  5. #80
    Join Date
    Feb 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by omgodly View Post
    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    I'm up to here in the anti-leechers, someone pm help please!
    That's were i was last time... I need help with it.

  6. #81
    Join Date
    Feb 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    I got this error can someone help?

    [Hint] C:\Users\Ali\Desktop\EssenceHarvester.simba(517:3) : Variable 'MTPA' never used at line 516
    [Hint] C:\Users\Ali\Desktop\EssenceHarvester.simba(518:3) : Variable 'I' never used at line 517
    [Error] C:\Users\Ali\Desktop\EssenceHarvester.simba(727:84 ): Unknown identifier 'CostPerEssence' at line 726
    Compiling failed.

  7. #82
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Error: Out Of Range at line 747
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    it works till it get backs to the bank then i get that error.

    It highlights " TypeSend(aL[aLi]); "

    in the code procedure Sing;
    begin
    if aLi=length(aL) then
    aLi:=0;
    TypeSend(aL[aLi]);
    inc(ALi);
    wait(2000);
    end;

  8. #83
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Quote Originally Posted by overdosee View Post
    Error: Out Of Range at line 747
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    it works till it get backs to the bank then i get that error.

    It highlights " TypeSend(aL[aLi]); "

    in the code procedure Sing;
    begin
    if aLi=length(aL) then
    aLi:=0;
    TypeSend(aL[aLi]);
    inc(ALi);
    wait(2000);
    end;

    you could replace the that with this

    Code:
    procedure Sing;
    begin
      if aLi=length(aL)-1 then
        aLi:=0;
      TypeSend(aL[aLi]);
      inc(ALi);
      wait(2000);
    end;

  9. #84
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    you could replace the that with this

    Code:
    procedure Sing;
    begin
      if aLi=length(aL)-1 then
        aLi:=0;
      TypeSend(aL[aLi]);
      inc(ALi);
      wait(2000);
    end;
    Still get the message now it's at the essence node when it finishes mining.
    Last edited by overdosee; 03-12-2013 at 01:51 PM.

  10. #85
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by PartyShanked View Post
    What an ignorant comment... Of course he wants people to be able to use it, he just wants to restrict how many, and the type of person.
    Adding a anti-leech is such an elitist thing to do. Its like saying "I will only play fotball with you if you are good enough for me." How do you expect new people to get into this stuff if all the vets are like "Hah! You can`t solve this anti-leech? To bad."

  11. #86
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, downloaded, runned, compiled, fapping.

  12. #87
    Join Date
    Mar 2013
    Location
    Scotland
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by lars222 View Post
    Adding a anti-leech is such an elitist thing to do. Its like saying "I will only play fotball with you if you are good enough for me." How do you expect new people to get into this stuff if all the vets are like "Hah! You can`t solve this anti-leech? To bad."
    You're honestly attempting to compare taking your pet to the vet to solving basic code for a RuneScape bot? If anything it's doing you a favour - learn a little code. Anti-leech is a decent moderation tool, and these scripts take hours to make. Least you can do is spend a couple minutes removing an error.

  13. #88
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Quote Originally Posted by lars222 View Post
    Adding a anti-leech is such an elitist thing to do. Its like saying "I will only play fotball with you if you are good enough for me." How do you expect new people to get into this stuff if all the vets are like "Hah! You can`t solve this anti-leech? To bad."

    Its not like that at all. Its more like ok, this community thrives of people releasing scripts, free. Think about it, what does anyone gain from releasing scripts here except from feeling good about helping the community? Thats the only initiative, adding anti leeches stop people from taking the whole time. if 100 people download a perfect working script and run it then possibly it will inspire 1 or 2 of them to learn to program. If they need to learn a little basic syntax and fix a few "anti leeches" then that 1 or 2 will probably become a 4 or 5 as they are like "hmm this isn't too hard, I think ill try writing a script for ......" they then release said script and the community grows.

    If people just come here to mindlessly download free scripts then they will just come and download not posting or whatever. If everyone just did this no one would release scripts.

    tldr; Your join date is March 2013 with 2 posts, prove you arnt a mindless leacher and learn to script!

  14. #89
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very annoying now, Still can't find the anti-leech -.- think i am going blind :/

  15. #90
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    Its not like that at all. Its more like ok, this community thrives of people releasing scripts, free. Think about it, what does anyone gain from releasing scripts here except from feeling good about helping the community? Thats the only initiative, adding anti leeches stop people from taking the whole time. if 100 people download a perfect working script and run it then possibly it will inspire 1 or 2 of them to learn to program. If they need to learn a little basic syntax and fix a few "anti leeches" then that 1 or 2 will probably become a 4 or 5 as they are like "hmm this isn't too hard, I think ill try writing a script for ......" they then release said script and the community grows.

    If people just come here to mindlessly download free scripts then they will just come and download not posting or whatever. If everyone just did this no one would release scripts.

    tldr; Your join date is March 2013 with 2 posts, prove you arnt a mindless leacher and learn to script!
    So you have to be a scripter to be a part of this community?

    Take a look at it from my point of view. I recently started playing RS again after 5 years of not playing. I came back because of RS 2007. I read some stuff about bots and decided to check it out. After reading a bit here and there I found out about simba. I found this webiste and it had some good guides on how to set it up and everything. Then when I am about to try one of these scripts out after spending 2 hours finding out about simba and setting it up I am told that I can`t use it because I can`t script.

    Its not like I don`t wanna learn how to script. I have always wanted to do that, but I never had the time to learn it. How do you even expect people to learn how to script when you are basically saying "Can`t script, gtfo!"


    Anyways, saw that the moderators are now forcing people to remove the anti-leeches. I am glad they are doing that, maybe this community will be less elitist then and more noob friendly.

  16. #91
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    You don't have to be a scripter to be part of the community though it helps a lot.
    Also there's hundreds of guides on the forums for learning how to write scripts.

    Anti leeches are put in by script writers to limit the numbers of people that can use their script, ie for instance take any gold farming script
    Is it better that everyone can use it and crash the prices? no. so how do you segregate who can and cant use it? Surly splitting it up based on time spent at villavu/experience/knowledge is best no?

    Also, removing one "end." to have the script run perfectly isn't really that complex?

  17. #92
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Have i done anti-leeching... When i reload simba + script. Essence Havester is empty

  18. #93
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I still don`t really see the point of people even uploading scripts if they don`t want people using their scripts.

    I`m sorry if I don`t seem grateful for the scripts you guys are making here. It just frustrates me a bit to see all of these awesome scripts with built in errors that I have no idea how to solve.

    Oh and about removing just one "end". How should know that with no experience at all with this stuff? Anyways, when I looked at the scripts it gave me three hints which led to three different anti-leeches, so it couldn`t have just been one "end".

  19. #94
    Join Date
    Mar 2013
    Location
    San Diego, California
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by alipotter890 View Post
    That's were i was last time... I need help with it.
    both of you
    move the script to the foldor called scripts in simba then let the script auto update the new script updated will work better.
    also
    I hope you like taylor swift

  20. #95
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Maybe can some1 solve anti-leeches for money?...

  21. #96
    Join Date
    Oct 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey, I just got everything working, well i thought I did. The script compiles and opens Smart but then just sits there. It wont try to log in or anything and there is nothing in the debugger that has any errors. Please let me know what I'm doing wrong lol!

    Thanks!

  22. #97
    Join Date
    Mar 2013
    Location
    San Diego, California
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by PartyShanked View Post
    You're honestly attempting to compare taking your pet to the vet to solving basic code for a RuneScape bot? If anything it's doing you a favour - learn a little code. Anti-leech is a decent moderation tool, and these scripts take hours to make. Least you can do is spend a couple minutes removing an error.

    i think he ment vet as in experienced user not the kind you bring your pet to

  23. #98
    Join Date
    Mar 2013
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL\srl\misc\SmartGraphics.simba (25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.

    also.. having problems finding the anti-leech, leeches (still dont know how many there are)

  24. #99
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I have removed what I believe to be the anti-leech after reading through this thread and when I try and run the script now I get this message
    New script downloaded !! Please restart simba and reload this script!!
    Successfully executed.
    does anyone have any ideas what to do? New to Simba and not sure what to search for for relevant help.

  25. #100
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just got the same message.
    Fixed it by downloading again and redoing the anti-leech.

    Hope it works too for you

Page 4 of 47 FirstFirst ... 2345614 ... 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
  •