Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 75

Thread: Simple Goblin Killer

  1. #26
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    updated to version 3

  2. #27
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I figured it out.
    Why don't you just use plain English and tell people to delete all of the text on lines 11 and 44? :/

    I'm really not quite sure why you're trying to implement a quicker way to enter the information right now...
    They are going to release a script manager soon, so this system of entering in your information is going to be obsolete in a few weeks.
    Last edited by Paula_Deen; 12-16-2011 at 02:18 AM.

  3. #28
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/DeclarePlayers.scar' used from ''

    im trying to start it and thats what is popping up , please help ?

  4. #29
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Error: Exception: The bitmap[2] does not exist at line 425
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
    Am I doing something wrong or is it not working right?

    When the script starts, after logging in, it starts trying to loot bones ... even though I have BOTH looting options on False.
    Last edited by Paula_Deen; 12-16-2011 at 02:12 AM.

  5. #30
    Join Date
    Mar 2011
    Posts
    254
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just change the Declare Players Procedure if you are having difficulties, i switched the declare player procedure from V1 into this newly implemented version viola magic it works like a bawsssssss

    Thanks again johnyy =)

  6. #31
    Join Date
    Dec 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ***************Goblin Killer by Putonajonny Version 3***************
    You are using the most up to date version -Thank you
    Error: Exception: The bitmap[2] does not exist at line 424
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]


    my line is

    If (FindBitmapToleranceIn(bones, x, y, 546, 206, 735, 465, 15)) then

  7. #32
    Join Date
    Dec 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Xmile View Post
    ***************Goblin Killer by Putonajonny Version 3***************
    You are using the most up to date version -Thank you
    Error: Exception: The bitmap[2] does not exist at line 424
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]


    my line is

    If (FindBitmapToleranceIn(bones, x, y, 546, 206, 735, 465, 15)) then
    im having the exact same issue

  8. #33
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do do add it to my SIMBA Bot

  9. #34
    Join Date
    Oct 2011
    Posts
    100
    Mentioned
    1 Post(s)
    Quoted
    25 Post(s)

    Default

    Heres the fix, just add the Declare player section from V1 to V3 and run

  10. #35
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    It just logs in and after that it immediately logs out :S
    Any suggestions how to fix it?
    This is the error im getting:

    Error: Out Of Range at line 497
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

  11. #36
    Join Date
    Dec 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here it just logs in and then log out straigt after?

    - Configz

  12. #37
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got error: Exception in Script: Unable to find file 'SRL/DeclarePlayers.scar' used from ''
    so I copied the declareplayers procedure from V1 to V3 and now I still get the exact same problem..

  13. #38
    Join Date
    Dec 2011
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am getting this:

    Error: Exception: The bitmap[3] does not exist at line 425
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Any ideas on how to get around this?

  14. #39
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Demondog View Post
    I am getting this:

    Error: Exception: The bitmap[3] does not exist at line 425
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Any ideas on how to get around this?
    Im just a beginning scripter and have to learn a lot about bitmaps, but i saw that in the script it says "FreeBitmap". Try to change it to "FreeBitMap" and see if that works. Again im not a very experienced scripter yet
    07Scripter
    I mostly write private scripts

  15. #40
    Join Date
    Dec 2011
    Location
    Argentina
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Paint;
        If Not(DoneAntiban) then
        begin
          x := Random(51)
          case x of
            0: HoverSkill('Attack', False);                   //Beautiful Antiban
            1: HoverSkill('Strength', False);
            2: HoverSkill('Defence', False);
            3: HoverSkill('hitpoints', False);
            4: HoverSkill('smithing', False);
            5: HoverSkill('woodcutting', False);
            6: HoverSkill('firemaking', False);
            7: HoverSkill('magic', False);
            8: HoverSkill('woodcutting', False);
            9: HoverSkill('fishing', False);
            10: HoverSkill('prayer', False);
            11: HoverSkill('runecrafting', False);
            12..15: PickUpMouse;
            16..25: RandomMovement;
            26..27: RandomRClick;
            28..32: BoredHuman;
            33: ExamineInv;
            34: RandomAngle(True);
            35..48: Wait(1000+random(1000));
            49..50: Wait(1000+Random(20000));
          end;
        DoneAntiban := True;
        Wait(2000+Random(500));
        end;
    Approved and epic antiban!

  16. #41
    Join Date
    Dec 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why does it just keep logging me in then logging me out? Please help, I'm new.

  17. #42
    Join Date
    Nov 2011
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    [Hint] C:\Simba\Includes\SRL/SRL/core/gametab.scar(1607:3): Variable 'PREVIOUS' never used at line 1606
    Compiled successfully in 468 ms.
    Please Update This Script, opening web page...
    Successfully executed.

  18. #43
    Join Date
    Dec 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmmm.. ima test this script.

  19. #44
    Join Date
    Nov 2011
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Tried it, it worked great! first script I executed thanks ;D

  20. #45
    Join Date
    Dec 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this error

    [Error] C:\Simba\Includes\SRL/DeclarePlayers.scar(14:19): Unknown identifier 'Terabinladen' at line 13
    Compiling failed.

  21. #46
    Join Date
    Feb 2008
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just stands there doing nothing :/

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

    Default

    could you update it pls.

  23. #48
    Join Date
    Jun 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Sorry don't work, won't let you attact the npc

  24. #49
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

    Default

    Can someone please share me this function?
    Code:
    function FightNPC(Colours : TIntegerArray; Tolerance, WaitTime : Integer) : Boolean
    This script uses it, but I cant find it. This is a great function.

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

    Default

    Hey i'm trying to run this script and its saying it cannot find some file can someone link me a tut or video on how to setup custom scripts this is the first time i used one so idk what to do

Page 2 of 3 FirstFirst 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
  •