Results 1 to 14 of 14

Thread: Need help With DTM paying 200k!!

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

    Default Need help With DTM paying 200k!!

    I need help with DMT, it says there not fixed or something. You fix it, youll get 200k. Thank you pm me and ill give you tv details

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    You can't pay for stuff like this, just ask the question

  3. #3
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Trying to run autoseller. This is the error: The following DTMs were not freed: [2, 3, 4, 5]

  4. #4
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by Swaggar View Post
    Trying to run autoseller. This is the error: The following DTMs were not freed: [2, 3, 4, 5]
    Are you forcefully exiting the script?

  5. #5
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    Are you forcefully exiting the script?
    No. I dont even stop it. I run it, it gets to home rs screen stops, and sayd this.

  6. #6
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Swaggar View Post
    Trying to run autoseller. This is the error: The following DTMs were not freed: [2, 3, 4, 5]
    Contact the script writer, they are not freeing their dtms it shouldnt effect the running off the script though

  7. #7
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    Contact the script writer, they are not freeing their dtms it shouldnt effect the running off the script though
    It does this with every damn script i run. like im running this fighter script and this comes up The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

  8. #8
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Swaggar View Post
    It does this with every damn script i run. like im running this fighter script and this comes up The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]
    Should be fine, that's what happens when you stop scripts sometimes

  9. #9
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    Should be fine, that's what happens when you stop scripts sometimes
    Im not even stopping them. Everytime i run a script it happens.. im not even stopping it or anything..

  10. #10
    Join Date
    Mar 2008
    Posts
    426
    Mentioned
    1 Post(s)
    Quoted
    116 Post(s)

    Default

    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    comes up when you stop a script.... or the script finishes... or has an error and auto stops..

    Those things are just... pictures that didn't get closed properly....
    Above those lines would be the reason you had an error......
    Can't help you with just that info..

    Something like...


    Invalid paramaters on line 17 --- This will tell us the problem.
    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]


    Or...

    your script doesn't have a main loop/ repeat.. It's doing the whole script thats why it stops..
    Last edited by Peanuts; 06-01-2013 at 05:11 AM.

  11. #11
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Peanuts View Post
    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    comes up when you stop a script.... or the script finishes... or has an error and auto stops..

    Those things are just... pictures that didn't get closed properly....
    Above those lines would be the reason you had an error......
    Can't help you with just that info..

    Something like...


    Invalid paramaters on line 17 --- This will tell us the problem.
    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]


    Or...

    your script doesn't have a main loop/ repeat.. It's doing the whole script thats why it stops..
    THIS Error: Exception: Font [BigChars07] not found. at line 662

  12. #12
    Join Date
    Mar 2008
    Posts
    426
    Mentioned
    1 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by Swaggar View Post
    THIS Error: Exception: Font [BigChars07] not found. at line 662
    Did you add the 0ld school font?

    The EOC version has different font to the old school version.(font is text size etc)

    You need to add the Unofficial] OldschoolRS07 Include
    http://villavu.com/forum/showthread.php?t=96863

    Download the files from there.. at the bottom of the first post..

    Save and Move P07Include To: Simba\Includes\

    Save, Extract and Move P07UpChars(folder) To: Simba\Fonts\





    If you watch and follow these video tutorials you should have no errors.. I did it two days ago on a friends computer with no errors.
    General setup: http://www.youtube.com/watch?v=Iox4L...ature=youtu.be
    Setting up smart for Old school(Smart is the thing so you can still use your computer while botting): http://www.youtube.com/watch?v=0N-RW...ature=youtu.be

  13. #13
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Peanuts View Post
    Did you add the 0ld school font?

    The EOC version has different font to the old school version.(font is text size etc)

    You need to add the Unofficial] OldschoolRS07 Include
    http://villavu.com/forum/showthread.php?t=96863

    Download the files from there.. at the bottom of the first post..

    Save and Move P07Include To: Simba\Includes\

    Save, Extract and Move P07UpChars(folder) To: Simba\Fonts\





    If you watch and follow these video tutorials you should have no errors.. I did it two days ago on a friends computer with no errors.
    General setup: http://www.youtube.com/watch?v=Iox4L...ature=youtu.be
    Setting up smart for Old school(Smart is the thing so you can still use your computer while botting): http://www.youtube.com/watch?v=0N-RW...ature=youtu.be
    Yes, i have all of that already.

  14. #14
    Join Date
    Mar 2008
    Posts
    426
    Mentioned
    1 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by Swaggar View Post
    Yes, i have all of that already.
    Two days ago i set up OS .. worked perfectly.
    You must have done something wrong during set up.

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
  •