Page 6 of 6 FirstFirst ... 456
Results 126 to 147 of 147

Thread: Runespan - Death Esswraith (Node Support)

  1. #126
    Join Date
    Mar 2012
    Posts
    426
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by xblazenx View Post
    is anyone else having the same problem where it keeps clicking on the soul esswraith?
    The color of the siphoning "puffs" must have changed. All you need to do is get the color of the "puff" using the Auto Color Aid and insert it below:

    Simba Code:
    Function IsAttack: Boolean;

    Var
    CTS: Integer;
    TPA: TPointArray;

    Begin
      CTS := GetColorToleranceSpeed;
      Begin
        ColorToleranceSpeed(2);
        SetColorSpeed2Modifiers(0.20, 0.82);
        FindColorsSpiralTolerance(x, y, TPA, 13812937, 250, 135, 275, 170, 12);
        ColorToleranceSpeed(CTS);
        result := (Length(TPA) > 0);

        If result Then
          Exit;
      End;
    End;
    - My Scripts (Beginning to Update to SRL 6) -

  2. #127
    Join Date
    Apr 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, alevere4 for making this script! It's got me from 60-99

  3. #128
    Join Date
    Jun 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm having a little problem with mine but when i attack the esswraith it doesnt kill them no matter how many times i syphon them. I'm a little worried that this will alert Jagex that i am using some sort of client that is disrupting their's.
    The thing is is that it will syphon the esswraith forever and it wont get destroyed and that will lead me to the loss of all my rune essence. I can only destroy the esswraith if i click it with my own cursor.


    Okay i figured out that the cursor was clicking the esswraith too much and i tried using aca to find the color but, i got the color 15590119 pluged it in as
    Function IsAttack: Boolean;

    Var
    CTS: Integer;
    TPA: TPointArray;

    Begin
    CTS := GetColorToleranceSpeed;
    Begin
    ColorToleranceSpeed(2);
    SetColorSpeed2Modifiers(0.20, 0.82);
    FindColorsSpiralTolerance(x, y, TPA, 15590119, 250, 135, 275, 170, 12);
    ColorToleranceSpeed(CTS);
    result := (Length(TPA) > 0);

    If result Then
    Exit;
    End;
    End;
    but it still wont work
    Last edited by FuturenavySEAL; 06-26-2012 at 11:07 PM.

  4. #129
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is their something im missing or havent downloaded? some of my scripts wont load the applet and others do.

    yours are giving me a Runtime error program: C:\simba\simba.exe R6025-pure virtual function call, and i have no clue what that actually means any suggestions?

    and others are giving me this: smartsetup ('http:\\'+prefix+'.runescape.com/','plugin.js?param=o0,a + inttostr((integer(not(signed)) + 1) * integer(not((superdetail and signed)))) + ',m' + inttostr (integer(members)), 765, 503, 's';

    ^ that is all in orange when i try to run other scripts could you help at all?

  5. #130
    Join Date
    Jul 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes, I know I'm a nooby leacher as of now but if you could update the script so that it knows when they die and you don't run out of essence that would be great

  6. #131
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the blood esswraither tries to select bloody skulls when you're not yet level 83 which wastes time but apart from that is flawless

  7. #132
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am also having the issue of the death wraith not dieing and i run out of ess. After running out it just continues to click the wraith over and over and never obtains more ess.

    Edit: I've tried inserting "Checkess" in a few spots but then it just causes the mouse to go back and forth checking ess clicking npc and other antiban....so not a perma-fix

    Edit2: I've also had problems with earth esslings being around. If the death wraith DOES die, it will then ago after the earth ess OR will sometimes click off of the death wriath and go after the earth essling >.>
    Last edited by bottybotterson; 07-09-2012 at 08:26 PM. Reason: Update 2

  8. #133
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am 48 Rc what do I do to get this script running?

  9. #134
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    how much exp/h is this when you are lvl 66? and how much lvl 77 ? and how much lvl 90? and how much lvl 99?
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  10. #135
    Join Date
    Oct 2007
    Location
    Chicago
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any expected time for a fix

  11. #136
    Join Date
    Aug 2012
    Location
    Texas
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey im not too sure why its not working for me but everytime i click "run" this shows up http://puu.sh/PuZV
    im not too sure why if anyone could answer it for me or link me to somewhere i can find the answer id really appreciate it thanks.

  12. #137
    Join Date
    Jun 2012
    Location
    Portugal
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Time Ran : 05:00:03
    Gained Xp : 227523
    Exp/hr : 45497


    niice!!
    Making Money Guide 15-20m hour (no requirements):

    http://www.youtube.com/watch?v=oHg5SJYRHA0


  13. #138
    Join Date
    Jun 2012
    Location
    Portugal
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Thatkid_ View Post
    Hey im not too sure why its not working for me but everytime i click "run" this shows up http://puu.sh/PuZV
    im not too sure why if anyone could answer it for me or link me to somewhere i can find the answer id really appreciate it thanks.
    just delete the lines

    smart server
    smart members
    smart signed
    smart superdetail

    and hit run
    Making Money Guide 15-20m hour (no requirements):

    http://www.youtube.com/watch?v=oHg5SJYRHA0


  14. #139
    Join Date
    Jun 2012
    Location
    Portugal
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is there any option to not siphon nodes? sometimes I run out of essence because of the nodes and then the script doesnt pick more essence. could u look at that plz?
    Making Money Guide 15-20m hour (no requirements):

    http://www.youtube.com/watch?v=oHg5SJYRHA0


  15. #140
    Join Date
    Jun 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by [F]aceless View Post
    just delete the lines

    smart server
    smart members
    smart signed
    smart superdetail

    and hit run
    Thank you this fixed my problem

  16. #141
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am trying to run Runespan - Death Esswraith (Node Support) i get an error Error] C:\Users\Kyle\Desktop\SoulWraithPub.simba(483:3): Unknown identifier 'Smart_Server' at line 482
    Compiling failed.
    cam someone please help

  17. #142
    Join Date
    Mar 2012
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    It dont get essence from floating essence when out of essence on me.

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

    Default

    Quote Originally Posted by liklox View Post
    It dont get essence from floating essence when out of essence on me.
    Did it try to collect it if you start the script without any on you?

  19. #144
    Join Date
    Mar 2012
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    I tried to start with and without ess. It dont collect when started without ess and it dont collect when out of it

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

    Default

    Quote Originally Posted by liklox View Post
    I tried to start with and without ess. It dont collect when started without ess and it dont collect when out of it
    Then it looks like that feature isn't working for this script - may want to try another one until he gets around to fixing it (or just start with a ton of essence)

  21. #146
    Join Date
    Mar 2012
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Thats what i think

  22. #147
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So I'm looking through the code and can't find where the misclick is happening while siphoning blood wraiths...starts to siphon and after a few seconds, clicks off...Already took out the anti-ban random click-----any help?

Page 6 of 6 FirstFirst ... 456

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
  •