Page 12 of 99 FirstFirst ... 210111213142262 ... LastLast
Results 276 to 300 of 2463

Thread: Kyle's Esswraith Extractor

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

    Default

    Simba Code:
    procedure MainLoop();
    var
      fObj : TObj;
      x, y, i ,InitialXP,UpdateXP,t: Integer;
    begin
      repeat
        if not loggedin then loginplayer;

        if(TakeBreaks)then BreakHandler(BreakIn, BreakFor, Bir, Bfr);

        if(TimeFromMark(T) > 120000)then
          Proggy;

        if(TimeFromMark(RCt) > (3600000 + RandomRange(-1800000, 1800000)))then
        begin
          RCLvl := GetSkillLevel(SKILL_RUNECRAFTING);
          MarkTime(RCt);
        end;

        for i := 0 to High(Objects) do
        begin
          fObj := GetObject(i);

          if(RCLvl >= fObj.LvlReq)then
          begin
            if(K_FindObj(x, y, i))then
            begin
              Wait(RandomRange(500, 750));
              InitialXP:=GetXPBarTotal;
              MarkTime(T);
              repeat
                Wait(100);
                FindNormalRandoms;
                If TimeFromMark(T)>RandomRange(5500,6000) Then
                  Break;
                UpdateXP:=GetXPBarTotal;
                If UpdateXP>InitialXP Then
                Begin
                  InitialXP:=GetXPBarTotal;
                  T:=0;
                  MarkTime(T);
                End;
              until(false);
            end;
          end;
        end;

        FindNormalRandoms;
        AntiBan();
      until(not(LoggedIn));
    end;

    bye bye uptext

  2. #277
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Look for an update tomorrow! All credits go to ashaman88 for this one! Whooo! The code looks amazing! Give him some love!

    Love this community script! Post your f2p setups if you have them!
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  3. #278
    Join Date
    Mar 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    been using for about 4 hours, 68k exp/hr @ 97 RC

  4. #279
    Join Date
    Dec 2011
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    why does the script sometime run for hours then the next run for 30 seconds and stop

  5. #280
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    The next version should be very stable
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  6. #281
    Join Date
    Dec 2011
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hehe thanks i think it might just be a bug with my simba it doesnt seem to do this with anyone else so :P

  7. #282
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Has the thing where it moves the mouse rapidly on one spot been fixed?

  8. #283
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    Has the thing where it moves the mouse rapidly on one spot been fixed?
    Its not fixed we just deleted what got it happen so its "fixed"

  9. #284
    Join Date
    Dec 2007
    Posts
    289
    Mentioned
    4 Post(s)
    Quoted
    86 Post(s)

    Default

    Quote Originally Posted by honeyhoney View Post
    In Free to Play (Body Esshounds)
    Progress Report:
    Time Running: 3 Hours, 13 Minutes and 23 Seconds
    Experience Earned: 91507
    Experience/Hour: 25200


    Still running.
    Update;

    Progress Report:
    Time Running: 4 Hours, 18 Seconds
    Experience Earned: 113107
    Experience/Hour: 25200
    Successfully executed.


    Ashaman - no more uptext looks nice.
    Can't wait to get home later today and test it out.

  10. #285
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    Im really not liking the script clean up now its harder to read the script and its less flawless to run!

  11. #286
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rules of Joe View Post
    Im really not liking the script clean up now its harder to read the script and its less flawless to run!
    For me its the opposite

  12. #287
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    i dont even know how to run the new script!

  13. #288
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    Has the thing where it moves the mouse rapidly on one spot been fixed?
    BrakeMouse has been removed. All is fine.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  14. #289
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Thanks to everyone who has helped make this script work so flawless!

    P.S: Add SRL Stats

    Forum account issues? Please send me a PM

  15. #290
    Join Date
    Apr 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Top notch, haven't got a real proggy because of the exp counter I hadn't set up properly but was getting ~42k/hr with 84 on bloods. Going to try ZMI for 90 though then back to this for sure. Nice work all involved

  16. #291
    Join Date
    Jun 2006
    Location
    N Wales
    Posts
    558
    Mentioned
    2 Post(s)
    Quoted
    56 Post(s)

    Default

    this script is boss! thanks a lot guys. Thread is a nice read too this is how the community should be all the time

  17. #292
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Really lovely script
    Last edited by Masterstroke; 05-02-2012 at 11:14 AM.

  18. #293
    Join Date
    Dec 2011
    Location
    Ontario
    Posts
    201
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Godly Script (And so fast to be put together :O)
    But awesome job guys!
    It aint easy being cheasy

  19. #294
    Join Date
    Apr 2012
    Location
    Exams
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    As i've said before I have no coding experience, so I don't know how useful or successful this will be (works fine for me though) - But i've swapped some colours around to customise the BloodEssWraith for my lvl 55 RCer:

    Simba Code:
    program BloodEsswraithExtractor;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    var
      StartXP, XPH, XP, T : Integer;

    procedure DeclarePlayers();
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      with Players[0] do
      begin
        Name          := '';      // Your RuneScape Account Name
        Pass          := '';      // Your RuneScape Account Password
        Active        := True;    // Use in the Script. True / False.
      end;
    end;
    (* Credits to Flight *)
    procedure BrakeWindMouse(xs, ys, xe, ye, gravity, wind, minWait, maxWait, targetArea: extended);
    var
      veloX,veloY,windX,windY,veloMag,dist,randomDist,lastDist: extended;
      lastX,lastY,MSP,W,maxStep,D: integer;
      sqrt2,sqrt3,sqrt5: extended;
    begin
      MSP  := MouseSpeed;
      sqrt2:= sqrt(2);
      sqrt3:= sqrt(3);
      sqrt5:= sqrt(5);

      repeat
        dist:= hypot(xs - xe, ys - ye);
        wind:= minE(wind, dist);
        D := Random((Round(dist)/3));
        if (D > 100) then
          D := RandomRange(90, 100);
        if (D < 5) then
          D := RandomRange(5, 8);

        maxStep := D;

        if dist >= targetArea then
        begin
          windX:= windX / sqrt3 + (random(round(wind) * 2 + 1) - wind) / sqrt5;
          windY:= windY / sqrt3 + (random(round(wind) * 2 + 1) - wind) / sqrt5;
        end else
        begin
          windX:= windX / sqrt2;
          windY:= windY / sqrt2;
        end;

        veloX:= veloX + windX;
        veloY:= veloY + windY;
        veloX:= veloX + gravity * (xe - xs) / dist;
        veloY:= veloY + gravity * (ye - ys) / dist;

        if hypot(veloX, veloY) > maxStep then
        begin
          randomDist:= maxStep / 2.0 + random(round(maxStep) div 2);
          veloMag:= sqrt(veloX * veloX + veloY * veloY);
          veloX:= (veloX / veloMag) * randomDist;
          veloY:= (veloY / veloMag) * randomDist;
        end;

        lastX:= Round(xs);
        lastY:= Round(ys);
        xs:= xs + veloX;
        ys:= ys + veloY;

        if (lastX <> Round(xs)) or (lastY <> Round(ys)) then
          MoveMouse(Round(xs), Round(ys));

        W := (Random(100/MSP))*3;
        if (W < 5) then
          W := 5;
        wait(W);
        lastdist:= dist;
      until(hypot(xs - xe, ys - ye) < 1)

      if (Round(xe) <> Round(xs)) or (Round(ye) <> Round(ys)) then
        MoveMouse(Round(xe), Round(ye));

      MouseSpeed := MSP;
    end;

    (* Credits to Flight *)
    procedure BrakeMMouse(eX, eY, ranX, ranY: Integer);
    var
      randSpeed: extended;
      X,Y: integer;
    begin
      randSpeed := (random(MouseSpeed) / 2.0 + MouseSpeed) / 10.0;
      GetMousePos(X, Y);
      BrakeWindMouse(X, Y, eX, eY, 9, 5, 10.0 / randSpeed, 15.0 / randSpeed, 10.0 * randSpeed);
    end;

    function FindMonster(var x, y : Integer) : Boolean;
    var
      a, h: Integer;
      TPA  : TPointArray;
      ATPA : T2DPointArray;
      tmpCTS : Integer;
    begin
      if(not(LoggedIn))then Exit;

      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.26, 1.50);

      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 14981481, MSX1, MSY1, MSX2, MSY2, 18);
      ATPA := TPAtoATPAEx(TPA, 20, 20);
      SortATPASize(ATPA,True);

      H := High(ATPA);

      for a := 0 to H do
      begin
        MiddleTPAEx(atpa[a], X, Y);

        MMouse(X, Y, 5, 5);

        If (WaitUpTextMulti(['aw ess', 'iphon L', 'Siphon Law esshound'], 750)) Then
        begin
          ClickMouse2(True);

          ColorToleranceSpeed(tmpCTS);
          SetColorSpeed2Modifiers(0.2, 0.2);

          Result:= True;
          Exit;
        end;
      end;
      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);
    end;

    function FindJumper(var x, y : Integer) : Boolean;
    var
      a,h: Integer;
      TPA  : TPointArray;
      ATPA : T2DPointArray;
      tmpCTS : Integer;
    begin
      if(not(LoggedIn))then Exit;

      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(1.46, 2.83);

      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 2429994, MSX1, MSY1, MSX2, MSY2, 7);
      ATPA := TPAtoATPAEx(TPA, 20, 20);
      SortATPASize(ATPA,True);

      H := High(ATPA);

      for a := 0 to H do
      begin
        MiddleTPAEx(atpa[a], X, Y);

        MMouse(X, Y, 5, 5);

        If (WaitUpTextMulti(['Siphon Chaos storm', 'on Cha', 'Chaos', 'aos storm'], 750)) Then
        begin
          ClickMouse2(True);

          ColorToleranceSpeed(tmpCTS);
          SetColorSpeed2Modifiers(0.2, 0.2);

          Result:= True;
          break;
        end;
      end;
      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      if Result then
      begin
        repeat
          Wait(100);
          FindNormalRandoms;
        until(not(IsUpTextMultiCustom(['Siphon Chaos storm', 'on Cha', 'Chaos', 'aos storm'])));
      end;
    end;

    function FindBloodPool(var x, y : Integer) : Boolean;
    var
      a,h: Integer;
      TPA  : TPointArray;
      ATPA : T2DPointArray;
      tmpCTS : Integer;
    begin
      if(not(LoggedIn))then Exit;

      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.02, 1.70);

      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 16624975, MSX1, MSY1, MSX2, MSY2, 7);
      ATPA := TPAtoATPAEx(TPA, 20, 20);
      SortATPASize(ATPA,True);

      H := High(ATPA);

      for a := 0 to H do
      begin
        MiddleTPAEx(atpa[a], X, Y);

        MMouse(X, Y, 5, 5);

        If (WaitUpTextMulti(['Siphon Jumper', 'on Jum', 'Jumper', 'mper'], 750)) Then
        begin
          ClickMouse2(True);

          ColorToleranceSpeed(tmpCTS);
          SetColorSpeed2Modifiers(0.2, 0.2);

          Result:= True;
          break;
        end;
      end;
      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      if Result then
      begin
        repeat
          Wait(100);
          FindNormalRandoms;
        until(not(IsUpTextMultiCustom(['Siphon Jumper', 'on Jum', 'Jumper', 'mper'])));
      end;
    end;}

    function FindNebula(var x, y : Integer) : Boolean;
    var
      a,h: Integer;
      TPA  : TPointArray;
      ATPA : T2DPointArray;
      tmpCTS : Integer;
    begin
      if(not(LoggedIn))then Exit;

      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.54, 1.05);

      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 11951253, MSX1, MSY1, MSX2, MSY2, 7);
      ATPA := TPAtoATPAEx(TPA, 20, 20);
      SortATPASize(ATPA,True);

      H := High(ATPA);

      for a := 0 to H do
      begin
        MiddleTPAEx(atpa[a], X, Y);

        MMouse(X, Y, 5, 5);

        If (WaitUpTextMulti(['Siphon Nebula', 'on Neb', 'Nebula', 'bula'], 750)) Then
        begin
          ClickMouse2(True);

          ColorToleranceSpeed(tmpCTS);
          SetColorSpeed2Modifiers(0.2, 0.2);

          Result:= True;
          break;
        end;
      end;
      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      if Result then
      begin
        repeat
          Wait(100);
          FindNormalRandoms;
        until(not(IsUpTextMultiCustom(['Siphon Nebula', 'on Neb', 'Nebula', 'bula'])));
      end;
    end;

    function FindShifter(var x, y : Integer) : Boolean;
    var
      a,h: Integer;
      TPA  : TPointArray;
      ATPA : T2DPointArray;
      tmpCTS : Integer;
    begin
      if(not(LoggedIn))then Exit;

      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.02, 1.70);

      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 1830421, MSX1, MSY1, MSX2, MSY2, 7);
      ATPA := TPAtoATPAEx(TPA, 20, 20);
      SortATPASize(ATPA,True);

      H := High(ATPA);

      for a := 0 to H do
      begin
        MiddleTPAEx(atpa[a], X, Y);

        MMouse(X, Y, 5, 5);

        If (WaitUpTextMulti(['Siphon Shifter', 'on Shi', 'Shifter', 'ifter'], 750)) Then
        begin
          ClickMouse2(True);

          ColorToleranceSpeed(tmpCTS);
          SetColorSpeed2Modifiers(0.2, 0.2);

          Result:= True;
          break;
        end;
      end;
      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      if Result then
      begin
        repeat
          Wait(100);
          FindNormalRandoms;
        until(not(IsUpTextMultiCustom(['Siphon Shifter', 'on Shi', 'Shifter', 'ifter'])));
      end;
    end;}

    procedure AntiBan();
    begin
      if(not(LoggedIn))then Exit;

      FindNormalRandoms;

      case (Random(350)) of
        0 : RandomRClick;
        1 : HoverSkill('random', False);
        2 : ExamineInv;
        3 : MouseSpeed := (RandomRange(10, 12));
        4 : begin HoverSkill('Runecrafting', False); Wait(RandomRange(2000, 4000)); end;
        5 : begin PickUpMouse; SleepAndMoveMouse(1500 + Random(500)); end;
        6 : begin GameTab(tab_Stats); Wait(1500 + Random(500)); GameTab(tab_Inv); end;
        7 .. 14 : HoverSkill('Runecrafting', False);
        15 .. 40 : Wait(RandomRange(750, 2000));
        41: begin BoredHuman; SetAngle(SRL_ANGLE_HIGH); end;
      end;
    end;

    procedure Proggy;
    begin
      ClearDebug();
      XP := (GetXPBarTotal - StartXP);
      XPH:= Round(((XP) / (GetTimeRunning / 1000)) * 3600);
      Writeln('Time Running: ' + TimeRunning);
      Writeln('Experience Earned: ' + IntToStr(XP));
      Writeln('Experience/Hour: ' + IntToStr(XPH));
      MarkTime(T);
    end;

    procedure MainLoop();
    var
      x, y : Integer;
    begin
      repeat
        if TimeFromMark(T) > 120000 then
          Proggy;

        if(FindBloodPool(x, y))then
        begin
          Wait(RandomRange(500, 750));
          repeat
            Wait(100);
            FindNormalRandoms;
          Until(not(IsupTextMultiCustom(['Siphon Jumper', 'on Jum', 'Jumper', 'mper'])));
        end;
        if(FindJumper(x, y))then
        begin
          wait(RandomRange(500, 750));
          repeat
            Wait(100);
            FindNormalRandoms;
          Until(not(IsupTextMultiCustom(['Siphon Chaos storm', 'on Cha', 'Chaos', 'aos storm'])));
        end;
        if(FindMonster(x, y))then
        begin
          Wait(RandomRange(500, 750));
          repeat
             Wait(100);
             FindNormalRandoms;
          until(not(IsUpTextMultiCustom(['aw ess', 'iphon L', 'Siphon Law esshound'])));
        end;
        if(FindNebula(x, y))then
        begin
          Wait(RandomRange(500, 750));
          repeat
            Wait(100);
            FindNormalRandoms;
          Until(not(IsupTextMultiCustom(['Siphon Nebula', 'on Neb', 'Nebula', 'bula'])));
        end;
        if(FindShifter(x, y))then
        begin
          Wait(RandomRange(500, 750));
          repeat
            Wait(100);
            FindNormalRandoms;
          Until(not(IsupTextMultiCustom(['Siphon Shifter', 'on Shi', 'Shifter', 'ifter'])));
        end;
        FindNormalRandoms;
        AntiBan();
      until(not(LoggedIn));
    end;

    begin
      Smart_Server := 10;
      Smart_Members := True;
      Smart_Signed := True;
      SetupSRL();
      ActivateClient();
      DeclarePlayers();
      LoginPlayer();
      while(not(RSReady()))do
        Wait(9000);

      StartXP := GetXPBarTotal;
      MarkTime(T);
      SetAngle(SRL_ANGLE_HIGH);

      MainLoop();
    end.

    I have it set up on a 2nd floor island with a lone Law esshound, it will siphon Law esshound, Chaos storm, Nebula, Shifter and Jumper. (I didn't change the FindObject names, just the colours / tolerance / speed / names)

    Hopefully someone will find this useful and sorry if it's useless > There are still a few more objects I could add (chaotic cloud etc) but I really am a noob so I don't want to break it.

    Edit: And my colours are not the best - it hovers over the 2nd floor sign / points in inventory a little bit.
    Last edited by Solitude; 05-02-2012 at 12:13 PM.

  20. #295
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Nodes are Glitched. FTW
    Been at the living soul one for 10+ minutes.

    ~cheers
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  21. #296
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by onilika View Post
    Nodes are Glitched. FTW
    Been at the living soul one for 10+ minutes.

    ~cheers
    Not glitched here :S

    Forum account issues? Please send me a PM

  22. #297
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Time Running: 35 Minutes and 13 Seconds
    Experience Earned: 37708
    Experience/Hour: 61200
    Successfully executed.

    Was out of essence, could you maybe implement that it then picks 25 free ones?

  23. #298
    Join Date
    Apr 2012
    Location
    United States
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That's impossible.. How do you run out of essence from siphoning creatures? I've managed to get all of this.. from this script. All versions up to it's current one.

    I've reset my xp counter 3 times.
    You're reading what I am doing. Absolutely nothing.

  24. #299
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Riotday View Post
    That's impossible.. How do you run out of essence from siphoning creatures? I've managed to get all of this.. from this script. All versions up to it's current one.

    I've reset my xp counter 3 times.
    Beast mode activated!

    Forum account issues? Please send me a PM

  25. #300
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Riotday View Post
    That's impossible.. How do you run out of essence from siphoning creatures? I've managed to get all of this.. from this script. All versions up to it's current one.
    If you fail a random you lose your ess. I had like 100k stack of ess and lost it since I failed random when I was sleeping


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Page 12 of 99 FirstFirst ... 210111213142262 ... 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
  •