Page 12 of 18 FirstFirst ... 21011121314 ... LastLast
Results 276 to 300 of 442

Thread: CaffinatedKiller By LaakeRules

  1. #276
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya, released my crafting guild one check it out!

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

    Default

    nevermind fixed it

  3. #278
    Join Date
    Dec 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im not a grammar nazi, but the words could use a little correction such as 'sujestion' .

  4. #279
    Join Date
    Feb 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    running this at flesh crawlers kills roughly 30 of them then this happens:


    rror: Could not call proc at line 2420
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, SRL - Lamp bitmap, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]





    and it just stops please help how do i fix it?

  5. #280
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do you get it to eat food. on my one i have inv of swordies and it won eat any not even close to death?

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

    Default

    It eats for me, also post that line where it highlights it!

    And for the eating, check out the fighting function an see if there is a Eat('Eat');

    In there

  7. #282
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i didnt gat that!

  8. #283
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Any suggeestion on what to kill for a level 130 with 99 attack and str, wanting to train my defence

  9. #284
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  10. #285
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Simba Code:
    Function Eat(What: String): Boolean;
      var
        I: Integer;
    begin
      Result := False;
        If Not LoggedIn then Exit;
        if (HPPercent < 75) then
      If InvEmpty then Logout
      else
        for i := 1 to 28 do
        begin
          if ExistsItem(i) then
          InvMouse(I, 3);
          if IsUpText(What) then
          begin
            ClickMouse2(True);
            Wait(RandomRange(350, 525));
              Result := True;
            Exit;
          end else
            Continue;
        end;
    end;

    i added a check to see if an item exists first so it doesnt mouse over every spot to see if theres food.

    great script!

    xp gained isnt showing , but the dead counter is working

  11. #286
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm having the same problem as r4p1dz.
    I've been trying Goblins, I get about 5-6 kills then this happens. My character just stops in place.
    Simba Code:
    Error: Could not call proc at line 2420
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, SRL - Lamp bitmap, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Other than that great script! I'm already a fan!

  12. #287
    Join Date
    Feb 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is it possible to set this over night?

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

    Default

    Just delete the bone finding function and everything related to bone finding and it should work!

    Jsck15 ya as long as you use the new batch file thing! :P

  14. #289
    Join Date
    Feb 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is there a video on how to install it?? cause i cant really understand it

  15. #290
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, you download the script on the first page! :P then you press the green button! :O

    you can do it buddy!

  16. #291
    Join Date
    Jan 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the error on line 2420 is related to your charm picker.. >.> ffs i wanted to use this script. oh well.. back to narcles.

  17. #292
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, woops one second i fixed it! :P i took that procedure from my ghouling script and had a little leftovers in there! :P

  18. #293
    Join Date
    Jul 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Letting the little one play with the roaches for a while. Will post report later, thanks for the new update ;D

  19. #294
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  20. #295
    Join Date
    Dec 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For the custom options it asks for a the color of the NPC. I tried using the on client dobber for simba but it keeps giving me the same color ever time I click on the monster. How do we find the color of the monster?

  21. #296
    Join Date
    Feb 2012
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by shokaloop View Post
    For the custom options it asks for a the color of the NPC. I tried using the on client dobber for simba but it keeps giving me the same color ever time I click on the monster. How do we find the color of the monster?
    I too am wondering this.

  22. #297
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can't use the color finder when the GUI is open and also you have to put it in manually. Copy and paste the color your find!

  23. #298
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could you make it so the bot picks up the cowhides? Im really poor

  24. #299
    Join Date
    Feb 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i download the script so i can use it to bot ?

  25. #300
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MooCowOinks View Post
    Could you make it so the bot picks up the cowhides? Im really poor
    Someone is making a cowhide picker!

Page 12 of 18 FirstFirst ... 21011121314 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •